Skip to content
Success

Console Output

Started by user Sebastiaan van Stijn
22:03:20 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 64badfc018e394ded0f11312368de098f76d3ef6+7d471d88a0723be1066ab630df1427bf2a08a6b8 (378f3221f4ca59d22cff3b5177c8f776e450b20e)
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-42450@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
22:03:24 [2021-06-24T22:03:24.492Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
22:03:24 [2021-06-24T22:03:24.497Z] Trying to pass milestone 32
[Pipeline] milestone
22:03:24 [2021-06-24T22:03:24.556Z] Trying to pass milestone 33
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
22:03:39 [2021-06-24T22:03:39.793Z] Still waiting to schedule task
22:03:39 [2021-06-24T22:03:39.796Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f304f661c6dffde6)22:04:32 [2021-06-24T22:04:32.411Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f7e49e329d97fcc8) in /home/ubuntu/workspace/moby_PR-42450
[Pipeline] {
[Pipeline] checkout
22:04:32 [2021-06-24T22:04:32.554Z] The recommended git tool is: git
22:04:35 [2021-06-24T22:04:35.236Z] using credential docker-jenkins-github-credentials
22:04:35 [2021-06-24T22:04:35.246Z] Cloning the remote Git repository
22:04:35 [2021-06-24T22:04:35.246Z] Cloning with configured refspecs honoured and without tags
22:04:34 [2021-06-24T22:04:34.920Z] Cloning repository https://github.com/moby/moby.git
22:04:34 [2021-06-24T22:04:34.975Z]  > git init /home/ubuntu/workspace/moby_PR-42450 # timeout=10
22:04:35 [2021-06-24T22:04:35.258Z] Fetching upstream changes from https://github.com/moby/moby.git
22:04:35 [2021-06-24T22:04:35.258Z]  > git --version # timeout=10
22:04:35 [2021-06-24T22:04:35.282Z]  > git --version # 'git version 2.17.1'
22:04:35 [2021-06-24T22:04:35.285Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:04:35 [2021-06-24T22:04:35.287Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:04:58 [2021-06-24T22:04:58.621Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:04:58 [2021-06-24T22:04:58.704Z] Fetching without tags
22:04:59 [2021-06-24T22:04:59.057Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
22:05:00 [2021-06-24T22:05:00.827Z] Merge succeeded, producing 5ccf80d8f3fb8a65bf8078845cd16b036cd7c13f
22:05:00 [2021-06-24T22:05:00.827Z] Checking out Revision 5ccf80d8f3fb8a65bf8078845cd16b036cd7c13f (PR-42450)
22:04:58 [2021-06-24T22:04:58.633Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:04:58 [2021-06-24T22:04:58.651Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:04:58 [2021-06-24T22:04:58.682Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:04:58 [2021-06-24T22:04:58.715Z] Fetching upstream changes from https://github.com/moby/moby.git
22:04:58 [2021-06-24T22:04:58.715Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:04:58 [2021-06-24T22:04:58.717Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:04:59 [2021-06-24T22:04:59.072Z]  > git config core.sparsecheckout # timeout=10
22:04:59 [2021-06-24T22:04:59.101Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:05:00 [2021-06-24T22:05:00.273Z]  > git remote # timeout=10
22:05:00 [2021-06-24T22:05:00.303Z]  > git config --get remote.origin.url # timeout=10
22:05:00 [2021-06-24T22:05:00.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:00 [2021-06-24T22:05:00.331Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:05:00 [2021-06-24T22:05:00.801Z]  > git rev-parse HEAD^{commit} # timeout=10
22:05:00 [2021-06-24T22:05:00.833Z]  > git config core.sparsecheckout # timeout=10
22:05:00 [2021-06-24T22:05:00.865Z]  > git checkout -f 5ccf80d8f3fb8a65bf8078845cd16b036cd7c13f # timeout=10
22:05:05 [2021-06-24T22:05:05.176Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:05:05 [2021-06-24T22:05:05.220Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:05:05 [2021-06-24T22:05:05.182Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:05:06 [2021-06-24T22:05:06.401Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/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
22:05:16 [2021-06-24T22:05:16.383Z] Unable to find image 'alpine:latest' locally
22:05:16 [2021-06-24T22:05:16.383Z] latest: Pulling from library/alpine
22:05:16 [2021-06-24T22:05:16.383Z] 5843afab3874: Pulling fs layer
22:05:16 [2021-06-24T22:05:16.383Z] 5843afab3874: Download complete
22:05:16 [2021-06-24T22:05:16.383Z] 5843afab3874: Pull complete
22:05:16 [2021-06-24T22:05:16.383Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
22:05:16 [2021-06-24T22:05:16.383Z] Status: Downloaded newer image for alpine:latest
22:05:24 [2021-06-24T22:05:24.495Z] 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] 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)
Stage "arm64" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
22:05:26 [2021-06-24T22:05:26.173Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f7e49e329d97fcc8) in /home/ubuntu/workspace/moby_PR-42450
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
22:05:26 [2021-06-24T22:05:26.180Z] Running on azwin-2-38c460 in d:\jenkins\workspace\moby_PR-42450
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] ws
22:05:26 [2021-06-24T22:05:26.237Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
22:05:26 [2021-06-24T22:05:26.260Z] The recommended git tool is: git
22:05:26 [2021-06-24T22:05:26.270Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] checkout
22:05:26 [2021-06-24T22:05:26.290Z] Fetching changes from the remote Git repository
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] // stage
22:05:26 [2021-06-24T22:05:26.312Z] Fetching without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
22:05:26 [2021-06-24T22:05:26.353Z] The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] // stage
[Pipeline] // stage
Stage "arm64" skipped due to when conditional
[Pipeline] }
22:05:26 [2021-06-24T22:05:26.468Z] Running on azwin-2-45e6b0 in d:\jenkins\workspace\moby_PR-42450
[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] { (Integration tests)
22:05:26 [2021-06-24T22:05:26.568Z] using credential docker-jenkins-github-credentials
[Pipeline] ws
22:05:26 [2021-06-24T22:05:26.576Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] checkout
[Pipeline] // stage
22:05:26 [2021-06-24T22:05:26.643Z] Cloning the remote Git repository
22:05:26 [2021-06-24T22:05:26.643Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
22:05:26 [2021-06-24T22:05:26.691Z] The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (Integration tests)
22:05:26 [2021-06-24T22:05:26.694Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
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] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
22:05:26 [2021-06-24T22:05:26.906Z] using credential docker-jenkins-github-credentials
22:05:26 [2021-06-24T22:05:26.980Z] Cloning the remote Git repository
22:05:26 [2021-06-24T22:05:26.980Z] Cloning with configured refspecs honoured and without tags
22:05:26 [2021-06-24T22:05:26.992Z] Merge succeeded, producing b1242fad67df01e8df3ceaeb88082f57551c26ba
22:05:26 [2021-06-24T22:05:26.992Z] Checking out Revision b1242fad67df01e8df3ceaeb88082f57551c26ba (PR-42450)
22:05:27 [2021-06-24T22:05:27.129Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:05:27 [2021-06-24T22:05:27.151Z] First time build. Skipping changelog.
22:05:26 [2021-06-24T22:05:26.276Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42450/.git # timeout=10
22:05:26 [2021-06-24T22:05:26.294Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:05:26 [2021-06-24T22:05:26.358Z] Fetching upstream changes from https://github.com/moby/moby.git
22:05:26 [2021-06-24T22:05:26.358Z]  > git --version # timeout=10
22:05:26 [2021-06-24T22:05:26.392Z]  > git --version # 'git version 2.17.1'
22:05:26 [2021-06-24T22:05:26.393Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:26 [2021-06-24T22:05:26.394Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:26 [2021-06-24T22:05:26.696Z]  > git config core.sparsecheckout # timeout=10
22:05:26 [2021-06-24T22:05:26.709Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:05:26 [2021-06-24T22:05:26.799Z]  > git remote # timeout=10
22:05:26 [2021-06-24T22:05:26.833Z]  > git config --get remote.origin.url # timeout=10
22:05:26 [2021-06-24T22:05:26.848Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:26 [2021-06-24T22:05:26.849Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:05:26 [2021-06-24T22:05:26.955Z]  > git rev-parse HEAD^{commit} # timeout=10
22:05:26 [2021-06-24T22:05:26.995Z]  > git config core.sparsecheckout # timeout=10
22:05:27 [2021-06-24T22:05:27.007Z]  > git checkout -f b1242fad67df01e8df3ceaeb88082f57551c26ba # timeout=10
22:05:27 [2021-06-24T22:05:27.131Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:05:26 [2021-06-24T22:05:26.678Z] Cloning repository https://github.com/moby/moby.git
22:05:26 [2021-06-24T22:05:26.678Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:05:26 [2021-06-24T22:05:26.736Z] Fetching upstream changes from https://github.com/moby/moby.git
22:05:26 [2021-06-24T22:05:26.736Z]  > git --version # timeout=10
22:05:26 [2021-06-24T22:05:26.777Z]  > git --version # 'git version 2.24.1.windows.2'
22:05:26 [2021-06-24T22:05:26.778Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:26 [2021-06-24T22:05:26.779Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:05:27 [2021-06-24T22:05:27.015Z] Cloning repository https://github.com/moby/moby.git
22:05:27 [2021-06-24T22:05:27.016Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
22:05:27 [2021-06-24T22:05:27.423Z] Fetching upstream changes from https://github.com/moby/moby.git
22:05:27 [2021-06-24T22:05:27.424Z]  > git --version # timeout=10
22:05:27 [2021-06-24T22:05:27.474Z]  > git --version # 'git version 2.24.1.windows.2'
22:05:27 [2021-06-24T22:05:27.474Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:27 [2021-06-24T22:05:27.476Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:27 [2021-06-24T22:05:27.844Z] + [ PR != PR ]
22:05:27 [2021-06-24T22:05:27.844Z] + [ master != master ]
22:05:27 [2021-06-24T22:05:27.844Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:05:28 [2021-06-24T22:05:28.180Z] + docker version
22:05:28 [2021-06-24T22:05:28.180Z] Client: Docker Engine - Community
22:05:28 [2021-06-24T22:05:28.180Z]  Version:           20.10.6
22:05:28 [2021-06-24T22:05:28.180Z]  API version:       1.41
22:05:28 [2021-06-24T22:05:28.180Z]  Go version:        go1.13.15
22:05:28 [2021-06-24T22:05:28.180Z]  Git commit:        370c289
22:05:28 [2021-06-24T22:05:28.180Z]  Built:             Fri Apr  9 22:46:01 2021
22:05:28 [2021-06-24T22:05:28.180Z]  OS/Arch:           linux/amd64
22:05:28 [2021-06-24T22:05:28.180Z]  Context:           default
22:05:28 [2021-06-24T22:05:28.180Z]  Experimental:      true
22:05:28 [2021-06-24T22:05:28.180Z] 
22:05:28 [2021-06-24T22:05:28.180Z] Server: Docker Engine - Community
22:05:28 [2021-06-24T22:05:28.180Z]  Engine:
22:05:28 [2021-06-24T22:05:28.180Z]   Version:          20.10.6
22:05:28 [2021-06-24T22:05:28.180Z]   API version:      1.41 (minimum version 1.12)
22:05:28 [2021-06-24T22:05:28.180Z]   Go version:       go1.13.15
22:05:28 [2021-06-24T22:05:28.180Z]   Git commit:       8728dd2
22:05:28 [2021-06-24T22:05:28.180Z]   Built:            Fri Apr  9 22:44:13 2021
22:05:28 [2021-06-24T22:05:28.180Z]   OS/Arch:          linux/amd64
22:05:28 [2021-06-24T22:05:28.180Z]   Experimental:     true
22:05:28 [2021-06-24T22:05:28.180Z]  containerd:
22:05:28 [2021-06-24T22:05:28.180Z]   Version:          1.4.6
22:05:28 [2021-06-24T22:05:28.180Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
22:05:28 [2021-06-24T22:05:28.180Z]  runc:
22:05:28 [2021-06-24T22:05:28.180Z]   Version:          1.0.0-rc95
22:05:28 [2021-06-24T22:05:28.180Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:05:28 [2021-06-24T22:05:28.180Z]  docker-init:
22:05:28 [2021-06-24T22:05:28.180Z]   Version:          0.19.0
22:05:28 [2021-06-24T22:05:28.180Z]   GitCommit:        de40ad0
[Pipeline] sh
22:05:28 [2021-06-24T22:05:28.468Z] + docker info
22:05:41 [2021-06-24T22:05:41.173Z] Still waiting to schedule task
22:05:41 [2021-06-24T22:05:41.173Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay222:05:41 [2021-06-24T22:05:41.174Z] Still waiting to schedule task
22:05:41 [2021-06-24T22:05:41.174Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay222:05:41 [2021-06-24T22:05:41.175Z] Still waiting to schedule task
22:05:41 [2021-06-24T22:05:41.175Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
22:05:43 [2021-06-24T22:05:43.338Z] Client:
22:05:43 [2021-06-24T22:05:43.338Z]  Context:    default
22:05:43 [2021-06-24T22:05:43.338Z]  Debug Mode: false
22:05:43 [2021-06-24T22:05:43.338Z]  Plugins:
22:05:43 [2021-06-24T22:05:43.338Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
22:05:43 [2021-06-24T22:05:43.338Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
22:05:43 [2021-06-24T22:05:43.338Z]   scan: Docker Scan (Docker Inc., v0.7.0)
22:05:43 [2021-06-24T22:05:43.338Z] 
22:05:43 [2021-06-24T22:05:43.338Z] Server:
22:05:43 [2021-06-24T22:05:43.338Z]  Containers: 0
22:05:43 [2021-06-24T22:05:43.338Z]   Running: 0
22:05:43 [2021-06-24T22:05:43.338Z]   Paused: 0
22:05:43 [2021-06-24T22:05:43.338Z]   Stopped: 0
22:05:43 [2021-06-24T22:05:43.338Z]  Images: 1
22:05:43 [2021-06-24T22:05:43.338Z]  Server Version: 20.10.6
22:05:43 [2021-06-24T22:05:43.338Z]  Storage Driver: overlay2
22:05:43 [2021-06-24T22:05:43.338Z]   Backing Filesystem: extfs
22:05:43 [2021-06-24T22:05:43.338Z]   Supports d_type: true
22:05:43 [2021-06-24T22:05:43.338Z]   Native Overlay Diff: true
22:05:43 [2021-06-24T22:05:43.338Z]   userxattr: false
22:05:43 [2021-06-24T22:05:43.338Z]  Logging Driver: json-file
22:05:43 [2021-06-24T22:05:43.338Z]  Cgroup Driver: cgroupfs
22:05:43 [2021-06-24T22:05:43.338Z]  Cgroup Version: 1
22:05:43 [2021-06-24T22:05:43.338Z]  Plugins:
22:05:43 [2021-06-24T22:05:43.338Z]   Volume: local
22:05:43 [2021-06-24T22:05:43.338Z]   Network: bridge host ipvlan macvlan null overlay
22:05:43 [2021-06-24T22:05:43.338Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:05:43 [2021-06-24T22:05:43.338Z]  Swarm: inactive
22:05:43 [2021-06-24T22:05:43.338Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
22:05:43 [2021-06-24T22:05:43.338Z]  Default Runtime: runc
22:05:43 [2021-06-24T22:05:43.338Z]  Init Binary: docker-init
22:05:43 [2021-06-24T22:05:43.338Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
22:05:43 [2021-06-24T22:05:43.338Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:05:43 [2021-06-24T22:05:43.338Z]  init version: de40ad0
22:05:43 [2021-06-24T22:05:43.338Z]  Security Options:
22:05:43 [2021-06-24T22:05:43.338Z]   apparmor
22:05:43 [2021-06-24T22:05:43.338Z]   seccomp
22:05:43 [2021-06-24T22:05:43.338Z]    Profile: default
22:05:43 [2021-06-24T22:05:43.338Z]  Kernel Version: 5.4.0-1048-aws
22:05:43 [2021-06-24T22:05:43.338Z]  Operating System: Ubuntu 18.04.5 LTS
22:05:43 [2021-06-24T22:05:43.338Z]  OSType: linux
22:05:43 [2021-06-24T22:05:43.338Z]  Architecture: x86_64
22:05:43 [2021-06-24T22:05:43.339Z]  CPUs: 2
22:05:43 [2021-06-24T22:05:43.339Z]  Total Memory: 7.569GiB
22:05:43 [2021-06-24T22:05:43.339Z]  Name: ip-10-100-90-240
22:05:43 [2021-06-24T22:05:43.339Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
22:05:43 [2021-06-24T22:05:43.339Z]  Docker Root Dir: /var/lib/docker
22:05:43 [2021-06-24T22:05:43.339Z]  Debug Mode: false
22:05:43 [2021-06-24T22:05:43.339Z]  Registry: https://index.docker.io/v1/
22:05:43 [2021-06-24T22:05:43.339Z]  Labels:
22:05:43 [2021-06-24T22:05:43.339Z]  Experimental: true
22:05:43 [2021-06-24T22:05:43.339Z]  Insecure Registries:
22:05:43 [2021-06-24T22:05:43.339Z]   127.0.0.0/8
22:05:43 [2021-06-24T22:05:43.339Z]  Live Restore Enabled: true
22:05:43 [2021-06-24T22:05:43.339Z] 
22:05:43 [2021-06-24T22:05:43.339Z] WARNING: No swap limit support
[Pipeline] sh
22:05:43 [2021-06-24T22:05:43.480Z] Fetching without tags
22:05:43 [2021-06-24T22:05:43.656Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:05:43 [2021-06-24T22:05:43.656Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:05:43 [2021-06-24T22:05:43.656Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42450/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
22:05:43 [2021-06-24T22:05:43.656Z] + bash /home/ubuntu/workspace/moby_PR-42450/check-config.sh
22:05:43 [2021-06-24T22:05:43.656Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:05:43 [2021-06-24T22:05:43.656Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
22:05:43 [2021-06-24T22:05:43.656Z] 
22:05:43 [2021-06-24T22:05:43.656Z] Generally Necessary:
22:05:43 [2021-06-24T22:05:43.656Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:05:43 [2021-06-24T22:05:43.656Z] - apparmor: enabled and tools installed
22:05:43 [2021-06-24T22:05:43.656Z] - CONFIG_NAMESPACES: enabled
22:05:43 [2021-06-24T22:05:43.656Z] - CONFIG_NET_NS: enabled
22:05:43 [2021-06-24T22:05:43.656Z] - CONFIG_PID_NS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_IPC_NS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_UTS_NS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CGROUPS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CGROUP_CPUACCT: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CGROUP_DEVICE: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CGROUP_FREEZER: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CGROUP_SCHED: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_CPUSETS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_MEMCG: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_KEYS: enabled
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_VETH: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_BRIDGE: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:05:43 [2021-06-24T22:05:43.926Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_NF_NAT: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_POSIX_MQUEUE: enabled
22:05:44 [2021-06-24T22:05:44.197Z] 
22:05:44 [2021-06-24T22:05:44.197Z] Optional Features:
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_USER_NS: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_SECCOMP: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_SECCOMP_FILTER: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_CGROUP_PIDS: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_MEMCG_SWAP: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:05:44 [2021-06-24T22:05:44.197Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_BLK_CGROUP: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_CGROUP_PERF: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_CGROUP_HUGETLB: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_CFS_BANDWIDTH: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_RT_GROUP_SCHED: missing
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_VS: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_VS_NFCT: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_IP_VS_RR: enabled (as module)
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_SECURITY_SELINUX: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_SECURITY_APPARMOR: enabled
22:05:44 [2021-06-24T22:05:44.197Z] - CONFIG_EXT4_FS: enabled
22:05:44 [2021-06-24T22:05:44.226Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
22:05:43 [2021-06-24T22:05:43.178Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:05:43 [2021-06-24T22:05:43.225Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:05:43 [2021-06-24T22:05:43.272Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:43 [2021-06-24T22:05:43.390Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:05:43 [2021-06-24T22:05:43.514Z] Fetching upstream changes from https://github.com/moby/moby.git
22:05:43 [2021-06-24T22:05:43.514Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:43 [2021-06-24T22:05:43.516Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:44 [2021-06-24T22:05:44.260Z]  > git config core.sparsecheckout # timeout=10
22:05:44 [2021-06-24T22:05:44.309Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:05:44 [2021-06-24T22:05:44.460Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:05:44 [2021-06-24T22:05:44.460Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:05:44 [2021-06-24T22:05:44.460Z] - Network Drivers:
22:05:44 [2021-06-24T22:05:44.460Z]   - "overlay":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_VXLAN: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       Optional (for encrypted networks):
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_CRYPTO: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_CRYPTO_AEAD: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_CRYPTO_GCM: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_CRYPTO_GHASH: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_XFRM: enabled
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_XFRM_USER: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]       - CONFIG_INET_ESP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "ipvlan":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_IPVLAN: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "macvlan":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_MACVLAN: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_DUMMY: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "ftp,tftp client in container":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z] - Storage Drivers:
22:05:44 [2021-06-24T22:05:44.460Z]   - "aufs":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_AUFS_FS: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "btrfs":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:05:44 [2021-06-24T22:05:44.460Z]   - "devicemapper":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_BLK_DEV_DM: enabled
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "overlay":
22:05:44 [2021-06-24T22:05:44.460Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:05:44 [2021-06-24T22:05:44.460Z]   - "zfs":
22:05:44 [2021-06-24T22:05:44.460Z]     - /dev/zfs: present
22:05:44 [2021-06-24T22:05:44.460Z]     - zfs command: missing
22:05:44 [2021-06-24T22:05:44.460Z]     - zpool command: missing
22:05:44 [2021-06-24T22:05:44.460Z] 
22:05:44 [2021-06-24T22:05:44.460Z] Limits:
22:05:44 [2021-06-24T22:05:44.460Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:05:44 [2021-06-24T22:05:44.460Z] 
22:05:44 [2021-06-24T22:05:44.460Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:05:44 [2021-06-24T22:05:44.805Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:b1242fad67df01e8df3ceaeb88082f57551c26ba .
22:05:45 [2021-06-24T22:05:45.061Z] #2 [internal] load .dockerignore
22:05:45 [2021-06-24T22:05:45.061Z] #2 sha256:247a5f7b59908d5d1f9e10a724669e9d4db7d734cd049ac35bf15781e3d1cf97
22:05:45 [2021-06-24T22:05:45.061Z] #2 transferring context: 87B 0.0s done
22:05:45 [2021-06-24T22:05:45.061Z] #2 DONE 0.1s
22:05:45 [2021-06-24T22:05:45.061Z] 
22:05:45 [2021-06-24T22:05:45.061Z] #1 [internal] load build definition from Dockerfile
22:05:45 [2021-06-24T22:05:45.061Z] #1 sha256:3179cb136024daf54bac6ebe368e11486e6aa3ad882e53941cd5c1e1c883a278
22:05:45 [2021-06-24T22:05:45.061Z] #1 transferring dockerfile: 16.59kB 0.0s done
22:05:45 [2021-06-24T22:05:45.061Z] #1 DONE 0.1s
22:05:45 [2021-06-24T22:05:45.061Z] 
22:05:45 [2021-06-24T22:05:45.061Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
22:05:45 [2021-06-24T22:05:45.061Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
22:05:45 [2021-06-24T22:05:45.321Z] #3 DONE 0.3s
22:05:45 [2021-06-24T22:05:45.321Z] 
22:05:45 [2021-06-24T22:05:45.321Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
22:05:45 [2021-06-24T22:05:45.321Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
22:05:45 [2021-06-24T22:05:45.321Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
22:05:45 [2021-06-24T22:05:45.321Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
22:05:45 [2021-06-24T22:05:45.321Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
22:05:45 [2021-06-24T22:05:45.321Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
22:05:45 [2021-06-24T22:05:45.321Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
22:05:45 [2021-06-24T22:05:45.588Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.2s
22:05:45 [2021-06-24T22:05:45.846Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s
22:05:45 [2021-06-24T22:05:45.846Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done
22:05:45 [2021-06-24T22:05:45.846Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
22:05:46 [2021-06-24T22:05:46.411Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.6s done
22:05:46 [2021-06-24T22:05:46.411Z] #4 DONE 1.0s
22:05:46 [2021-06-24T22:05:46.671Z] 
22:05:46 [2021-06-24T22:05:46.671Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster
22:05:46 [2021-06-24T22:05:46.671Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d
22:05:47 [2021-06-24T22:05:47.601Z] #5 DONE 0.9s
22:05:47 [2021-06-24T22:05:47.601Z] 
22:05:47 [2021-06-24T22:05:47.601Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:05:47 [2021-06-24T22:05:47.601Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:05:47 [2021-06-24T22:05:47.601Z] #8 DONE 0.9s
22:05:47 [2021-06-24T22:05:47.601Z] 
22:05:47 [2021-06-24T22:05:47.601Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:05:47 [2021-06-24T22:05:47.601Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
22:05:47 [2021-06-24T22:05:47.601Z] #7 DONE 0.9s
22:05:47 [2021-06-24T22:05:47.601Z] 
22:05:47 [2021-06-24T22:05:47.601Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:05:47 [2021-06-24T22:05:47.601Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:05:47 [2021-06-24T22:05:47.601Z] #6 DONE 0.9s
22:05:47 [2021-06-24T22:05:47.917Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:05:48 [2021-06-24T22:05:48.011Z] Merge succeeded, producing f901d3cfa8023a2c383017a54ddb5d62d88fa6be
22:05:48 [2021-06-24T22:05:48.011Z] Checking out Revision f901d3cfa8023a2c383017a54ddb5d62d88fa6be (PR-42450)
22:05:48 [2021-06-24T22:05:48.215Z] Fetching without tags
22:05:47 [2021-06-24T22:05:47.109Z]  > git remote # timeout=10
22:05:47 [2021-06-24T22:05:47.159Z]  > git config --get remote.origin.url # timeout=10
22:05:47 [2021-06-24T22:05:47.204Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:47 [2021-06-24T22:05:47.206Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:05:47 [2021-06-24T22:05:47.922Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:05:48 [2021-06-24T22:05:48.045Z]  > git config core.sparsecheckout # timeout=10
22:05:48 [2021-06-24T22:05:48.092Z]  > git checkout -f f901d3cfa8023a2c383017a54ddb5d62d88fa6be # timeout=10
22:05:48 [2021-06-24T22:05:48.491Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:05:48 [2021-06-24T22:05:48.616Z] First time build. Skipping changelog.
22:05:48 [2021-06-24T22:05:48.947Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
[Pipeline] withEnv
[Pipeline] {
22:05:48 [2021-06-24T22:05:48.977Z] 
22:05:48 [2021-06-24T22:05:48.977Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:05:48 [2021-06-24T22:05:48.977Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:05:48 [2021-06-24T22:05:48.977Z] #70 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
22:05:48 [2021-06-24T22:05:48.977Z] #70 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:05:48 [2021-06-24T22:05:48.977Z] #70 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
22:05:48 [2021-06-24T22:05:48.977Z] #70 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
22:05:48 [2021-06-24T22:05:48.977Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:05:49 [2021-06-24T22:05:49.237Z] #70 ...
22:05:49 [2021-06-24T22:05:49.237Z] 
22:05:49 [2021-06-24T22:05:49.237Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
22:05:49 [2021-06-24T22:05:49.237Z] #49 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
22:05:49 [2021-06-24T22:05:49.237Z] #49 DONE 0.0s
22:05:49 [2021-06-24T22:05:49.237Z] 
22:05:49 [2021-06-24T22:05:49.237Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:05:49 [2021-06-24T22:05:49.237Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:05:49 [2021-06-24T22:05:49.237Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.3s
22:05:49 [2021-06-24T22:05:49.237Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.44MB / 9.86MB 0.5s
22:05:49 [2021-06-24T22:05:49.499Z] #70 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
22:05:49 [2021-06-24T22:05:49.758Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
22:05:49 [2021-06-24T22:05:49.946Z] + docker version
22:05:47 [2021-06-24T22:05:47.963Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:05:48 [2021-06-24T22:05:48.011Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:48 [2021-06-24T22:05:48.130Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:05:48 [2021-06-24T22:05:48.250Z] Fetching upstream changes from https://github.com/moby/moby.git
22:05:48 [2021-06-24T22:05:48.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:48 [2021-06-24T22:05:48.253Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:05:48 [2021-06-24T22:05:48.982Z]  > git config core.sparsecheckout # timeout=10
22:05:49 [2021-06-24T22:05:49.034Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:05:48 [2021-06-24T22:05:48.527Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:05:50 [2021-06-24T22:05:50.727Z] #70 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done
22:05:51 [2021-06-24T22:05:51.293Z] #70 DONE 2.5s
22:05:51 [2021-06-24T22:05:51.293Z] 
22:05:51 [2021-06-24T22:05:51.293Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:05:51 [2021-06-24T22:05:51.293Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 0.1s done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 1.86kB / 1.86kB done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.7s done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 2.1s done
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 2.3s done
22:05:51 [2021-06-24T22:05:51.293Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0.2s
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 16.67MB / 51.84MB 2.4s
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 10.00MB / 68.75MB 2.4s
22:05:51 [2021-06-24T22:05:51.293Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 0B / 129.05MB 2.4s
22:05:51 [2021-06-24T22:05:51.551Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 22.02MB / 51.84MB 2.6s
22:05:51 [2021-06-24T22:05:51.551Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 22.02MB / 68.75MB 2.6s
22:05:51 [2021-06-24T22:05:51.551Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 26.21MB / 51.84MB 2.7s
22:05:51 [2021-06-24T22:05:51.551Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 30.41MB / 68.75MB 2.7s
22:05:51 [2021-06-24T22:05:51.812Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 33.55MB / 51.84MB 2.9s
22:05:51 [2021-06-24T22:05:51.812Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 36.70MB / 68.75MB 2.9s
22:05:51 [2021-06-24T22:05:51.812Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 12.58MB / 129.05MB 2.9s
22:05:51 [2021-06-24T22:05:51.812Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 42.99MB / 68.75MB 2.9s
22:05:52 [2021-06-24T22:05:52.075Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 47.19MB / 68.75MB 3.1s
22:05:52 [2021-06-24T22:05:52.075Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 25.17MB / 129.05MB 3.1s
22:05:52 [2021-06-24T22:05:52.075Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 44.04MB / 51.84MB 3.3s
22:05:52 [2021-06-24T22:05:52.075Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 61.87MB / 68.75MB 3.3s
22:05:52 [2021-06-24T22:05:52.075Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 34.60MB / 129.05MB 3.3s
22:05:52 [2021-06-24T22:05:52.134Z] Client: Mirantis Container Runtime
22:05:52 [2021-06-24T22:05:52.134Z]  Version:           20.10.0
22:05:52 [2021-06-24T22:05:52.134Z]  API version:       1.41
22:05:52 [2021-06-24T22:05:52.134Z]  Go version:        go1.13.15
22:05:52 [2021-06-24T22:05:52.134Z]  Git commit:        6ee42dc
22:05:52 [2021-06-24T22:05:52.134Z]  Built:             03/11/2021 13:24:56
22:05:52 [2021-06-24T22:05:52.134Z]  OS/Arch:           windows/amd64
22:05:52 [2021-06-24T22:05:52.134Z]  Context:           default
22:05:52 [2021-06-24T22:05:52.134Z]  Experimental:      true
22:05:52 [2021-06-24T22:05:52.134Z] 
22:05:52 [2021-06-24T22:05:52.134Z] Server: Mirantis Container Runtime
22:05:52 [2021-06-24T22:05:52.134Z]  Engine:
22:05:52 [2021-06-24T22:05:52.134Z]   Version:          20.10.0
22:05:52 [2021-06-24T22:05:52.134Z]   API version:      1.41 (minimum version 1.24)
22:05:52 [2021-06-24T22:05:52.134Z]   Go version:       go1.13.15
22:05:52 [2021-06-24T22:05:52.134Z]   Git commit:       1e08f21e79
22:05:52 [2021-06-24T22:05:52.134Z]   Built:            03/11/2021 13:23:32
22:05:52 [2021-06-24T22:05:52.134Z]   OS/Arch:          windows/amd64
22:05:52 [2021-06-24T22:05:52.134Z]   Experimental:     true
22:05:51 [2021-06-24T22:05:51.710Z]  > git remote # timeout=10
22:05:51 [2021-06-24T22:05:51.758Z]  > git config --get remote.origin.url # timeout=10
22:05:51 [2021-06-24T22:05:51.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:05:51 [2021-06-24T22:05:51.807Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
[Pipeline] sh
22:05:52 [2021-06-24T22:05:52.335Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 66.06MB / 68.75MB 3.4s
22:05:52 [2021-06-24T22:05:52.335Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 50.33MB / 51.84MB 3.4s
22:05:52 [2021-06-24T22:05:52.335Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 47.19MB / 129.05MB 3.4s
22:05:52 [2021-06-24T22:05:52.360Z] Merge succeeded, producing cf7c110e79d06626fc47e1c623873cab56df7676
22:05:52 [2021-06-24T22:05:52.360Z] Checking out Revision cf7c110e79d06626fc47e1c623873cab56df7676 (PR-42450)
22:05:52 [2021-06-24T22:05:52.592Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 62.19MB / 129.05MB 3.7s
22:05:52 [2021-06-24T22:05:52.668Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:05:52 [2021-06-24T22:05:52.803Z] First time build. Skipping changelog.
22:05:52 [2021-06-24T22:05:52.850Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 72.35MB / 129.05MB 3.8s
22:05:52 [2021-06-24T22:05:52.850Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 80.74MB / 129.05MB 4.0s
22:05:53 [2021-06-24T22:05:53.113Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 91.23MB / 129.05MB 4.2s
22:05:53 [2021-06-24T22:05:53.113Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 110.10MB / 129.05MB 4.4s
22:05:53 [2021-06-24T22:05:53.173Z] + docker info
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:05:53 [2021-06-24T22:05:53.413Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 119.54MB / 129.05MB 4.4s
22:05:53 [2021-06-24T22:05:53.413Z] #9 ...
22:05:53 [2021-06-24T22:05:53.413Z] 
22:05:53 [2021-06-24T22:05:53.413Z] #30 [internal] load build context
22:05:53 [2021-06-24T22:05:53.413Z] #30 sha256:28f602f0ecea292cbeebfcbc16670e481deb4d53894fa09a46a90b671e37251c
22:05:53 [2021-06-24T22:05:53.413Z] #30 transferring context: 55.85MB 3.7s done
22:05:53 [2021-06-24T22:05:53.413Z] #30 DONE 4.7s
22:05:53 [2021-06-24T22:05:53.413Z] 
22:05:53 [2021-06-24T22:05:53.413Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:53 [2021-06-24T22:05:53.413Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:05:53 [2021-06-24T22:05:53.413Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 4.5s
22:05:53 [2021-06-24T22:05:53.984Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.9s done
22:05:54 [2021-06-24T22:05:54.151Z] + docker version
22:05:54 [2021-06-24T22:05:54.151Z] Client:
22:05:54 [2021-06-24T22:05:54.151Z]  Version:           20.10.6
22:05:54 [2021-06-24T22:05:54.151Z]  API version:       1.41
22:05:54 [2021-06-24T22:05:54.151Z]  Go version:        go1.16.3
22:05:54 [2021-06-24T22:05:54.151Z]  Git commit:        370c289
22:05:54 [2021-06-24T22:05:54.151Z]  Built:             Fri Apr  9 22:49:36 2021
22:05:54 [2021-06-24T22:05:54.151Z]  OS/Arch:           windows/amd64
22:05:54 [2021-06-24T22:05:54.151Z]  Context:           default
22:05:54 [2021-06-24T22:05:54.151Z]  Experimental:      true
22:05:54 [2021-06-24T22:05:54.151Z] 
22:05:54 [2021-06-24T22:05:54.151Z] Server: Docker Engine - Community
22:05:54 [2021-06-24T22:05:54.151Z]  Engine:
22:05:54 [2021-06-24T22:05:54.151Z]   Version:          20.10.6
22:05:54 [2021-06-24T22:05:54.151Z]   API version:      1.41 (minimum version 1.24)
22:05:54 [2021-06-24T22:05:54.151Z]   Go version:       go1.13.15
22:05:54 [2021-06-24T22:05:54.151Z]   Git commit:       8728dd2
22:05:54 [2021-06-24T22:05:54.151Z]   Built:            Fri Apr  9 22:45:40 2021
22:05:54 [2021-06-24T22:05:54.151Z]   OS/Arch:          windows/amd64
22:05:54 [2021-06-24T22:05:54.151Z]   Experimental:     true
22:05:54 [2021-06-24T22:05:54.242Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 0B / 155B 5.4s
[Pipeline] sh
22:05:52 [2021-06-24T22:05:52.274Z]  > git rev-parse "HEAD^{commit}" # timeout=10
22:05:52 [2021-06-24T22:05:52.395Z]  > git config core.sparsecheckout # timeout=10
22:05:52 [2021-06-24T22:05:52.441Z]  > git checkout -f cf7c110e79d06626fc47e1c623873cab56df7676 # timeout=10
22:05:52 [2021-06-24T22:05:52.703Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:05:54 [2021-06-24T22:05:54.500Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 5.5s
22:05:55 [2021-06-24T22:05:55.181Z] + docker info
22:05:55 [2021-06-24T22:05:55.869Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 6.7s done
22:05:56 [2021-06-24T22:05:56.151Z] Client:
22:05:56 [2021-06-24T22:05:56.151Z]  Context:    default
22:05:56 [2021-06-24T22:05:56.151Z]  Debug Mode: false
22:05:56 [2021-06-24T22:05:56.151Z]  Plugins:
22:05:56 [2021-06-24T22:05:56.151Z]   app: Docker Application (Docker Inc., v0.8.0)
22:05:56 [2021-06-24T22:05:56.151Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
22:05:56 [2021-06-24T22:05:56.151Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
22:05:56 [2021-06-24T22:05:56.151Z] 
22:05:56 [2021-06-24T22:05:56.151Z] Server:
22:05:56 [2021-06-24T22:05:56.151Z]  Containers: 0
22:05:56 [2021-06-24T22:05:56.151Z]   Running: 0
22:05:56 [2021-06-24T22:05:56.151Z]   Paused: 0
22:05:56 [2021-06-24T22:05:56.151Z]   Stopped: 0
22:05:56 [2021-06-24T22:05:56.151Z]  Images: 10
22:05:56 [2021-06-24T22:05:56.151Z]  Server Version: 20.10.6
22:05:56 [2021-06-24T22:05:56.151Z]  Storage Driver: lcow (linux) windowsfilter (windows)
22:05:56 [2021-06-24T22:05:56.151Z]   LCOW: 
22:05:56 [2021-06-24T22:05:56.151Z]   Windows: 
22:05:56 [2021-06-24T22:05:56.151Z]  Logging Driver: json-file
22:05:56 [2021-06-24T22:05:56.151Z]  Plugins:
22:05:56 [2021-06-24T22:05:56.151Z]   Volume: local
22:05:56 [2021-06-24T22:05:56.151Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:05:56 [2021-06-24T22:05:56.151Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:05:56 [2021-06-24T22:05:56.151Z]  Swarm: inactive
22:05:56 [2021-06-24T22:05:56.151Z]  Default Isolation: process
22:05:56 [2021-06-24T22:05:56.151Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:05:56 [2021-06-24T22:05:56.151Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
22:05:56 [2021-06-24T22:05:56.151Z]  OSType: windows
22:05:56 [2021-06-24T22:05:56.151Z]  Architecture: x86_64
22:05:56 [2021-06-24T22:05:56.151Z]  CPUs: 4
22:05:56 [2021-06-24T22:05:56.151Z]  Total Memory: 32GiB
22:05:56 [2021-06-24T22:05:56.151Z]  Name: azwin-2-38c460
22:05:56 [2021-06-24T22:05:56.151Z]  ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3
22:05:56 [2021-06-24T22:05:56.151Z]  Docker Root Dir: D:\docker
22:05:56 [2021-06-24T22:05:56.151Z]  Debug Mode: false
22:05:56 [2021-06-24T22:05:56.151Z]  Registry: https://index.docker.io/v1/
22:05:56 [2021-06-24T22:05:56.151Z]  Labels:
22:05:56 [2021-06-24T22:05:56.151Z]  Experimental: true
22:05:56 [2021-06-24T22:05:56.151Z]  Insecure Registries:
22:05:56 [2021-06-24T22:05:56.151Z]   10.0.0.4:5000
22:05:56 [2021-06-24T22:05:56.151Z]   127.0.0.0/8
22:05:56 [2021-06-24T22:05:56.151Z]  Registry Mirrors:
22:05:56 [2021-06-24T22:05:56.151Z]   http://10.0.0.4:5000/
22:05:56 [2021-06-24T22:05:56.151Z]  Live Restore Enabled: false
22:05:56 [2021-06-24T22:05:56.151Z]  Product License: Community Engine
22:05:56 [2021-06-24T22:05:56.151Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
22:05:57 [2021-06-24T22:05:57.237Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62
22:05:57 [2021-06-24T22:05:57.252Z] Client:
22:05:57 [2021-06-24T22:05:57.252Z]  Context:    default
22:05:57 [2021-06-24T22:05:57.252Z]  Debug Mode: false
22:05:57 [2021-06-24T22:05:57.252Z]  Plugins:
22:05:57 [2021-06-24T22:05:57.252Z]   app: Docker Application (Docker Inc., v0.8.0)
22:05:57 [2021-06-24T22:05:57.252Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
22:05:57 [2021-06-24T22:05:57.252Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
22:05:57 [2021-06-24T22:05:57.252Z] 
22:05:57 [2021-06-24T22:05:57.252Z] Server:
22:05:57 [2021-06-24T22:05:57.252Z]  Containers: 0
22:05:57 [2021-06-24T22:05:57.252Z]   Running: 0
22:05:57 [2021-06-24T22:05:57.252Z]   Paused: 0
22:05:57 [2021-06-24T22:05:57.252Z]   Stopped: 0
22:05:57 [2021-06-24T22:05:57.252Z]  Images: 10
22:05:57 [2021-06-24T22:05:57.252Z]  Server Version: 20.10.0
22:05:57 [2021-06-24T22:05:57.252Z]  Storage Driver: windowsfilter (windows) lcow (linux)
22:05:57 [2021-06-24T22:05:57.252Z]   Windows: 
22:05:57 [2021-06-24T22:05:57.252Z]   LCOW: 
22:05:57 [2021-06-24T22:05:57.252Z]  Logging Driver: json-file
22:05:57 [2021-06-24T22:05:57.252Z]  Plugins:
22:05:57 [2021-06-24T22:05:57.252Z]   Volume: local
22:05:57 [2021-06-24T22:05:57.252Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:05:57 [2021-06-24T22:05:57.252Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:05:57 [2021-06-24T22:05:57.252Z]  Swarm: inactive
22:05:57 [2021-06-24T22:05:57.252Z]  Default Isolation: process
22:05:57 [2021-06-24T22:05:57.252Z]  Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
22:05:57 [2021-06-24T22:05:57.252Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
22:05:57 [2021-06-24T22:05:57.252Z]  OSType: windows
22:05:57 [2021-06-24T22:05:57.252Z]  Architecture: x86_64
22:05:57 [2021-06-24T22:05:57.252Z]  CPUs: 4
22:05:57 [2021-06-24T22:05:57.252Z]  Total Memory: 32GiB
22:05:57 [2021-06-24T22:05:57.252Z]  Name: azwin-2-45e6b0
22:05:57 [2021-06-24T22:05:57.252Z]  ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6
22:05:57 [2021-06-24T22:05:57.252Z]  Docker Root Dir: D:\docker
22:05:57 [2021-06-24T22:05:57.252Z]  Debug Mode: false
22:05:57 [2021-06-24T22:05:57.252Z]  Registry: https://index.docker.io/v1/
22:05:57 [2021-06-24T22:05:57.252Z]  Labels:
22:05:57 [2021-06-24T22:05:57.252Z]  Experimental: true
22:05:57 [2021-06-24T22:05:57.252Z]  Insecure Registries:
22:05:57 [2021-06-24T22:05:57.252Z]   10.0.0.4:5000
22:05:57 [2021-06-24T22:05:57.252Z]   127.0.0.0/8
22:05:57 [2021-06-24T22:05:57.252Z]  Registry Mirrors:
22:05:57 [2021-06-24T22:05:57.252Z]   http://10.0.0.4:5000/
22:05:57 [2021-06-24T22:05:57.252Z]  Live Restore Enabled: false
22:05:57 [2021-06-24T22:05:57.252Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
22:05:57 [2021-06-24T22:05:57.494Z] #9 ...
22:05:57 [2021-06-24T22:05:57.494Z] 
22:05:57 [2021-06-24T22:05:57.494Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:05:57 [2021-06-24T22:05:57.494Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:05:57 [2021-06-24T22:05:57.494Z] #72 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
22:05:57 [2021-06-24T22:05:57.494Z] #72 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:05:57 [2021-06-24T22:05:57.494Z] #72 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:05:57 [2021-06-24T22:05:57.494Z] #72 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:05:57 [2021-06-24T22:05:57.494Z] #72 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.9s done
22:05:57 [2021-06-24T22:05:57.494Z] #72 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.4s done
22:05:57 [2021-06-24T22:05:57.494Z] #72 DONE 8.7s
22:05:57 [2021-06-24T22:05:57.494Z] 
22:05:57 [2021-06-24T22:05:57.494Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:57 [2021-06-24T22:05:57.494Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:05:57 [2021-06-24T22:05:57.494Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 8.4s done
22:05:57 [2021-06-24T22:05:57.494Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 8.4s done
22:05:57 [2021-06-24T22:05:57.494Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.3s done
22:05:57 [2021-06-24T22:05:57.494Z] #9 ...
22:05:57 [2021-06-24T22:05:57.494Z] 
22:05:57 [2021-06-24T22:05:57.494Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:05:57 [2021-06-24T22:05:57.494Z] #33 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:05:57 [2021-06-24T22:05:57.494Z] #33 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.1s done
22:05:57 [2021-06-24T22:05:57.494Z] #33 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done
22:05:57 [2021-06-24T22:05:57.494Z] #33 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done
22:05:57 [2021-06-24T22:05:57.494Z] #33 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done
22:05:57 [2021-06-24T22:05:57.494Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.7s done
22:05:57 [2021-06-24T22:05:57.494Z] #33 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.2s done
22:05:57 [2021-06-24T22:05:57.494Z] #33 DONE 8.7s
22:05:57 [2021-06-24T22:05:57.494Z] 
22:05:57 [2021-06-24T22:05:57.494Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:57 [2021-06-24T22:05:57.494Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:05:57 [2021-06-24T22:05:57.494Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277
22:05:58 [2021-06-24T22:05:58.057Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.5s done
22:05:58 [2021-06-24T22:05:58.623Z] #9 ...
22:05:58 [2021-06-24T22:05:58.623Z] 
22:05:58 [2021-06-24T22:05:58.623Z] #71 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:05:58 [2021-06-24T22:05:58.623Z] #71 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:05:58 [2021-06-24T22:05:58.623Z] #71 DONE 0.8s
22:05:58 [2021-06-24T22:05:58.623Z] 
22:05:58 [2021-06-24T22:05:58.623Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:58 [2021-06-24T22:05:58.623Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:05:58 [2021-06-24T22:05:58.623Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514
22:05:59 [2021-06-24T22:05:59.187Z] #9 ...
22:05:59 [2021-06-24T22:05:59.187Z] 
22:05:59 [2021-06-24T22:05:59.187Z] #73 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:05:59 [2021-06-24T22:05:59.187Z] #73 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:05:59 [2021-06-24T22:05:59.187Z] #73 DONE 0.8s
22:05:59 [2021-06-24T22:05:59.444Z] 
22:05:59 [2021-06-24T22:05:59.444Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:05:59 [2021-06-24T22:05:59.444Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:06:02 [2021-06-24T22:06:02.730Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 4.1s done
22:06:02 [2021-06-24T22:06:02.992Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564
22:06:06 [2021-06-24T22:06:06.579Z] DEBUG: print all environment variables to check how Jenkins runs this script
22:06:06 [2021-06-24T22:06:06.579Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-72d2b7ef\powershellScript.ps1'; exit $LASTEXITCODE;
22:06:06 [2021-06-24T22:06:06.579Z] ----------------------------------------------------------------------------
22:06:06 [2021-06-24T22:06:06.579Z] 
22:06:06 [2021-06-24T22:06:06.579Z] INFO: executeCI.ps1 starting at Thu Jun 24 22:06:06 CUT 2021
22:06:06 [2021-06-24T22:06:06.579Z] 
22:06:06 [2021-06-24T22:06:06.579Z] INFO: Script version 05-Feb-2019 09:03 PDT
22:06:07 [2021-06-24T22:06:07.040Z] INFO: Running git version 2.24.1.windows.2
22:06:07 [2021-06-24T22:06:07.040Z] INFO: Branch:fe_release Build:20295.1.210212-1600
22:06:07 [2021-06-24T22:06:07.040Z] INFO: Environment variables:
22:06:07 [2021-06-24T22:06:07.040Z] 
22:06:07 [2021-06-24T22:06:07.040Z] Name                           Value                                                                                   
22:06:07 [2021-06-24T22:06:07.040Z] ----                           -----                                                                                   
22:06:07 [2021-06-24T22:06:07.040Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
22:06:07 [2021-06-24T22:06:07.040Z] amd64                          true                                                                                    
22:06:07 [2021-06-24T22:06:07.040Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
22:06:07 [2021-06-24T22:06:07.040Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
22:06:07 [2021-06-24T22:06:07.040Z] arm64                          false                                                                                   
22:06:07 [2021-06-24T22:06:07.040Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
22:06:07 [2021-06-24T22:06:07.040Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
22:06:07 [2021-06-24T22:06:07.040Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
22:06:07 [2021-06-24T22:06:07.040Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
22:06:07 [2021-06-24T22:06:07.040Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
22:06:07 [2021-06-24T22:06:07.040Z] BRANCH_NAME                    PR-42450                                                                                
22:06:07 [2021-06-24T22:06:07.040Z] BUILD_DISPLAY_NAME             #33                                                                                     
22:06:07 [2021-06-24T22:06:07.040Z] BUILD_ID                       33                                                                                      
22:06:07 [2021-06-24T22:06:07.040Z] BUILD_NUMBER                   33                                                                                      
22:06:07 [2021-06-24T22:06:07.040Z] BUILD_TAG                      jenkins-moby-PR-42450-33                                                                
22:06:07 [2021-06-24T22:06:07.040Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42450/33/                             
22:06:07 [2021-06-24T22:06:07.040Z] cgroup2                        true                                                                                    
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_AUTHOR                  AkihiroSuda                                                                             
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_AUTHOR_DISPLAY_NAME     Akihiro Suda                                                                            
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_AUTHOR_EMAIL            suda.kyoto@gmail.com                                                                    
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_BRANCH                  runc-v1.0.0                                                                             
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_FORK                    AkihiroSuda/docker                                                                      
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_ID                      42450                                                                                   
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_TARGET                  master                                                                                  
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_TITLE                   update runc binary to v1.0.0 GA                                                         
22:06:07 [2021-06-24T22:06:07.040Z] CHANGE_URL                     https://github.com/moby/moby/pull/42450                                                 
22:06:07 [2021-06-24T22:06:07.040Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
22:06:07 [2021-06-24T22:06:07.040Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
22:06:07 [2021-06-24T22:06:07.040Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
22:06:07 [2021-06-24T22:06:07.040Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
22:06:07 [2021-06-24T22:06:07.040Z] COMPUTERNAME                   azwin-2-45e6b0                                                                          
22:06:07 [2021-06-24T22:06:07.040Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
22:06:07 [2021-06-24T22:06:07.040Z] ConfigSequenceNumber           0                                                                                       
22:06:07 [2021-06-24T22:06:07.040Z] dco                            true                                                                                    
22:06:07 [2021-06-24T22:06:07.040Z] DOCKER_BUILDKIT                0                                                                                       
22:06:07 [2021-06-24T22:06:07.040Z] DOCKER_DUT_DEBUG               1                                                                                       
22:06:07 [2021-06-24T22:06:07.040Z] DOCKER_EXPERIMENTAL            1                                                                                       
22:06:07 [2021-06-24T22:06:07.040Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
22:06:07 [2021-06-24T22:06:07.040Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
22:06:07 [2021-06-24T22:06:07.040Z] EXECUTOR_NUMBER                0                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] FQDN                           azwin-2-45e6b0.westus.cloudapp.azure.com                                                
22:06:07 [2021-06-24T22:06:07.041Z] GIT_BRANCH                     PR-42450                                                                                
22:06:07 [2021-06-24T22:06:07.041Z] GIT_COMMIT                     f901d3cfa8023a2c383017a54ddb5d62d88fa6be                                                
22:06:07 [2021-06-24T22:06:07.041Z] GIT_PREVIOUS_COMMIT            05f5ede9fb080c29d0d828611b616f5ac324689f                                                
22:06:07 [2021-06-24T22:06:07.041Z] GIT_URL                        https://github.com/moby/moby.git                                                        
22:06:07 [2021-06-24T22:06:07.041Z] HUDSON_COOKIE                  a55d3a78-c9bc-4b27-a774-8484c442c00b                                                    
22:06:07 [2021-06-24T22:06:07.041Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
22:06:07 [2021-06-24T22:06:07.041Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
22:06:07 [2021-06-24T22:06:07.041Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
22:06:07 [2021-06-24T22:06:07.041Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
22:06:07 [2021-06-24T22:06:07.041Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
22:06:07 [2021-06-24T22:06:07.041Z] JENKINS_NODE_COOKIE            01b477ab-3093-466b-b8a7-a4166ceac9b8                                                    
22:06:07 [2021-06-24T22:06:07.041Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
22:06:07 [2021-06-24T22:06:07.041Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
22:06:07 [2021-06-24T22:06:07.041Z] JOB_BASE_NAME                  PR-42450                                                                                
22:06:07 [2021-06-24T22:06:07.041Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42450/display/redirect                
22:06:07 [2021-06-24T22:06:07.041Z] JOB_NAME                       moby/PR-42450                                                                           
22:06:07 [2021-06-24T22:06:07.041Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42450/                                
22:06:07 [2021-06-24T22:06:07.041Z] library.jps.version            master                                                                                  
22:06:07 [2021-06-24T22:06:07.041Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
22:06:07 [2021-06-24T22:06:07.041Z] NODE_LABELS                    amd64 azure azwin-2-45e6b0 azwin-2022 docker west-us windows windows-2022 x86_64        
22:06:07 [2021-06-24T22:06:07.041Z] NODE_NAME                      azwin-2-45e6b0                                                                          
22:06:07 [2021-06-24T22:06:07.041Z] NUMBER_OF_PROCESSORS           4                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] OS                             Windows_NT                                                                              
22:06:07 [2021-06-24T22:06:07.041Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
22:06:07 [2021-06-24T22:06:07.041Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
22:06:07 [2021-06-24T22:06:07.041Z] ppc64le                        false                                                                                   
22:06:07 [2021-06-24T22:06:07.041Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
22:06:07 [2021-06-24T22:06:07.041Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
22:06:07 [2021-06-24T22:06:07.041Z] PROCESSOR_LEVEL                6                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] PROCESSOR_REVISION             5504                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] ProgramData                    C:\ProgramData                                                                          
22:06:07 [2021-06-24T22:06:07.041Z] ProgramFiles                   C:\Program Files                                                                        
22:06:07 [2021-06-24T22:06:07.041Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
22:06:07 [2021-06-24T22:06:07.041Z] ProgramW6432                   C:\Program Files                                                                        
22:06:07 [2021-06-24T22:06:07.041Z] PROMPT                         $P$G                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] PSExecutionPolicyPreference    Bypass                                                                                  
22:06:07 [2021-06-24T22:06:07.041Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
22:06:07 [2021-06-24T22:06:07.041Z] PUBLIC                         C:\Users\Public                                                                         
22:06:07 [2021-06-24T22:06:07.041Z] rootless                       true                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=arti...
22:06:07 [2021-06-24T22:06:07.041Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=changes
22:06:07 [2021-06-24T22:06:07.041Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect             
22:06:07 [2021-06-24T22:06:07.041Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=tests  
22:06:07 [2021-06-24T22:06:07.041Z] s390x                          false                                                                                   
22:06:07 [2021-06-24T22:06:07.041Z] SKIP_VALIDATION_TESTS          1                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] SOURCES_DRIVE                  d                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] SOURCES_SUBDIR                 gopath                                                                                  
22:06:07 [2021-06-24T22:06:07.041Z] STAGE_NAME                     Run tests                                                                               
22:06:07 [2021-06-24T22:06:07.041Z] SystemDrive                    C:                                                                                      
22:06:07 [2021-06-24T22:06:07.041Z] SystemRoot                     C:\Windows                                                                              
22:06:07 [2021-06-24T22:06:07.041Z] TEMP                           C:\Windows\TEMP                                                                         
22:06:07 [2021-06-24T22:06:07.041Z] TESTDEBUG                      0                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] TESTRUN_DRIVE                  d                                                                                       
22:06:07 [2021-06-24T22:06:07.041Z] TESTRUN_SUBDIR                 CI                                                                                      
22:06:07 [2021-06-24T22:06:07.041Z] TIMEOUT                        120m                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] TMP                            C:\Windows\TEMP                                                                         
22:06:07 [2021-06-24T22:06:07.041Z] unit_validate                  true                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] USERDOMAIN                     WORKGROUP                                                                               
22:06:07 [2021-06-24T22:06:07.041Z] USERNAME                       azwin-2-45e6b0$                                                                         
22:06:07 [2021-06-24T22:06:07.041Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
22:06:07 [2021-06-24T22:06:07.041Z] validate_force                 false                                                                                   
22:06:07 [2021-06-24T22:06:07.041Z] windir                         C:\Windows                                                                              
22:06:07 [2021-06-24T22:06:07.041Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore/insider                                            
22:06:07 [2021-06-24T22:06:07.041Z] WINDOWS_BASE_IMAGE_TAG         10.0.20295.1                                                                            
22:06:07 [2021-06-24T22:06:07.041Z] windows2022                    true                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] windowsRS1                     false                                                                                   
22:06:07 [2021-06-24T22:06:07.041Z] windowsRS5                     true                                                                                    
22:06:07 [2021-06-24T22:06:07.041Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
22:06:07 [2021-06-24T22:06:07.041Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
22:06:07 [2021-06-24T22:06:07.041Z] 
22:06:07 [2021-06-24T22:06:07.041Z] 
22:06:07 [2021-06-24T22:06:07.041Z] 
22:06:07 [2021-06-24T22:06:07.180Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.5s done
22:06:07 [2021-06-24T22:06:07.180Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0
22:06:07 [2021-06-24T22:06:07.436Z] #9 ...
22:06:07 [2021-06-24T22:06:07.436Z] 
22:06:07 [2021-06-24T22:06:07.436Z] #34 [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
22:06:07 [2021-06-24T22:06:07.436Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:06:07 [2021-06-24T22:06:07.436Z] #34 1.854 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 1.867 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 1.930 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 2.068 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 2.430 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 2.828 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:06:07 [2021-06-24T22:06:07.436Z] #34 4.216 Fetched 8453 kB in 3s (3212 kB/s)
22:06:07 [2021-06-24T22:06:07.436Z] #34 4.216 Reading package lists...
22:06:07 [2021-06-24T22:06:07.436Z] #34 5.167 Reading package lists...
22:06:07 [2021-06-24T22:06:07.436Z] #34 6.135 Building dependency tree...
22:06:07 [2021-06-24T22:06:07.436Z] #34 6.519 The following additional packages will be installed:
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519 Suggested packages:
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519   krb5-doc krb5-user
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519 Recommended packages:
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.519   krb5-locales publicsuffix libsasl2-modules
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.763 The following NEW packages will be installed:
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.763   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.763   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.764   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:06:07 [2021-06-24T22:06:07.437Z] #34 6.771   libssh2-1 libssl1.1 openssl
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.035 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.035 Need to get 5059 kB of archives.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.035 After this operation, 12.1 MB of additional disk space will be used.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.035 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.061 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.069 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.072 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.079 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.079 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.079 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.087 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.087 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.087 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.093 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.093 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.095 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.096 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.097 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.099 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.102 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.108 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.114 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.117 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.120 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.321 debconf: delaying package configuration, since apt-utils is not installed
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.345 Fetched 5059 kB in 0s (14.8 MB/s)
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.415 Selecting previously unselected package libssl1.1:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.415 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.416 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.426 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.628 Selecting previously unselected package openssl.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.628 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.633 Unpacking openssl (1.1.1d-0+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.783 Selecting previously unselected package ca-certificates.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.783 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.794 Unpacking ca-certificates (20200601~deb10u2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.888 Selecting previously unselected package libkeyutils1:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.888 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.895 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.937 Selecting previously unselected package libkrb5support0:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.937 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 7.941 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.002 Selecting previously unselected package libk5crypto3:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.002 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.009 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.066 Selecting previously unselected package libkrb5-3:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.066 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.072 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.186 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.186 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.189 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.251 Selecting previously unselected package libsasl2-modules-db:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.251 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.255 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.298 Selecting previously unselected package libsasl2-2:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.298 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.303 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.347 Selecting previously unselected package libldap-common.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.347 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.351 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.403 Selecting previously unselected package libldap-2.4-2:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.403 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.409 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.469 Selecting previously unselected package libnghttp2-14:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.469 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.473 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.525 Selecting previously unselected package libpsl5:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.525 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.530 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.612 Selecting previously unselected package librtmp1:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.612 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.618 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.668 Selecting previously unselected package libssh2-1:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.669 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.675 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.739 Selecting previously unselected package libcurl4:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.739 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.744 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.835 Selecting previously unselected package curl.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.835 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.840 Unpacking curl (7.64.0-4+deb10u2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.917 Selecting previously unselected package libonig5:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.917 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 8.928 Unpacking libonig5:amd64 (6.9.1-1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.005 Selecting previously unselected package libjq1:amd64.
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.005 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.016 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.063 Selecting previously unselected package jq.
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.066 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.069 Unpacking jq (1.5+dfsg-2+b1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.117 Setting up libkeyutils1:amd64 (1.6-6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.133 Setting up libpsl5:amd64 (0.20.2-2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.152 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.260 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.275 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.293 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.306 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.319 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.332 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.347 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.360 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.374 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.386 Setting up openssl (1.1.1d-0+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.404 Setting up libonig5:amd64 (6.9.1-1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.419 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.433 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 9.448 Setting up ca-certificates (20200601~deb10u2) ...
22:06:07 [2021-06-24T22:06:07.437Z] #34 10.05 Updating certificates in /etc/ssl/certs...
22:06:07 [2021-06-24T22:06:07.507Z] INFO: Sources under d:\gopath\...
22:06:07 [2021-06-24T22:06:07.507Z] INFO: Test run under d:\CI\...
22:06:07 [2021-06-24T22:06:07.507Z] INFO: Running in D:\gopath\src\github.com\docker\docker
22:06:07 [2021-06-24T22:06:07.507Z] INFO: docker/docker repository was found
22:06:07 [2021-06-24T22:06:07.507Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
22:06:07 [2021-06-24T22:06:07.695Z] #34 ...
22:06:07 [2021-06-24T22:06:07.695Z] 
22:06:07 [2021-06-24T22:06:07.695Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:06:07 [2021-06-24T22:06:07.695Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:06:07 [2021-06-24T22:06:07.969Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1'
22:06:07 [2021-06-24T22:06:07.969Z] INFO: Docker version of control daemon
22:06:07 [2021-06-24T22:06:07.969Z] 
22:06:07 [2021-06-24T22:06:07.969Z] Client: Mirantis Container Runtime
22:06:07 [2021-06-24T22:06:07.969Z]  Version:           20.10.0
22:06:07 [2021-06-24T22:06:07.969Z]  API version:       1.41
22:06:07 [2021-06-24T22:06:07.969Z]  Go version:        go1.13.15
22:06:07 [2021-06-24T22:06:07.969Z]  Git commit:        6ee42dc
22:06:07 [2021-06-24T22:06:07.969Z]  Built:             03/11/2021 13:24:56
22:06:07 [2021-06-24T22:06:07.969Z]  OS/Arch:           windows/amd64
22:06:07 [2021-06-24T22:06:07.969Z]  Context:           default
22:06:07 [2021-06-24T22:06:07.969Z]  Experimental:      true
22:06:07 [2021-06-24T22:06:07.969Z] 
22:06:07 [2021-06-24T22:06:07.969Z] Server: Mirantis Container Runtime
22:06:07 [2021-06-24T22:06:07.969Z]  Engine:
22:06:07 [2021-06-24T22:06:07.969Z]   Version:          20.10.0
22:06:07 [2021-06-24T22:06:07.969Z]   API version:      1.41 (minimum version 1.24)
22:06:07 [2021-06-24T22:06:07.969Z]   Go version:       go1.13.15
22:06:07 [2021-06-24T22:06:07.969Z]   Git commit:       1e08f21e79
22:06:07 [2021-06-24T22:06:07.969Z]   Built:            03/11/2021 13:23:32
22:06:07 [2021-06-24T22:06:07.969Z]   OS/Arch:          windows/amd64
22:06:07 [2021-06-24T22:06:07.969Z]   Experimental:     true
22:06:07 [2021-06-24T22:06:07.969Z] 
22:06:07 [2021-06-24T22:06:07.969Z] INFO: Docker info of control daemon
22:06:07 [2021-06-24T22:06:07.969Z] 
22:06:08 [2021-06-24T22:06:08.431Z] Client:
22:06:08 [2021-06-24T22:06:08.431Z]  Context:    default
22:06:08 [2021-06-24T22:06:08.431Z]  Debug Mode: false
22:06:08 [2021-06-24T22:06:08.431Z]  Plugins:
22:06:08 [2021-06-24T22:06:08.431Z]   app: Docker Application (Docker Inc., v0.8.0)
22:06:08 [2021-06-24T22:06:08.431Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
22:06:08 [2021-06-24T22:06:08.431Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
22:06:08 [2021-06-24T22:06:08.431Z] 
22:06:08 [2021-06-24T22:06:08.431Z] Server:
22:06:08 [2021-06-24T22:06:08.431Z]  Containers: 0
22:06:08 [2021-06-24T22:06:08.431Z]   Running: 0
22:06:08 [2021-06-24T22:06:08.431Z]   Paused: 0
22:06:08 [2021-06-24T22:06:08.431Z]   Stopped: 0
22:06:08 [2021-06-24T22:06:08.431Z]  Images: 10
22:06:08 [2021-06-24T22:06:08.431Z]  Server Version: 20.10.0
22:06:08 [2021-06-24T22:06:08.431Z]  Storage Driver: windowsfilter (windows) lcow (linux)
22:06:08 [2021-06-24T22:06:08.431Z]   Windows: 
22:06:08 [2021-06-24T22:06:08.431Z]   LCOW: 
22:06:08 [2021-06-24T22:06:08.431Z]  Logging Driver: json-file
22:06:08 [2021-06-24T22:06:08.431Z]  Plugins:
22:06:08 [2021-06-24T22:06:08.431Z]   Volume: local
22:06:08 [2021-06-24T22:06:08.431Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:06:08 [2021-06-24T22:06:08.431Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:06:08 [2021-06-24T22:06:08.431Z]  Swarm: inactive
22:06:08 [2021-06-24T22:06:08.431Z]  Default Isolation: process
22:06:08 [2021-06-24T22:06:08.431Z]  Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
22:06:08 [2021-06-24T22:06:08.431Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
22:06:08 [2021-06-24T22:06:08.431Z]  OSType: windows
22:06:08 [2021-06-24T22:06:08.431Z]  Architecture: x86_64
22:06:08 [2021-06-24T22:06:08.431Z]  CPUs: 4
22:06:08 [2021-06-24T22:06:08.431Z]  Total Memory: 32GiB
22:06:08 [2021-06-24T22:06:08.431Z]  Name: azwin-2-45e6b0
22:06:08 [2021-06-24T22:06:08.431Z]  ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6
22:06:08 [2021-06-24T22:06:08.431Z]  Docker Root Dir: D:\docker
22:06:08 [2021-06-24T22:06:08.431Z]  Debug Mode: false
22:06:08 [2021-06-24T22:06:08.431Z]  Registry: https://index.docker.io/v1/
22:06:08 [2021-06-24T22:06:08.431Z]  Labels:
22:06:08 [2021-06-24T22:06:08.431Z]  Experimental: true
22:06:08 [2021-06-24T22:06:08.431Z]  Insecure Registries:
22:06:08 [2021-06-24T22:06:08.431Z]   10.0.0.4:5000
22:06:08 [2021-06-24T22:06:08.431Z]   127.0.0.0/8
22:06:08 [2021-06-24T22:06:08.431Z]  Registry Mirrors:
22:06:08 [2021-06-24T22:06:08.431Z]   http://10.0.0.4:5000/
22:06:08 [2021-06-24T22:06:08.431Z]  Live Restore Enabled: false
22:06:08 [2021-06-24T22:06:08.431Z] 
22:06:08 [2021-06-24T22:06:08.431Z] 
22:06:08 [2021-06-24T22:06:08.431Z] INFO: Commit hash is f901d3cfa8
22:06:08 [2021-06-24T22:06:08.431Z] INFO: Nuke-Everything...
22:06:08 [2021-06-24T22:06:08.893Z] INFO: Container count on control daemon to delete is 0
22:06:09 [2021-06-24T22:06:09.354Z] INFO: Nuking d:\CI
22:06:09 [2021-06-24T22:06:09.354Z] INFO: Zapped successfully
22:06:09 [2021-06-24T22:06:09.354Z] INFO: Location for testing is d:\CI\PR-42450\33
22:06:09 [2021-06-24T22:06:09.354Z] INFO: Validating GOLang consistency in Dockerfile.windows...
22:06:09 [2021-06-24T22:06:09.354Z] 
22:06:09 [2021-06-24T22:06:09.354Z] 
22:06:09 [2021-06-24T22:06:09.354Z] INFO: Building the image from Dockerfile.windows at 06/24/2021 22:06:09...
22:06:09 [2021-06-24T22:06:09.354Z] 
22:06:11 [2021-06-24T22:06:11.658Z] DEBUG: print all environment variables to check how Jenkins runs this script
22:06:11 [2021-06-24T22:06:11.658Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1ad09a29\powershellScript.ps1'; exit $LASTEXITCODE;
22:06:11 [2021-06-24T22:06:11.658Z] ----------------------------------------------------------------------------
22:06:11 [2021-06-24T22:06:11.658Z] 
22:06:11 [2021-06-24T22:06:11.658Z] INFO: executeCI.ps1 starting at Thu Jun 24 22:06:11 CUT 2021
22:06:11 [2021-06-24T22:06:11.658Z] 
22:06:11 [2021-06-24T22:06:11.658Z] INFO: Script version 05-Feb-2019 09:03 PDT
22:06:11 [2021-06-24T22:06:11.658Z] INFO: Running git version 2.24.1.windows.2
22:06:11 [2021-06-24T22:06:11.658Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
22:06:11 [2021-06-24T22:06:11.658Z] INFO: Environment variables:
22:06:11 [2021-06-24T22:06:11.658Z] 
22:06:11 [2021-06-24T22:06:11.658Z] Name                           Value                                                                                   
22:06:11 [2021-06-24T22:06:11.658Z] ----                           -----                                                                                   
22:06:11 [2021-06-24T22:06:11.658Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
22:06:11 [2021-06-24T22:06:11.658Z] amd64                          true                                                                                    
22:06:11 [2021-06-24T22:06:11.658Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
22:06:11 [2021-06-24T22:06:11.658Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
22:06:11 [2021-06-24T22:06:11.658Z] arm64                          false                                                                                   
22:06:11 [2021-06-24T22:06:11.658Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
22:06:11 [2021-06-24T22:06:11.659Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
22:06:11 [2021-06-24T22:06:11.659Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
22:06:11 [2021-06-24T22:06:11.659Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
22:06:11 [2021-06-24T22:06:11.659Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
22:06:11 [2021-06-24T22:06:11.659Z] BRANCH_NAME                    PR-42450                                                                                
22:06:11 [2021-06-24T22:06:11.659Z] BUILD_DISPLAY_NAME             #33                                                                                     
22:06:11 [2021-06-24T22:06:11.659Z] BUILD_ID                       33                                                                                      
22:06:11 [2021-06-24T22:06:11.659Z] BUILD_NUMBER                   33                                                                                      
22:06:11 [2021-06-24T22:06:11.659Z] BUILD_TAG                      jenkins-moby-PR-42450-33                                                                
22:06:11 [2021-06-24T22:06:11.659Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42450/33/                             
22:06:11 [2021-06-24T22:06:11.659Z] cgroup2                        true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_AUTHOR                  AkihiroSuda                                                                             
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_AUTHOR_DISPLAY_NAME     Akihiro Suda                                                                            
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_AUTHOR_EMAIL            suda.kyoto@gmail.com                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_BRANCH                  runc-v1.0.0                                                                             
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_FORK                    AkihiroSuda/docker                                                                      
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_ID                      42450                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_TARGET                  master                                                                                  
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_TITLE                   update runc binary to v1.0.0 GA                                                         
22:06:11 [2021-06-24T22:06:11.659Z] CHANGE_URL                     https://github.com/moby/moby/pull/42450                                                 
22:06:11 [2021-06-24T22:06:11.659Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
22:06:11 [2021-06-24T22:06:11.659Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
22:06:11 [2021-06-24T22:06:11.659Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
22:06:11 [2021-06-24T22:06:11.659Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
22:06:11 [2021-06-24T22:06:11.659Z] COMPUTERNAME                   azwin-2-38c460                                                                          
22:06:11 [2021-06-24T22:06:11.659Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
22:06:11 [2021-06-24T22:06:11.659Z] ConfigSequenceNumber           0                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] dco                            true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] DOCKER_BUILDKIT                0                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] DOCKER_DUT_DEBUG               1                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] DOCKER_EXPERIMENTAL            1                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
22:06:11 [2021-06-24T22:06:11.659Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
22:06:11 [2021-06-24T22:06:11.659Z] EXECUTOR_NUMBER                0                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] FQDN                           azwin-2-38c460.westus.cloudapp.azure.com                                                
22:06:11 [2021-06-24T22:06:11.659Z] GIT_BRANCH                     PR-42450                                                                                
22:06:11 [2021-06-24T22:06:11.659Z] GIT_COMMIT                     cf7c110e79d06626fc47e1c623873cab56df7676                                                
22:06:11 [2021-06-24T22:06:11.659Z] GIT_PREVIOUS_COMMIT            05f5ede9fb080c29d0d828611b616f5ac324689f                                                
22:06:11 [2021-06-24T22:06:11.659Z] GIT_URL                        https://github.com/moby/moby.git                                                        
22:06:11 [2021-06-24T22:06:11.659Z] HUDSON_COOKIE                  3988bb04-e3fb-4d56-a156-6b3b958b4426                                                    
22:06:11 [2021-06-24T22:06:11.659Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
22:06:11 [2021-06-24T22:06:11.659Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
22:06:11 [2021-06-24T22:06:11.659Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
22:06:11 [2021-06-24T22:06:11.659Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
22:06:11 [2021-06-24T22:06:11.659Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
22:06:11 [2021-06-24T22:06:11.659Z] JENKINS_NODE_COOKIE            adcd4dc8-67ca-4af1-a5cb-0d6cee2d103b                                                    
22:06:11 [2021-06-24T22:06:11.659Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
22:06:11 [2021-06-24T22:06:11.659Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
22:06:11 [2021-06-24T22:06:11.659Z] JOB_BASE_NAME                  PR-42450                                                                                
22:06:11 [2021-06-24T22:06:11.659Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42450/display/redirect                
22:06:11 [2021-06-24T22:06:11.659Z] JOB_NAME                       moby/PR-42450                                                                           
22:06:11 [2021-06-24T22:06:11.659Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42450/                                
22:06:11 [2021-06-24T22:06:11.659Z] library.jps.version            master                                                                                  
22:06:11 [2021-06-24T22:06:11.659Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
22:06:11 [2021-06-24T22:06:11.659Z] NODE_LABELS                    amd64 azure azwin-2-38c460 azwin-2019 docker west-us windows windows-2019 x86_64        
22:06:11 [2021-06-24T22:06:11.659Z] NODE_NAME                      azwin-2-38c460                                                                          
22:06:11 [2021-06-24T22:06:11.659Z] NUMBER_OF_PROCESSORS           4                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] OS                             Windows_NT                                                                              
22:06:11 [2021-06-24T22:06:11.659Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
22:06:11 [2021-06-24T22:06:11.659Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
22:06:11 [2021-06-24T22:06:11.659Z] ppc64le                        false                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
22:06:11 [2021-06-24T22:06:11.659Z] PROCESSOR_LEVEL                6                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] PROCESSOR_REVISION             5504                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] ProgramData                    C:\ProgramData                                                                          
22:06:11 [2021-06-24T22:06:11.659Z] ProgramFiles                   C:\Program Files                                                                        
22:06:11 [2021-06-24T22:06:11.659Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
22:06:11 [2021-06-24T22:06:11.659Z] ProgramW6432                   C:\Program Files                                                                        
22:06:11 [2021-06-24T22:06:11.659Z] PROMPT                         $P$G                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] PSExecutionPolicyPreference    Bypass                                                                                  
22:06:11 [2021-06-24T22:06:11.659Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
22:06:11 [2021-06-24T22:06:11.659Z] PUBLIC                         C:\Users\Public                                                                         
22:06:11 [2021-06-24T22:06:11.659Z] rootless                       true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=arti...
22:06:11 [2021-06-24T22:06:11.659Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=changes
22:06:11 [2021-06-24T22:06:11.659Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect             
22:06:11 [2021-06-24T22:06:11.659Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42450/33/display/redirect?page=tests  
22:06:11 [2021-06-24T22:06:11.659Z] s390x                          false                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] SKIP_VALIDATION_TESTS          1                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] SOURCES_DRIVE                  d                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] SOURCES_SUBDIR                 gopath                                                                                  
22:06:11 [2021-06-24T22:06:11.659Z] STAGE_NAME                     Run tests                                                                               
22:06:11 [2021-06-24T22:06:11.659Z] SystemDrive                    C:                                                                                      
22:06:11 [2021-06-24T22:06:11.659Z] SystemRoot                     C:\Windows                                                                              
22:06:11 [2021-06-24T22:06:11.659Z] TEMP                           C:\Windows\TEMP                                                                         
22:06:11 [2021-06-24T22:06:11.659Z] TESTDEBUG                      0                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] TESTRUN_DRIVE                  d                                                                                       
22:06:11 [2021-06-24T22:06:11.659Z] TESTRUN_SUBDIR                 CI                                                                                      
22:06:11 [2021-06-24T22:06:11.659Z] TIMEOUT                        120m                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] TMP                            C:\Windows\TEMP                                                                         
22:06:11 [2021-06-24T22:06:11.659Z] unit_validate                  true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] USERDOMAIN                     WORKGROUP                                                                               
22:06:11 [2021-06-24T22:06:11.659Z] USERNAME                       azwin-2-38c460$                                                                         
22:06:11 [2021-06-24T22:06:11.659Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
22:06:11 [2021-06-24T22:06:11.659Z] validate_force                 false                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] windir                         C:\Windows                                                                              
22:06:11 [2021-06-24T22:06:11.659Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
22:06:11 [2021-06-24T22:06:11.659Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
22:06:11 [2021-06-24T22:06:11.659Z] windows2022                    true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] windowsRS1                     false                                                                                   
22:06:11 [2021-06-24T22:06:11.659Z] windowsRS5                     true                                                                                    
22:06:11 [2021-06-24T22:06:11.659Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
22:06:11 [2021-06-24T22:06:11.659Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
22:06:11 [2021-06-24T22:06:11.659Z] 
22:06:11 [2021-06-24T22:06:11.659Z] 
22:06:11 [2021-06-24T22:06:11.659Z] 
22:06:11 [2021-06-24T22:06:11.886Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 5.1s
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Sources under d:\gopath\...
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Test run under d:\CI\...
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Running in D:\gopath\src\github.com\docker\docker
22:06:12 [2021-06-24T22:06:12.120Z] INFO: docker/docker repository was found
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1999'
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Docker version of control daemon
22:06:12 [2021-06-24T22:06:12.120Z] 
22:06:12 [2021-06-24T22:06:12.120Z] Client:
22:06:12 [2021-06-24T22:06:12.120Z]  Version:           20.10.6
22:06:12 [2021-06-24T22:06:12.120Z]  API version:       1.41
22:06:12 [2021-06-24T22:06:12.120Z]  Go version:        go1.16.3
22:06:12 [2021-06-24T22:06:12.120Z]  Git commit:        370c289
22:06:12 [2021-06-24T22:06:12.120Z]  Built:             Fri Apr  9 22:49:36 2021
22:06:12 [2021-06-24T22:06:12.120Z]  OS/Arch:           windows/amd64
22:06:12 [2021-06-24T22:06:12.120Z]  Context:           default
22:06:12 [2021-06-24T22:06:12.120Z]  Experimental:      true
22:06:12 [2021-06-24T22:06:12.120Z] 
22:06:12 [2021-06-24T22:06:12.120Z] Server: Docker Engine - Community
22:06:12 [2021-06-24T22:06:12.120Z]  Engine:
22:06:12 [2021-06-24T22:06:12.120Z]   Version:          20.10.6
22:06:12 [2021-06-24T22:06:12.120Z]   API version:      1.41 (minimum version 1.24)
22:06:12 [2021-06-24T22:06:12.120Z]   Go version:       go1.13.15
22:06:12 [2021-06-24T22:06:12.120Z]   Git commit:       8728dd2
22:06:12 [2021-06-24T22:06:12.120Z]   Built:            Fri Apr  9 22:45:40 2021
22:06:12 [2021-06-24T22:06:12.120Z]   OS/Arch:          windows/amd64
22:06:12 [2021-06-24T22:06:12.120Z]   Experimental:     true
22:06:12 [2021-06-24T22:06:12.120Z] 
22:06:12 [2021-06-24T22:06:12.120Z] INFO: Docker info of control daemon
22:06:12 [2021-06-24T22:06:12.120Z] 
22:06:12 [2021-06-24T22:06:12.455Z] #9 ...
22:06:12 [2021-06-24T22:06:12.455Z] 
22:06:12 [2021-06-24T22:06:12.455Z] #34 [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
22:06:12 [2021-06-24T22:06:12.455Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:06:12 [2021-06-24T22:06:12.455Z] #34 10.90 137 added, 0 removed; done.
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.02 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.03 Setting up jq (1.5+dfsg-2+b1) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.04 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.05 Setting up curl (7.64.0-4+deb10u2) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.07 Processing triggers for libc-bin (2.28-10) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.09 Processing triggers for ca-certificates (20200601~deb10u2) ...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.10 Updating certificates in /etc/ssl/certs...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.77 0 added, 0 removed; done.
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.77 Running hooks in /etc/ca-certificates/update.d...
22:06:12 [2021-06-24T22:06:12.455Z] #34 11.77 done.
22:06:12 [2021-06-24T22:06:12.455Z] #34 DONE 15.0s
22:06:12 [2021-06-24T22:06:12.579Z] Client:
22:06:12 [2021-06-24T22:06:12.579Z]  Context:    default
22:06:12 [2021-06-24T22:06:12.579Z]  Debug Mode: false
22:06:12 [2021-06-24T22:06:12.579Z]  Plugins:
22:06:12 [2021-06-24T22:06:12.579Z]   app: Docker Application (Docker Inc., v0.8.0)
22:06:12 [2021-06-24T22:06:12.579Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
22:06:12 [2021-06-24T22:06:12.579Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
22:06:12 [2021-06-24T22:06:12.579Z] 
22:06:12 [2021-06-24T22:06:12.579Z] Server:
22:06:12 [2021-06-24T22:06:12.579Z]  Containers: 0
22:06:12 [2021-06-24T22:06:12.579Z]   Running: 0
22:06:12 [2021-06-24T22:06:12.579Z]   Paused: 0
22:06:12 [2021-06-24T22:06:12.579Z]   Stopped: 0
22:06:12 [2021-06-24T22:06:12.579Z]  Images: 10
22:06:12 [2021-06-24T22:06:12.579Z]  Server Version: 20.10.6
22:06:12 [2021-06-24T22:06:12.579Z]  Storage Driver: windowsfilter (windows) lcow (linux)
22:06:12 [2021-06-24T22:06:12.579Z]   Windows: 
22:06:12 [2021-06-24T22:06:12.579Z]   LCOW: 
22:06:12 [2021-06-24T22:06:12.579Z]  Logging Driver: json-file
22:06:12 [2021-06-24T22:06:12.579Z]  Plugins:
22:06:12 [2021-06-24T22:06:12.579Z]   Volume: local
22:06:12 [2021-06-24T22:06:12.579Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:06:12 [2021-06-24T22:06:12.579Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:06:12 [2021-06-24T22:06:12.579Z]  Swarm: inactive
22:06:12 [2021-06-24T22:06:12.579Z]  Default Isolation: process
22:06:12 [2021-06-24T22:06:12.579Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:06:12 [2021-06-24T22:06:12.579Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
22:06:12 [2021-06-24T22:06:12.579Z]  OSType: windows
22:06:12 [2021-06-24T22:06:12.579Z]  Architecture: x86_64
22:06:12 [2021-06-24T22:06:12.579Z]  CPUs: 4
22:06:12 [2021-06-24T22:06:12.579Z]  Total Memory: 32GiB
22:06:12 [2021-06-24T22:06:12.579Z]  Name: azwin-2-38c460
22:06:12 [2021-06-24T22:06:12.579Z]  ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3
22:06:12 [2021-06-24T22:06:12.579Z]  Docker Root Dir: D:\docker
22:06:12 [2021-06-24T22:06:12.579Z]  Debug Mode: false
22:06:12 [2021-06-24T22:06:12.579Z]  Registry: https://index.docker.io/v1/
22:06:12 [2021-06-24T22:06:12.579Z]  Labels:
22:06:12 [2021-06-24T22:06:12.579Z]  Experimental: true
22:06:12 [2021-06-24T22:06:12.579Z]  Insecure Registries:
22:06:12 [2021-06-24T22:06:12.579Z]   10.0.0.4:5000
22:06:12 [2021-06-24T22:06:12.579Z]   127.0.0.0/8
22:06:12 [2021-06-24T22:06:12.579Z]  Registry Mirrors:
22:06:12 [2021-06-24T22:06:12.579Z]   http://10.0.0.4:5000/
22:06:12 [2021-06-24T22:06:12.579Z]  Live Restore Enabled: false
22:06:12 [2021-06-24T22:06:12.579Z]  Product License: Community Engine
22:06:12 [2021-06-24T22:06:12.579Z] 
22:06:12 [2021-06-24T22:06:12.579Z] 
22:06:12 [2021-06-24T22:06:12.579Z] INFO: Commit hash is cf7c110e79
22:06:12 [2021-06-24T22:06:12.579Z] INFO: Nuke-Everything...
22:06:12 [2021-06-24T22:06:12.713Z] 
22:06:12 [2021-06-24T22:06:12.713Z] #35 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:06:12 [2021-06-24T22:06:12.713Z] #35 sha256:7b7717db2bcdf26e9f4d0940b8f351d50c44551ccff94ce46e53c75a7b9db652
22:06:12 [2021-06-24T22:06:12.713Z] #35 DONE 0.2s
22:06:12 [2021-06-24T22:06:12.713Z] 
22:06:12 [2021-06-24T22:06:12.713Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:06:12 [2021-06-24T22:06:12.713Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:06:12 [2021-06-24T22:06:12.713Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 6.1s done
22:06:12 [2021-06-24T22:06:12.973Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Container count on control daemon to delete is 0
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Nuking d:\CI
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Zapped successfully
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Location for testing is d:\CI\PR-42450\33
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Validating GOLang consistency in Dockerfile.windows...
22:06:13 [2021-06-24T22:06:13.039Z] 
22:06:13 [2021-06-24T22:06:13.039Z] 
22:06:13 [2021-06-24T22:06:13.039Z] INFO: Building the image from Dockerfile.windows at 06/24/2021 22:06:12...
22:06:13 [2021-06-24T22:06:13.039Z] 
22:06:13 [2021-06-24T22:06:13.535Z] #9 DONE 24.5s
22:06:13 [2021-06-24T22:06:13.535Z] 
22:06:13 [2021-06-24T22:06:13.535Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:06:13 [2021-06-24T22:06:13.535Z] #10 sha256:449a8a498be3c41c08aea813e56eb7981b0d050a8183ce690f7a022738a1bb06
22:06:14 [2021-06-24T22:06:14.105Z] #10 DONE 0.6s
22:06:14 [2021-06-24T22:06:14.105Z] 
22:06:14 [2021-06-24T22:06:14.105Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:06:14 [2021-06-24T22:06:14.105Z] #11 sha256:f6fe560b500d0b5f9eb2ce745d9df8ad6c6f94a4c4c28472ae9990bc6ad56e6a
22:06:15 [2021-06-24T22:06:15.040Z] #11 DONE 0.9s
22:06:15 [2021-06-24T22:06:15.040Z] 
22:06:15 [2021-06-24T22:06:15.040Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:06:15 [2021-06-24T22:06:15.040Z] #36 sha256:3027f6e659748be79490c2f78d12ab85d8a80a02082c0f6f5dffabb5dfd00764
22:06:15 [2021-06-24T22:06:15.040Z] #36 0.934 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:06:15 [2021-06-24T22:06:15.040Z] #36 1.020 
22:06:15 [2021-06-24T22:06:15.040Z] #36 1.205 
                                                                           0.0%
#######################                                                   33.3%
##################################################                        70.5%
################################################################          90.3%
######################################################################## 100.0%
22:06:15 [2021-06-24T22:06:15.040Z] #36 1.664 
22:06:15 [2021-06-24T22:06:15.040Z] #36 1.769 
######################################################################## 100.0%
22:06:15 [2021-06-24T22:06:15.040Z] #36 1.887 
22:06:15 [2021-06-24T22:06:15.040Z] #36 2.006 
#################################################################         90.3%
######################################################################## 100.0%
22:06:15 [2021-06-24T22:06:15.040Z] #36 2.138 
22:06:15 [2021-06-24T22:06:15.040Z] #36 2.257 
#########                                                                 13.4%
#######################                                                   33.0%
22:06:15 [2021-06-24T22:06:15.040Z] #36 ...
22:06:15 [2021-06-24T22:06:15.040Z] 
22:06:15 [2021-06-24T22:06:15.040Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
22:06:15 [2021-06-24T22:06:15.040Z] #50 sha256:b01e95ff9a4d7ba750fd830a701fbd7efeb3e2c755948e93f16ac5e0f4a55568
22:06:15 [2021-06-24T22:06:15.040Z] #50 DONE 0.2s
22:06:15 [2021-06-24T22:06:15.040Z] 
22:06:15 [2021-06-24T22:06:15.040Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:06:15 [2021-06-24T22:06:15.040Z] #46 sha256:f47cbe0b1df6c9e802ddf2e61b4e238451dc2fc629086e090d0adf20aca126e5
22:06:15 [2021-06-24T22:06:15.040Z] #46 DONE 0.3s
22:06:15 [2021-06-24T22:06:15.040Z] 
22:06:15 [2021-06-24T22:06:15.040Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:06:15 [2021-06-24T22:06:15.040Z] #36 sha256:3027f6e659748be79490c2f78d12ab85d8a80a02082c0f6f5dffabb5dfd00764
22:06:15 [2021-06-24T22:06:15.163Z] Sending build context to Docker daemon  61.05MB
22:06:15 [2021-06-24T22:06:15.163Z] 
22:06:15 [2021-06-24T22:06:15.163Z] Step 1/10 : FROM microsoft/windowsservercore
22:06:15 [2021-06-24T22:06:15.163Z]  ---> 39d157a84080
22:06:15 [2021-06-24T22:06:15.163Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> a4d6a28c3c05
22:06:15 [2021-06-24T22:06:15.163Z] Step 3/10 : ARG GO_VERSION=1.16.5
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> bd20be4f98e8
22:06:15 [2021-06-24T22:06:15.163Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> 6fd7172c2976
22:06:15 [2021-06-24T22:06:15.163Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> fba069b80e9b
22:06:15 [2021-06-24T22:06:15.163Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> 91582be6ee91
22:06:15 [2021-06-24T22:06:15.163Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> 67b4d028ae4a
22:06:15 [2021-06-24T22:06:15.163Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> 84066cabd083
22:06:15 [2021-06-24T22:06:15.163Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
22:06:15 [2021-06-24T22:06:15.163Z]  ---> Using cache
22:06:15 [2021-06-24T22:06:15.163Z]  ---> cfa29d5061b6
22:06:15 [2021-06-24T22:06:15.163Z] Step 10/10 : COPY . .
22:06:15 [2021-06-24T22:06:15.306Z] #36 2.257 
#########                                                                 13.4%
#######################                                                   33.0%
#################################                                         47.1%
22:06:15 [2021-06-24T22:06:15.306Z] #36 ...
22:06:15 [2021-06-24T22:06:15.306Z] 
22:06:15 [2021-06-24T22:06:15.306Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:06:15 [2021-06-24T22:06:15.306Z] #38 sha256:479a1fefaeadd7246cffd8723dbcbab1bd081531eeea5e4a7991661fd489f346
22:06:15 [2021-06-24T22:06:15.306Z] #38 DONE 0.3s
22:06:15 [2021-06-24T22:06:15.306Z] 
22:06:15 [2021-06-24T22:06:15.306Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:06:15 [2021-06-24T22:06:15.306Z] #36 sha256:3027f6e659748be79490c2f78d12ab85d8a80a02082c0f6f5dffabb5dfd00764
22:06:15 [2021-06-24T22:06:15.563Z] #36 2.257 
#########                                                                 13.4%
#######################                                                   33.0%
#################################                                         47.1%
######################################                                    54.2%
##############################################                            64.3%
#######################################################                   76.9%
#############################################################             85.7%
######################################################################## 100.0%
22:06:15 [2021-06-24T22:06:15.821Z] #36 3.048 
22:06:17 [2021-06-24T22:06:17.886Z] #36 3.196 
#                                                                          2.4%
####                                                                       6.7%
#######                                                                   10.5%
##########                                                                13.9%
############                                                              16.9%
###############                                                           21.9%
####################                                                      28.4%
#########################                                                 35.1%
############################                                              39.4%
###############################                                           43.7%
####################################                                      50.0%
########################################                                  56.5%
##############################################                            64.7%
#################################################                         68.7%
######################################################                    75.9%
#########################################################                 79.6%
#############################################################             85.5%
##################################################################        92.3%
#######################################################################   99.1%
######################################################################## 100.0%
22:06:17 [2021-06-24T22:06:17.886Z] #36 5.162 
22:06:18 [2021-06-24T22:06:18.143Z] #36 5.542 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:06:18 [2021-06-24T22:06:18.400Z] #36 5.646 
22:06:18 [2021-06-24T22:06:18.400Z] #36 5.748 
######################################################################## 100.0%
22:06:18 [2021-06-24T22:06:18.658Z] #36 5.763 
22:06:18 [2021-06-24T22:06:18.838Z] Sending build context to Docker daemon  61.05MB
22:06:18 [2021-06-24T22:06:18.838Z] 
22:06:18 [2021-06-24T22:06:18.838Z] Step 1/10 : FROM microsoft/windowsservercore
22:06:18 [2021-06-24T22:06:18.838Z]  ---> 5b60ac4e9e92
22:06:18 [2021-06-24T22:06:18.838Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
22:06:18 [2021-06-24T22:06:18.838Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.838Z]  ---> c5d2d080ce3f
22:06:18 [2021-06-24T22:06:18.838Z] Step 3/10 : ARG GO_VERSION=1.16.5
22:06:18 [2021-06-24T22:06:18.838Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.838Z]  ---> 65f0c86bbe58
22:06:18 [2021-06-24T22:06:18.838Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
22:06:18 [2021-06-24T22:06:18.838Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.838Z]  ---> a9a5fbf4a614
22:06:18 [2021-06-24T22:06:18.838Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
22:06:18 [2021-06-24T22:06:18.838Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.838Z]  ---> e2bc56485c32
22:06:18 [2021-06-24T22:06:18.839Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
22:06:18 [2021-06-24T22:06:18.839Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.839Z]  ---> eab5c7d2790d
22:06:18 [2021-06-24T22:06:18.839Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
22:06:18 [2021-06-24T22:06:18.839Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.839Z]  ---> 289af4f98695
22:06:18 [2021-06-24T22:06:18.839Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
22:06:18 [2021-06-24T22:06:18.839Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.839Z]  ---> 6805ed1f8e79
22:06:18 [2021-06-24T22:06:18.839Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
22:06:18 [2021-06-24T22:06:18.839Z]  ---> Using cache
22:06:18 [2021-06-24T22:06:18.839Z]  ---> 5e31ade0f7e2
22:06:18 [2021-06-24T22:06:18.839Z] Step 10/10 : COPY . .
22:06:18 [2021-06-24T22:06:18.917Z] #36 6.104 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:06:18 [2021-06-24T22:06:18.917Z] #36 6.222 
22:06:19 [2021-06-24T22:06:19.174Z] #36 6.357 
########################                                                  33.6%
######################################################################## 100.0%
22:06:19 [2021-06-24T22:06:19.174Z] #36 6.442 
22:06:19 [2021-06-24T22:06:19.431Z] #36 ...
22:06:19 [2021-06-24T22:06:19.431Z] 
22:06:19 [2021-06-24T22:06:19.431Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64
22:06:19 [2021-06-24T22:06:19.431Z] #12 sha256:a8e092a9a4f700687baf8bb302274e318fa3456e6bd0ddcd621122c9cd336408
22:06:19 [2021-06-24T22:06:19.431Z] #12 DONE 4.4s
22:06:19 [2021-06-24T22:06:19.431Z] 
22:06:19 [2021-06-24T22:06:19.431Z] #13 [cross-true 2/6] RUN dpkg --add-architecture armel
22:06:19 [2021-06-24T22:06:19.431Z] #13 sha256:c480729689667df8bbd4d1b4da12a4bc23046164dfe42476f91c7fe6e40a4d61
22:06:20 [2021-06-24T22:06:20.819Z] #13 DONE 1.6s
22:06:20 [2021-06-24T22:06:20.819Z] 
22:06:20 [2021-06-24T22:06:20.819Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:06:20 [2021-06-24T22:06:20.819Z] #36 sha256:3027f6e659748be79490c2f78d12ab85d8a80a02082c0f6f5dffabb5dfd00764
22:06:20 [2021-06-24T22:06:20.819Z] #36 7.324 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
22:06:20 [2021-06-24T22:06:20.819Z] #36 7.722 
22:06:21 [2021-06-24T22:06:21.847Z] #36 7.934 
                                                                           0.0%
######                                                                     9.4%
##########                                                                15.1%
#############                                                             19.3%
####################                                                      29.1%
#######################                                                   32.8%
###########################                                               37.6%
###########################################                               60.6%
#################################################                         68.1%
#########################################################                 80.2%
##################################################################        91.9%
######################################################################## 100.0%
22:06:21 [2021-06-24T22:06:21.847Z] #36 9.205 
22:06:22 [2021-06-24T22:06:22.424Z] #36 ...
22:06:22 [2021-06-24T22:06:22.424Z] 
22:06:22 [2021-06-24T22:06:22.424Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf
22:06:22 [2021-06-24T22:06:22.424Z] #14 sha256:8dc8bd2f931fee4f800507cf1a2ad92e282a6130681151632aa21244ff788ce4
22:06:22 [2021-06-24T22:06:22.424Z] #14 DONE 1.5s
22:06:22 [2021-06-24T22:06:22.424Z] 
22:06:22 [2021-06-24T22:06:22.424Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
22:06:22 [2021-06-24T22:06:22.424Z] #15 sha256:ed0619363412260d80b498aab07e2b1e1b0bdcee32e495d6c4855f2667df0f5b
22:06:24 [2021-06-24T22:06:24.267Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f194a904b2a59875) in /home/ubuntu/workspace/moby_PR-42450
[Pipeline] {
[Pipeline] checkout
22:06:24 [2021-06-24T22:06:24.330Z] #15 DONE 1.6s
22:06:24 [2021-06-24T22:06:24.330Z] 
22:06:24 [2021-06-24T22:06:24.330Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x
22:06:24 [2021-06-24T22:06:24.330Z] #16 sha256:2c41bf52f4dde9cf2f997d65840a6db8cbbb5e22016a63d2d32ba2fcec59e6c5
22:06:24 [2021-06-24T22:06:24.436Z] The recommended git tool is: git
22:06:24 [2021-06-24T22:06:24.900Z] #16 ...
22:06:24 [2021-06-24T22:06:24.900Z] 
22:06:24 [2021-06-24T22:06:24.900Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:06:24 [2021-06-24T22:06:24.900Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.224 + RM_GOPATH=0
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.224 + TMP_GOPATH=
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.226 + : /build
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.226 + '[' -z '' ']'
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.226 ++ mktemp -d
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.227 + export GOPATH=/tmp/tmp.Q2xtGChGHl
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.227 + GOPATH=/tmp/tmp.Q2xtGChGHl
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.228 + RM_GOPATH=1
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.228 + case "$(go env GOARCH)" in
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.228 ++ go env GOARCH
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.243 + export GO_BUILDMODE=-buildmode=pie
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.243 + GO_BUILDMODE=-buildmode=pie
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.243 ++ dirname /tmp/install/install.sh
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + dir=/tmp/install
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + bin=shfmt
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + shift
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + . /tmp/install/shfmt.installer
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + install_shfmt
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.258 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Q2xtGChGHl/src/github.com/mvdan/sh
22:06:24 [2021-06-24T22:06:24.900Z] #59 4.262 Cloning into '/tmp/tmp.Q2xtGChGHl/src/github.com/mvdan/sh'...
22:06:24 [2021-06-24T22:06:24.900Z] #59 ...
22:06:24 [2021-06-24T22:06:24.900Z] 
22:06:24 [2021-06-24T22:06:24.900Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:06:24 [2021-06-24T22:06:24.900Z] #55 sha256:aacbb381667649a2c3524453fc04dd4a4c9b1204e3e23dc5f7b8a30ff5c9e9a5
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.855 + RM_GOPATH=0
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.855 + TMP_GOPATH=
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.855 + : /build
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.855 + '[' -z '' ']'
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.855 ++ mktemp -d
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.914 + export GOPATH=/tmp/tmp.aI4LzNsAJa
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.914 + GOPATH=/tmp/tmp.aI4LzNsAJa
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.914 + RM_GOPATH=1
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.914 + case "$(go env GOARCH)" in
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.915 ++ go env GOARCH
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.946 + export GO_BUILDMODE=-buildmode=pie
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.946 + GO_BUILDMODE=-buildmode=pie
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 ++ dirname /tmp/install/install.sh
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + dir=/tmp/install
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + bin=gotestsum
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + shift
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + . /tmp/install/gotestsum.installer
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 ++ : v0.5.3
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + install_gotestsum
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + set -e
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + export GO111MODULE=on
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + GO111MODULE=on
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + GOBIN=/build
22:06:24 [2021-06-24T22:06:24.900Z] #55 4.957 + go get gotest.tools/gotestsum@v0.5.3
22:06:24 [2021-06-24T22:06:24.900Z] #55 5.514 go: downloading gotest.tools/gotestsum v0.5.3
22:06:24 [2021-06-24T22:06:24.900Z] #55 7.660 go: downloading github.com/fatih/color v1.9.0
22:06:24 [2021-06-24T22:06:24.900Z] #55 7.660 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:06:24 [2021-06-24T22:06:24.900Z] #55 7.690 go: downloading github.com/pkg/errors v0.9.1
22:06:24 [2021-06-24T22:06:24.900Z] #55 7.722 go: downloading github.com/spf13/pflag v1.0.3
22:06:24 [2021-06-24T22:06:24.900Z] #55 8.058 go: downloading github.com/mattn/go-colorable v0.1.6
22:06:24 [2021-06-24T22:06:24.900Z] #55 8.082 go: downloading github.com/mattn/go-isatty v0.0.12
22:06:24 [2021-06-24T22:06:24.900Z] #55 8.300 go: downloading github.com/jonboulle/clockwork v0.1.0
22:06:24 [2021-06-24T22:06:24.900Z] #55 8.340 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:06:24 [2021-06-24T22:06:24.900Z] #55 8.616 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:06:24 [2021-06-24T22:06:24.900Z] #55 9.007 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:06:25 [2021-06-24T22:06:25.159Z] #55 ...
22:06:25 [2021-06-24T22:06:25.159Z] 
22:06:25 [2021-06-24T22:06:25.159Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:25 [2021-06-24T22:06:25.159Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + RM_GOPATH=0
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + TMP_GOPATH=
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + : /build
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + '[' -z '' ']'
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 ++ mktemp -d
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + export GOPATH=/tmp/tmp.MB5oFjgsli
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + GOPATH=/tmp/tmp.MB5oFjgsli
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + RM_GOPATH=1
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.072 + case "$(go env GOARCH)" in
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.074 ++ go env GOARCH
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.082 + export GO_BUILDMODE=-buildmode=pie
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.082 + GO_BUILDMODE=-buildmode=pie
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.088 ++ dirname /tmp/install/install.sh
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.089 + dir=/tmp/install
22:06:25 [2021-06-24T22:06:25.159Z] #57 4.090 + bin=golangci_lint
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + shift
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + . /tmp/install/golangci_lint.installer
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 ++ : v1.23.8
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + install_golangci_lint
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + set -e
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + export GO111MODULE=on
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + GO111MODULE=on
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + GOBIN=/build
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.090 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:06:25 [2021-06-24T22:06:25.160Z] #57 4.917 go: downloading github.com/golangci/golangci-lint v1.23.8
22:06:25 [2021-06-24T22:06:25.160Z] #57 ...
22:06:25 [2021-06-24T22:06:25.160Z] 
22:06:25 [2021-06-24T22:06:25.160Z] #41 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:06:25 [2021-06-24T22:06:25.160Z] #41 sha256:ef98826938b9e66453e7a1835984c9137c174b8961431903071c122e1e8c9da5
22:06:25 [2021-06-24T22:06:25.160Z] #41 4.341 Install go-toml version v1.8.1
22:06:25 [2021-06-24T22:06:25.160Z] #41 5.230 go: downloading github.com/pelletier/go-toml v1.8.1
22:06:25 [2021-06-24T22:06:25.160Z] #41 10.01 github.com/pelletier/go-toml
22:06:25 [2021-06-24T22:06:25.417Z] #41 ...
22:06:25 [2021-06-24T22:06:25.417Z] 
22:06:25 [2021-06-24T22:06:25.417Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:06:25 [2021-06-24T22:06:25.417Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:06:25 [2021-06-24T22:06:25.417Z] #51 5.393 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:06:25 [2021-06-24T22:06:25.417Z] #51 5.500 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:06:25 [2021-06-24T22:06:25.417Z] #51 5.573 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:06:25 [2021-06-24T22:06:25.417Z] #51 5.788 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease [1540 B]
22:06:25 [2021-06-24T22:06:25.417Z] #51 6.762 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:06:25 [2021-06-24T22:06:25.417Z] #51 9.207 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:06:25 [2021-06-24T22:06:25.676Z] #51 ...
22:06:25 [2021-06-24T22:06:25.676Z] 
22:06:25 [2021-06-24T22:06:25.677Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x
22:06:25 [2021-06-24T22:06:25.677Z] #16 sha256:2c41bf52f4dde9cf2f997d65840a6db8cbbb5e22016a63d2d32ba2fcec59e6c5
22:06:25 [2021-06-24T22:06:25.677Z] #16 DONE 1.6s
22:06:25 [2021-06-24T22:06:25.677Z] 
22:06:25 [2021-06-24T22:06:25.677Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:06:25 [2021-06-24T22:06:25.677Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + RM_GOPATH=0
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + TMP_GOPATH=
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + : /build
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + '[' -z '' ']'
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 ++ mktemp -d
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + export GOPATH=/tmp/tmp.u5hqGqKGf3
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + GOPATH=/tmp/tmp.u5hqGqKGf3
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + RM_GOPATH=1
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.398 + case "$(go env GOARCH)" in
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.399 ++ go env GOARCH
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.426 + export GO_BUILDMODE=-buildmode=pie
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.426 + GO_BUILDMODE=-buildmode=pie
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.426 ++ dirname /tmp/install/install.sh
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.433 + dir=/tmp/install
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.433 + bin=vndr
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.433 + shift
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.433 + '[' '!' -f /tmp/install/vndr.installer ']'
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.433 + . /tmp/install/vndr.installer
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.434 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.434 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.435 + install_vndr
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.435 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.435 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.u5hqGqKGf3/src/github.com/LK4D4/vndr
22:06:25 [2021-06-24T22:06:25.677Z] #53 4.440 Cloning into '/tmp/tmp.u5hqGqKGf3/src/github.com/LK4D4/vndr'...
22:06:25 [2021-06-24T22:06:25.677Z] #53 5.415 + cd /tmp/tmp.u5hqGqKGf3/src/github.com/LK4D4/vndr
22:06:25 [2021-06-24T22:06:25.677Z] #53 5.415 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:06:25 [2021-06-24T22:06:25.677Z] #53 5.429 + go build -buildmode=pie -v -o /build/vndr .
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.104 internal/unsafeheader
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.135 internal/cpu
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.195 runtime/internal/atomic
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.556 runtime/internal/sys
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.850 internal/bytealg
22:06:25 [2021-06-24T22:06:25.677Z] #53 7.963 runtime/internal/math
22:06:25 [2021-06-24T22:06:25.677Z] #53 8.134 internal/race
22:06:25 [2021-06-24T22:06:25.677Z] #53 8.418 sync/atomic
22:06:25 [2021-06-24T22:06:25.677Z] #53 8.789 unicode
22:06:25 [2021-06-24T22:06:25.677Z] #53 9.038 runtime
22:06:25 [2021-06-24T22:06:25.677Z] #53 ...
22:06:25 [2021-06-24T22:06:25.677Z] 
22:06:25 [2021-06-24T22:06:25.677Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:06:25 [2021-06-24T22:06:25.677Z] #39 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:06:25 [2021-06-24T22:06:25.677Z] #39 4.172 + git clone https://github.com/kolyshkin/go-swagger.git .
22:06:25 [2021-06-24T22:06:25.677Z] #39 4.179 Cloning into '.'...
22:06:25 [2021-06-24T22:06:25.937Z] #39 ...
22:06:25 [2021-06-24T22:06:25.937Z] 
22:06:25 [2021-06-24T22:06:25.937Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:06:25 [2021-06-24T22:06:25.937Z] #47 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:06:25 [2021-06-24T22:06:25.937Z] #47 4.440 + git clone https://github.com/docker/distribution.git .
22:06:25 [2021-06-24T22:06:25.937Z] #47 4.442 Cloning into '.'...
22:06:25 [2021-06-24T22:06:25.937Z] #47 ...
22:06:25 [2021-06-24T22:06:25.937Z] 
22:06:25 [2021-06-24T22:06:25.937Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:06:25 [2021-06-24T22:06:25.937Z] #36 sha256:3027f6e659748be79490c2f78d12ab85d8a80a02082c0f6f5dffabb5dfd00764
22:06:25 [2021-06-24T22:06:25.937Z] #36 10.55 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:06:25 [2021-06-24T22:06:25.937Z] #36 11.00 
22:06:25 [2021-06-24T22:06:25.937Z] #36 11.25 
#################                                                         23.7%
######################################################################## 100.0%
22:06:25 [2021-06-24T22:06:25.937Z] #36 11.44 
22:06:25 [2021-06-24T22:06:25.937Z] #36 12.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:06:25 [2021-06-24T22:06:25.937Z] #36 12.61 
22:06:25 [2021-06-24T22:06:25.937Z] #36 12.81 
######################################################################## 100.0%
22:06:25 [2021-06-24T22:06:25.937Z] #36 13.02 
22:06:25 [2021-06-24T22:06:25.937Z] #36 13.09 Download of images into '/build' complete.
22:06:25 [2021-06-24T22:06:25.937Z] #36 13.09 Use something like the following to load the result into a Docker daemon:
22:06:25 [2021-06-24T22:06:25.937Z] #36 13.09   tar -cC '/build' . | docker load
22:06:25 [2021-06-24T22:06:25.937Z] #36 DONE 13.2s
22:06:25 [2021-06-24T22:06:25.937Z] 
22:06:25 [2021-06-24T22:06:25.937Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:06:25 [2021-06-24T22:06:25.937Z] #55 sha256:aacbb381667649a2c3524453fc04dd4a4c9b1204e3e23dc5f7b8a30ff5c9e9a5
22:06:25 [2021-06-24T22:06:25.937Z] #55 11.03 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:06:27 [2021-06-24T22:06:27.915Z] using credential docker-jenkins-github-credentials
22:06:27 [2021-06-24T22:06:27.922Z] Cloning the remote Git repository
22:06:27 [2021-06-24T22:06:27.922Z] Cloning with configured refspecs honoured and without tags
22:06:27 [2021-06-24T22:06:27.940Z] Cloning repository https://github.com/moby/moby.git
22:06:28 [2021-06-24T22:06:28.016Z]  > git init /home/ubuntu/workspace/moby_PR-42450 # timeout=10
22:06:28 [2021-06-24T22:06:28.293Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:28 [2021-06-24T22:06:28.293Z]  > git --version # timeout=10
22:06:28 [2021-06-24T22:06:28.330Z]  > git --version # 'git version 2.17.1'
22:06:28 [2021-06-24T22:06:28.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:28 [2021-06-24T22:06:28.332Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:31 [2021-06-24T22:06:31.210Z] #55 ...
22:06:31 [2021-06-24T22:06:31.211Z] 
22:06:31 [2021-06-24T22:06:31.211Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:31 [2021-06-24T22:06:31.211Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.16 go: downloading github.com/fatih/color v1.7.0
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.22 go: downloading github.com/pkg/errors v0.8.1
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.25 go: downloading github.com/spf13/cobra v0.0.5
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.27 go: downloading github.com/spf13/pflag v1.0.5
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.47 go: downloading github.com/spf13/viper v1.6.1
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.77 go: downloading github.com/mattn/go-colorable v0.1.4
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.79 go: downloading github.com/mattn/go-isatty v0.0.8
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.83 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:06:31 [2021-06-24T22:06:31.211Z] #57 15.84 go: downloading github.com/go-critic/go-critic v0.4.1
22:06:31 [2021-06-24T22:06:31.468Z] #57 16.68 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:06:31 [2021-06-24T22:06:31.728Z] #57 16.84 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:06:33 [2021-06-24T22:06:33.090Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e248d5e9d9263bf5) in /home/ubuntu/workspace/moby_PR-42450
[Pipeline] {
[Pipeline] checkout
22:06:33 [2021-06-24T22:06:33.348Z] The recommended git tool is: git
22:06:33 [2021-06-24T22:06:33.781Z] #57 ...
22:06:33 [2021-06-24T22:06:33.781Z] 
22:06:33 [2021-06-24T22:06:33.781Z] #41 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:06:33 [2021-06-24T22:06:33.781Z] #41 sha256:ef98826938b9e66453e7a1835984c9137c174b8961431903071c122e1e8c9da5
22:06:33 [2021-06-24T22:06:33.781Z] #41 16.65 github.com/pelletier/go-toml/cmd/tomll
22:06:33 [2021-06-24T22:06:33.781Z] #41 DONE 18.5s
22:06:33 [2021-06-24T22:06:33.781Z] 
22:06:33 [2021-06-24T22:06:33.781Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:06:33 [2021-06-24T22:06:33.781Z] #47 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:06:33 [2021-06-24T22:06:33.781Z] #47 18.49 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:06:35 [2021-06-24T22:06:35.692Z] #47 20.27 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:06:35 [2021-06-24T22:06:35.692Z] #47 ...
22:06:35 [2021-06-24T22:06:35.692Z] 
22:06:35 [2021-06-24T22:06:35.692Z] #17 [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
22:06:35 [2021-06-24T22:06:35.692Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:06:35 [2021-06-24T22:06:35.692Z] #17 2.069 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 2.234 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 2.234 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 3.806 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 4.726 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 6.205 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 7.604 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 9.621 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:06:35 [2021-06-24T22:06:35.692Z] #17 ...
22:06:35 [2021-06-24T22:06:35.692Z] 
22:06:35 [2021-06-24T22:06:35.692Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:35 [2021-06-24T22:06:35.692Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.01 go: downloading github.com/sirupsen/logrus v1.4.2
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.04 go: downloading github.com/stretchr/testify v1.4.0
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.27 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.39 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.39 go: downloading github.com/hashicorp/hcl v1.0.0
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.64 go: downloading github.com/magiconair/properties v1.8.1
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.66 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.69 go: downloading github.com/pelletier/go-toml v1.2.0
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.77 go: downloading github.com/spf13/afero v1.1.2
22:06:35 [2021-06-24T22:06:35.692Z] #57 20.86 go: downloading github.com/spf13/cast v1.3.0
22:06:35 [2021-06-24T22:06:35.948Z] #57 20.93 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:06:35 [2021-06-24T22:06:35.948Z] #57 20.95 go: downloading github.com/subosito/gotenv v1.2.0
22:06:35 [2021-06-24T22:06:35.948Z] #57 20.96 go: downloading gopkg.in/ini.v1 v1.51.0
22:06:35 [2021-06-24T22:06:35.949Z] #57 20.97 go: downloading gopkg.in/yaml.v2 v2.2.7
22:06:35 [2021-06-24T22:06:35.949Z] #57 21.14 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:06:35 [2021-06-24T22:06:35.949Z] #57 21.19 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:06:36 [2021-06-24T22:06:36.205Z] #57 21.28 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:06:36 [2021-06-24T22:06:36.205Z] #57 21.35 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:06:36 [2021-06-24T22:06:36.205Z] #57 21.37 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:06:36 [2021-06-24T22:06:36.205Z] #57 21.43 go: downloading github.com/go-toolsmith/astp v1.0.0
22:06:36 [2021-06-24T22:06:36.463Z] #57 21.48 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:06:36 [2021-06-24T22:06:36.463Z] #57 21.51 go: downloading github.com/go-toolsmith/typep v1.0.0
22:06:36 [2021-06-24T22:06:36.463Z] #57 21.55 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:06:36 [2021-06-24T22:06:36.463Z] #57 21.58 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:06:36 [2021-06-24T22:06:36.463Z] #57 21.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:06:36 [2021-06-24T22:06:36.721Z] #57 21.74 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:06:36 [2021-06-24T22:06:36.721Z] #57 21.82 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:06:36 [2021-06-24T22:06:36.721Z] #57 21.88 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:06:36 [2021-06-24T22:06:36.819Z] using credential docker-jenkins-github-credentials
22:06:36 [2021-06-24T22:06:36.827Z] Cloning the remote Git repository
22:06:36 [2021-06-24T22:06:36.827Z] Cloning with configured refspecs honoured and without tags
22:06:36 [2021-06-24T22:06:36.978Z] #57 22.08 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:06:36 [2021-06-24T22:06:36.978Z] #57 22.12 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:06:36 [2021-06-24T22:06:36.978Z] #57 22.13 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:06:36 [2021-06-24T22:06:36.978Z] #57 ...
22:06:36 [2021-06-24T22:06:36.978Z] 
22:06:36 [2021-06-24T22:06:36.978Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:06:36 [2021-06-24T22:06:36.978Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:06:36 [2021-06-24T22:06:36.978Z] #51 11.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:06:36 [2021-06-24T22:06:36.978Z] #51 14.62 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  Packages [2139 B]
22:06:36 [2021-06-24T22:06:36.978Z] #51 20.98 Fetched 8457 kB in 16s (529 kB/s)
22:06:36 [2021-06-24T22:06:36.850Z] Cloning repository https://github.com/moby/moby.git
22:06:36 [2021-06-24T22:06:36.917Z]  > git init /home/ubuntu/workspace/moby_PR-42450 # timeout=10
22:06:37 [2021-06-24T22:06:37.236Z] #51 20.98 Reading package lists...
22:06:37 [2021-06-24T22:06:37.236Z] #51 ...
22:06:37 [2021-06-24T22:06:37.236Z] 
22:06:37 [2021-06-24T22:06:37.236Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:37 [2021-06-24T22:06:37.236Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:37 [2021-06-24T22:06:37.236Z] #57 22.35 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:06:37 [2021-06-24T22:06:37.236Z] #57 22.37 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:06:37 [2021-06-24T22:06:37.493Z] #57 22.57 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:06:37 [2021-06-24T22:06:37.493Z] #57 22.59 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:06:37 [2021-06-24T22:06:37.751Z] #57 ...
22:06:37 [2021-06-24T22:06:37.751Z] 
22:06:37 [2021-06-24T22:06:37.751Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:06:37 [2021-06-24T22:06:37.751Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:06:37 [2021-06-24T22:06:37.751Z] #53 12.81 unicode/utf8
22:06:37 [2021-06-24T22:06:37.751Z] #53 13.58 math/bits
22:06:37 [2021-06-24T22:06:37.751Z] #53 14.40 math
22:06:37 [2021-06-24T22:06:37.751Z] #53 17.56 encoding
22:06:37 [2021-06-24T22:06:37.751Z] #53 17.72 unicode/utf16
22:06:37 [2021-06-24T22:06:37.751Z] #53 17.83 container/list
22:06:37 [2021-06-24T22:06:37.751Z] #53 18.25 crypto/internal/subtle
22:06:37 [2021-06-24T22:06:37.751Z] #53 18.37 crypto/subtle
22:06:37 [2021-06-24T22:06:37.751Z] #53 18.48 vendor/golang.org/x/crypto/cryptobyte/asn1
22:06:37 [2021-06-24T22:06:37.751Z] #53 18.78 internal/nettrace
22:06:37 [2021-06-24T22:06:37.751Z] #53 18.96 runtime/cgo
22:06:37 [2021-06-24T22:06:37.751Z] #53 ...
22:06:37 [2021-06-24T22:06:37.751Z] 
22:06:37 [2021-06-24T22:06:37.751Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:37 [2021-06-24T22:06:37.751Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:37 [2021-06-24T22:06:37.751Z] #57 22.96 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:06:38 [2021-06-24T22:06:38.015Z] #57 22.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:06:38 [2021-06-24T22:06:38.015Z] #57 23.02 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:06:38 [2021-06-24T22:06:38.015Z] #57 23.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:06:38 [2021-06-24T22:06:38.015Z] #57 23.10 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:06:38 [2021-06-24T22:06:38.015Z] #57 23.17 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:06:37 [2021-06-24T22:06:37.150Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:37 [2021-06-24T22:06:37.150Z]  > git --version # timeout=10
22:06:37 [2021-06-24T22:06:37.164Z]  > git --version # 'git version 2.17.1'
22:06:37 [2021-06-24T22:06:37.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:37 [2021-06-24T22:06:37.166Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:38 [2021-06-24T22:06:38.272Z] #57 23.41 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:06:38 [2021-06-24T22:06:38.308Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a6882ac404985bcc) in /home/ubuntu/workspace/moby_PR-42450
[Pipeline] {
[Pipeline] checkout
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.56 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.65 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.65 go: downloading github.com/ultraware/funlen v0.0.2
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.68 go: downloading github.com/ultraware/whitespace v0.0.4
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.71 go: downloading github.com/uudashr/gocognit v1.0.1
22:06:38 [2021-06-24T22:06:38.529Z] #57 23.78 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:06:38 [2021-06-24T22:06:38.538Z] The recommended git tool is: git
22:06:39 [2021-06-24T22:06:39.093Z] #57 24.37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:06:39 [2021-06-24T22:06:39.351Z] #57 24.38 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:06:39 [2021-06-24T22:06:39.351Z] #57 24.46 go: downloading github.com/davecgh/go-spew v1.1.1
22:06:39 [2021-06-24T22:06:39.351Z] #57 24.49 go: downloading github.com/pmezard/go-difflib v1.0.0
22:06:39 [2021-06-24T22:06:39.351Z] #57 24.55 go: downloading github.com/stretchr/objx v0.2.0
22:06:39 [2021-06-24T22:06:39.351Z] #57 24.60 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:06:39 [2021-06-24T22:06:39.608Z] #57 24.68 go: downloading golang.org/x/text v0.3.2
22:06:39 [2021-06-24T22:06:39.608Z] #57 ...
22:06:39 [2021-06-24T22:06:39.608Z] 
22:06:39 [2021-06-24T22:06:39.608Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:06:39 [2021-06-24T22:06:39.608Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:06:39 [2021-06-24T22:06:39.608Z] #59 14.88 + cd /tmp/tmp.Q2xtGChGHl/src/github.com/mvdan/sh
22:06:39 [2021-06-24T22:06:39.608Z] #59 14.89 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:06:39 [2021-06-24T22:06:39.608Z] #59 15.01 + GO111MODULE=on
22:06:39 [2021-06-24T22:06:39.608Z] #59 15.02 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:06:39 [2021-06-24T22:06:39.608Z] #59 15.91 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:06:39 [2021-06-24T22:06:39.608Z] #59 15.92 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:06:39 [2021-06-24T22:06:39.608Z] #59 16.11 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:06:39 [2021-06-24T22:06:39.608Z] #59 17.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:06:39 [2021-06-24T22:06:39.608Z] #59 20.63 runtime
22:06:39 [2021-06-24T22:06:39.866Z] #59 ...
22:06:39 [2021-06-24T22:06:39.866Z] 
22:06:39 [2021-06-24T22:06:39.866Z] #17 [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
22:06:39 [2021-06-24T22:06:39.866Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:06:39 [2021-06-24T22:06:39.866Z] #17 10.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.55 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.58 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.61 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.63 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.64 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.69 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.73 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
22:06:39 [2021-06-24T22:06:39.866Z] #17 11.73 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
22:06:39 [2021-06-24T22:06:39.940Z]  ---> 510aa4cfa48c
22:06:39 [2021-06-24T22:06:39.940Z] Successfully built 510aa4cfa48c
22:06:39 [2021-06-24T22:06:39.940Z] Successfully tagged docker:latest
22:06:39 [2021-06-24T22:06:39.940Z] INFO: Image build ended at 06/24/2021 22:06:39. Duration:00:00:26.6998150
22:06:39 [2021-06-24T22:06:39.940Z] 
22:06:39 [2021-06-24T22:06:39.940Z] 
22:06:39 [2021-06-24T22:06:39.940Z] INFO: Building the test binaries at 06/24/2021 22:06:39...
22:06:40 [2021-06-24T22:06:40.353Z]  ---> 4e384af7821d
22:06:40 [2021-06-24T22:06:40.353Z] Successfully built 4e384af7821d
22:06:40 [2021-06-24T22:06:40.353Z] Successfully tagged docker:latest
22:06:40 [2021-06-24T22:06:40.353Z] INFO: Image build ended at 06/24/2021 22:06:38. Duration:00:00:28.8614524
22:06:40 [2021-06-24T22:06:40.353Z] 
22:06:40 [2021-06-24T22:06:40.353Z] 
22:06:40 [2021-06-24T22:06:40.353Z] INFO: Building the test binaries at 06/24/2021 22:06:38...
22:06:42 [2021-06-24T22:06:42.228Z] using credential docker-jenkins-github-credentials
22:06:42 [2021-06-24T22:06:42.236Z] Cloning the remote Git repository
22:06:42 [2021-06-24T22:06:42.236Z] Cloning with configured refspecs honoured and without tags
22:06:42 [2021-06-24T22:06:42.254Z] Cloning repository https://github.com/moby/moby.git
22:06:42 [2021-06-24T22:06:42.309Z]  > git init /home/ubuntu/workspace/moby_PR-42450 # timeout=10
22:06:42 [2021-06-24T22:06:42.637Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:42 [2021-06-24T22:06:42.637Z]  > git --version # timeout=10
22:06:42 [2021-06-24T22:06:42.655Z]  > git --version # 'git version 2.25.1'
22:06:42 [2021-06-24T22:06:42.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:42 [2021-06-24T22:06:42.657Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:44 [2021-06-24T22:06:44.047Z] #17 ...
22:06:44 [2021-06-24T22:06:44.047Z] 
22:06:44 [2021-06-24T22:06:44.047Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:06:44 [2021-06-24T22:06:44.047Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:06:44 [2021-06-24T22:06:44.047Z] #57 29.03 go: downloading github.com/gobwas/glob v0.2.3
22:06:44 [2021-06-24T22:06:44.047Z] #57 29.04 go: downloading github.com/kisielk/gotool v1.0.0
22:06:44 [2021-06-24T22:06:44.047Z] #57 29.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:06:44 [2021-06-24T22:06:44.047Z] #57 29.19 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:06:44 [2021-06-24T22:06:44.047Z] #57 29.22 go: downloading github.com/gogo/protobuf v1.2.1
22:06:44 [2021-06-24T22:06:44.150Z] INFO: make.ps1 starting at 06/24/2021 22:06:43
22:06:44 [2021-06-24T22:06:44.150Z] INFO: Git commit (f901d3cfa8) assumed from DOCKER_GITCOMMIT environment variable
22:06:44 [2021-06-24T22:06:44.150Z] INFO: Invoking autogen...
22:06:45 [2021-06-24T22:06:45.122Z] INFO: Building daemon...
22:06:45 [2021-06-24T22:06:45.417Z] #57 30.33 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:06:45 [2021-06-24T22:06:45.417Z] #57 30.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:06:45 [2021-06-24T22:06:45.674Z] #57 30.66 go: downloading github.com/BurntSushi/toml v0.3.1
22:06:45 [2021-06-24T22:06:45.740Z] INFO: make.ps1 starting at 06/24/2021 22:06:45
22:06:46 [2021-06-24T22:06:46.199Z] INFO: Git commit (cf7c110e79) assumed from DOCKER_GITCOMMIT environment variable
22:06:46 [2021-06-24T22:06:46.199Z] INFO: Invoking autogen...
22:06:46 [2021-06-24T22:06:46.659Z] INFO: Building daemon...
22:06:50 [2021-06-24T22:06:50.929Z] #57 ...
22:06:50 [2021-06-24T22:06:50.929Z] 
22:06:50 [2021-06-24T22:06:50.929Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:06:50 [2021-06-24T22:06:50.929Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:06:50 [2021-06-24T22:06:50.929Z] #51 20.98 Reading package lists...
22:06:50 [2021-06-24T22:06:50.929Z] #51 25.34 Reading package lists...
22:06:50 [2021-06-24T22:06:50.929Z] #51 29.36 Building dependency tree...
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.54 The following additional packages will be installed:
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.54   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.54   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.55   python3-pkg-resources python3-protobuf python3-six python3.7
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.55   python3.7-minimal
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.55 Suggested packages:
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.56   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
22:06:50 [2021-06-24T22:06:50.929Z] #51 31.56   python3.7-doc binfmt-support
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.45 The following NEW packages will be installed:
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.46   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.47   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.48   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.48   python3.7-minimal
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.86 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.86 Need to get 6695 kB of archives.
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.86 After this operation, 33.1 MB of additional disk space will be used.
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 32.99 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.28 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.29 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 33.51 Get:16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
22:06:50 [2021-06-24T22:06:50.929Z] #51 34.82 debconf: delaying package configuration, since apt-utils is not installed
22:06:50 [2021-06-24T22:06:50.929Z] #51 34.95 Fetched 6695 kB in 1s (4771 kB/s)
22:06:50 [2021-06-24T22:06:50.929Z] #51 35.03 Selecting previously unselected package libpython3.7-minimal:amd64.
22:06:50 [2021-06-24T22:06:50.929Z] #51 35.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 ... 15421 files and directories currently installed.)
22:06:50 [2021-06-24T22:06:50.930Z] #51 35.09 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:06:50 [2021-06-24T22:06:50.930Z] #51 35.11 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:06:50 [2021-06-24T22:06:50.930Z] #51 ...
22:06:50 [2021-06-24T22:06:50.930Z] 
22:06:50 [2021-06-24T22:06:50.930Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:06:50 [2021-06-24T22:06:50.930Z] #39 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:06:50 [2021-06-24T22:06:50.930Z] #39 35.01 Checking out files:  97% (1479/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
22:06:50 [2021-06-24T22:06:50.930Z] #39 35.08 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:06:50 [2021-06-24T22:06:50.930Z] #39 35.27 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:06:51 [2021-06-24T22:06:51.158Z] Fetching without tags
22:06:51 [2021-06-24T22:06:51.482Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
22:06:51 [2021-06-24T22:06:51.873Z] #39 ...
22:06:51 [2021-06-24T22:06:51.873Z] 
22:06:51 [2021-06-24T22:06:51.873Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:06:51 [2021-06-24T22:06:51.873Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:06:51 [2021-06-24T22:06:51.873Z] #53 26.81 vendor/golang.org/x/crypto/internal/subtle
22:06:51 [2021-06-24T22:06:51.873Z] #53 36.01 sync
22:06:51 [2021-06-24T22:06:51.873Z] #53 36.01 internal/reflectlite
22:06:51 [2021-06-24T22:06:51.873Z] #53 ...
22:06:51 [2021-06-24T22:06:51.873Z] 
22:06:51 [2021-06-24T22:06:51.874Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:06:51 [2021-06-24T22:06:51.874Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:06:51 [2021-06-24T22:06:51.874Z] #51 35.65 Selecting previously unselected package python3.7-minimal.
22:06:51 [2021-06-24T22:06:51.874Z] #51 35.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:06:51 [2021-06-24T22:06:51.874Z] #51 35.66 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:06:51 [2021-06-24T22:06:51.874Z] #51 36.68 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:06:51 [2021-06-24T22:06:51.874Z] #51 36.71 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:06:52 [2021-06-24T22:06:52.880Z] Merge succeeded, producing 25c68876ffd25bd22a8c46e183936c0ce935ff74
22:06:52 [2021-06-24T22:06:52.880Z] Checking out Revision 25c68876ffd25bd22a8c46e183936c0ce935ff74 (PR-42450)
22:06:51 [2021-06-24T22:06:51.049Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:51 [2021-06-24T22:06:51.076Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:06:51 [2021-06-24T22:06:51.104Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:51 [2021-06-24T22:06:51.139Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:51 [2021-06-24T22:06:51.162Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:51 [2021-06-24T22:06:51.163Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:51 [2021-06-24T22:06:51.164Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:51 [2021-06-24T22:06:51.497Z]  > git config core.sparsecheckout # timeout=10
22:06:51 [2021-06-24T22:06:51.525Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:06:52 [2021-06-24T22:06:52.274Z]  > git remote # timeout=10
22:06:52 [2021-06-24T22:06:52.300Z]  > git config --get remote.origin.url # timeout=10
22:06:52 [2021-06-24T22:06:52.324Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:52 [2021-06-24T22:06:52.325Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:06:52 [2021-06-24T22:06:52.865Z]  > git rev-parse HEAD^{commit} # timeout=10
22:06:52 [2021-06-24T22:06:52.883Z]  > git config core.sparsecheckout # timeout=10
22:06:52 [2021-06-24T22:06:52.903Z]  > git checkout -f 25c68876ffd25bd22a8c46e183936c0ce935ff74 # timeout=10
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.57 Selecting previously unselected package python3-minimal.
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15661 files and directories currently installed.)
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.62 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.63 Unpacking python3-minimal (3.7.3-1) ...
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.75 Selecting previously unselected package libmpdec2:amd64.
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.76 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.76 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.90 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.91 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:06:55 [2021-06-24T22:06:55.155Z] #51 39.92 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.16 Selecting previously unselected package python3.7.
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.17 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.17 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.33 Selecting previously unselected package libpython3-stdlib:amd64.
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.33 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.34 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:06:56 [2021-06-24T22:06:56.529Z] #51 41.57 Setting up python3-minimal (3.7.3-1) ...
22:06:57 [2021-06-24T22:06:57.098Z] #51 ...
22:06:57 [2021-06-24T22:06:57.098Z] 
22:06:57 [2021-06-24T22:06:57.098Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:06:57 [2021-06-24T22:06:57.098Z] #55 sha256:aacbb381667649a2c3524453fc04dd4a4c9b1204e3e23dc5f7b8a30ff5c9e9a5
22:06:57 [2021-06-24T22:06:57.098Z] #55 DONE 42.2s
22:06:57 [2021-06-24T22:06:57.098Z] 
22:06:57 [2021-06-24T22:06:57.098Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:06:57 [2021-06-24T22:06:57.098Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:06:57 [2021-06-24T22:06:57.098Z] #53 37.19 internal/testlog
22:06:57 [2021-06-24T22:06:57.098Z] #53 37.49 github.com/LK4D4/vndr/godl/singleflight
22:06:57 [2021-06-24T22:06:57.098Z] #53 37.80 math/rand
22:06:57 [2021-06-24T22:06:57.098Z] #53 38.45 errors
22:06:57 [2021-06-24T22:06:57.098Z] #53 38.50 sort
22:06:57 [2021-06-24T22:06:57.098Z] #53 38.72 io
22:06:57 [2021-06-24T22:06:57.098Z] #53 39.34 strconv
22:06:57 [2021-06-24T22:06:57.098Z] #53 39.82 bytes
22:06:57 [2021-06-24T22:06:57.098Z] #53 41.42 strings
22:06:57 [2021-06-24T22:06:57.098Z] #53 42.17 reflect
22:06:57 [2021-06-24T22:06:57.101Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:06:57 [2021-06-24T22:06:57.137Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:06:57 [2021-06-24T22:06:57.108Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:06:58 [2021-06-24T22:06:58.165Z] Fetching without tags
22:06:58 [2021-06-24T22:06:58.187Z] + docker version
22:06:58 [2021-06-24T22:06:58.473Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
22:06:58 [2021-06-24T22:06:58.474Z] #53 ...
22:06:58 [2021-06-24T22:06:58.474Z] 
22:06:58 [2021-06-24T22:06:58.474Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:06:58 [2021-06-24T22:06:58.474Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:06:58 [2021-06-24T22:06:58.474Z] #51 43.30 Selecting previously unselected package python3.
22:06:58 [2021-06-24T22:06:58.474Z] #51 43.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 ... 16073 files and directories currently installed.)
22:06:58 [2021-06-24T22:06:58.474Z] #51 43.33 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
22:06:58 [2021-06-24T22:06:58.474Z] #51 43.35 Unpacking python3 (3.7.3-1) ...
22:06:58 [2021-06-24T22:06:58.732Z] #51 43.46 Selecting previously unselected package libprotobuf17:amd64.
22:06:58 [2021-06-24T22:06:58.732Z] #51 43.47 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:06:58 [2021-06-24T22:06:58.732Z] #51 43.47 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:06:59 [2021-06-24T22:06:59.250Z] #51 44.02 Selecting previously unselected package python3-pkg-resources.
22:06:59 [2021-06-24T22:06:59.250Z] #51 44.03 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
22:06:59 [2021-06-24T22:06:59.250Z] #51 44.05 Unpacking python3-pkg-resources (40.8.0-1) ...
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.21 Selecting previously unselected package python3-six.
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.23 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.24 Unpacking python3-six (1.12.0-1) ...
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.31 Selecting previously unselected package python3-protobuf.
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.32 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
22:06:59 [2021-06-24T22:06:59.508Z] #51 44.33 Unpacking python3-protobuf (3.6.1.3-2) ...
22:06:59 [2021-06-24T22:06:59.525Z] Fetching without tags
22:06:58 [2021-06-24T22:06:58.063Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:58 [2021-06-24T22:06:58.078Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:06:58 [2021-06-24T22:06:58.110Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:58 [2021-06-24T22:06:58.134Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:58 [2021-06-24T22:06:58.169Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:58 [2021-06-24T22:06:58.169Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:58 [2021-06-24T22:06:58.171Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:58 [2021-06-24T22:06:58.485Z]  > git config core.sparsecheckout # timeout=10
22:06:58 [2021-06-24T22:06:58.503Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:06:59 [2021-06-24T22:06:59.217Z]  > git remote # timeout=10
22:06:59 [2021-06-24T22:06:59.243Z]  > git config --get remote.origin.url # timeout=10
22:06:59 [2021-06-24T22:06:59.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:59 [2021-06-24T22:06:59.268Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:06:59 [2021-06-24T22:06:59.766Z] #51 44.65 Selecting previously unselected package libnet1:amd64.
22:06:59 [2021-06-24T22:06:59.766Z] #51 44.66 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:06:59 [2021-06-24T22:06:59.766Z] #51 44.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:06:59 [2021-06-24T22:06:59.788Z] Merge succeeded, producing 803c7615dd0cac3152cc067c519514c337a4b465
22:06:59 [2021-06-24T22:06:59.788Z] Checking out Revision 803c7615dd0cac3152cc067c519514c337a4b465 (PR-42450)
22:06:59 [2021-06-24T22:06:59.804Z] Merging remotes/origin/master commit 7d471d88a0723be1066ab630df1427bf2a08a6b8 into PR head commit 64badfc018e394ded0f11312368de098f76d3ef6
22:07:00 [2021-06-24T22:07:00.024Z] #51 44.81 Selecting previously unselected package libnl-3-200:amd64.
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.81 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.91 Selecting previously unselected package libprotobuf-c1:amd64.
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.91 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.92 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.99 Selecting previously unselected package criu.
22:07:00 [2021-06-24T22:07:00.025Z] #51 44.99 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
22:07:00 [2021-06-24T22:07:00.025Z] #51 45.00 Unpacking criu (3.15-1) ...
22:07:00 [2021-06-24T22:07:00.590Z] #51 45.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:07:00 [2021-06-24T22:07:00.590Z] #51 45.50 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:07:00 [2021-06-24T22:07:00.590Z] #51 45.52 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:07:00 [2021-06-24T22:07:00.590Z] #51 45.55 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:07:00 [2021-06-24T22:07:00.590Z] #51 45.56 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:06:59 [2021-06-24T22:06:59.444Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:59 [2021-06-24T22:06:59.459Z]  > git config --add remote.origin.fetch +refs/pull/42450/head:refs/remotes/origin/PR-42450 # timeout=10
22:06:59 [2021-06-24T22:06:59.481Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:59 [2021-06-24T22:06:59.505Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:06:59 [2021-06-24T22:06:59.530Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:59 [2021-06-24T22:06:59.530Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:59 [2021-06-24T22:06:59.531Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42450/head:refs/remotes/origin/PR-42450 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:59 [2021-06-24T22:06:59.821Z]  > git config core.sparsecheckout # timeout=10
22:06:59 [2021-06-24T22:06:59.838Z]  > git checkout -f 64badfc018e394ded0f11312368de098f76d3ef6 # timeout=10
22:07:00 [2021-06-24T22:07:00.537Z]  > git remote # timeout=10
22:07:00 [2021-06-24T22:07:00.552Z]  > git config --get remote.origin.url # timeout=10
22:07:00 [2021-06-24T22:07:00.577Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:07:00 [2021-06-24T22:07:00.578Z]  > git merge 7d471d88a0723be1066ab630df1427bf2a08a6b8 # timeout=10
22:07:00 [2021-06-24T22:07:00.863Z] #51 45.57 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:07:00 [2021-06-24T22:07:00.864Z] #51 45.59 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:07:00 [2021-06-24T22:07:00.864Z] #51 45.60 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:07:01 [2021-06-24T22:07:01.249Z] Merge succeeded, producing de8ec3d69415b7834246a70a3d9effe4f3bd2b49
22:07:01 [2021-06-24T22:07:01.250Z] Checking out Revision de8ec3d69415b7834246a70a3d9effe4f3bd2b49 (PR-42450)
22:06:59 [2021-06-24T22:06:59.776Z]  > git rev-parse HEAD^{commit} # timeout=10
22:06:59 [2021-06-24T22:06:59.794Z]  > git config core.sparsecheckout # timeout=10
22:06:59 [2021-06-24T22:06:59.806Z]  > git checkout -f 803c7615dd0cac3152cc067c519514c337a4b465 # timeout=10
22:07:01 [2021-06-24T22:07:01.229Z]  > git rev-parse HEAD^{commit} # timeout=10
22:07:01 [2021-06-24T22:07:01.253Z]  > git config core.sparsecheckout # timeout=10
22:07:01 [2021-06-24T22:07:01.268Z]  > git checkout -f de8ec3d69415b7834246a70a3d9effe4f3bd2b49 # timeout=10
22:07:02 [2021-06-24T22:07:02.765Z] #51 ...
22:07:02 [2021-06-24T22:07:02.765Z] 
22:07:02 [2021-06-24T22:07:02.765Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:07:02 [2021-06-24T22:07:02.765Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:07:02 [2021-06-24T22:07:02.765Z] #59 37.55 internal/reflectlite
22:07:02 [2021-06-24T22:07:02.765Z] #59 38.68 sort
22:07:02 [2021-06-24T22:07:02.765Z] #59 38.68 errors
22:07:02 [2021-06-24T22:07:02.765Z] #59 38.92 io
22:07:02 [2021-06-24T22:07:02.765Z] #59 39.60 internal/oserror
22:07:02 [2021-06-24T22:07:02.765Z] #59 39.74 syscall
22:07:02 [2021-06-24T22:07:02.765Z] #59 39.95 bytes
22:07:02 [2021-06-24T22:07:02.765Z] #59 41.58 strconv
22:07:02 [2021-06-24T22:07:02.765Z] #59 44.63 reflect
22:07:02 [2021-06-24T22:07:02.765Z] #59 46.03 time
22:07:03 [2021-06-24T22:07:03.838Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:07:03 [2021-06-24T22:07:03.873Z] First time build. Skipping changelog.
22:07:04 [2021-06-24T22:07:04.137Z] #59 ...
22:07:04 [2021-06-24T22:07:04.137Z] 
22:07:04 [2021-06-24T22:07:04.137Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:07:04 [2021-06-24T22:07:04.137Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
[Pipeline] withEnv
[Pipeline] {
22:07:03 [2021-06-24T22:07:03.841Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:07:04 [2021-06-24T22:07:04.397Z] #51 49.16 Setting up python3 (3.7.3-1) ...
22:07:04 [2021-06-24T22:07:04.914Z] Commit message: "Merge commit '7d471d88a0723be1066ab630df1427bf2a08a6b8' into HEAD"
22:07:04 [2021-06-24T22:07:04.937Z] First time build. Skipping changelog.
22:07:04 [2021-06-24T22:07:04.963Z] #51 49.64 Setting up python3-six (1.12.0-1) ...
22:07:05 [2021-06-24T22:07:05.056Z] + docker version
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
22:07:05 [2021-06-24T22:07:05.786Z] #51 50.56 Setting up python3-pkg-resources (40.8.0-1) ...
22:07:05 [2021-06-24T22:07:05.988Z] + docker version
22:07:06 [2021-06-24T22:07:06.332Z] Client: Docker Engine - Community
22:07:06 [2021-06-24T22:07:06.332Z]  Version:           20.10.6
22:07:06 [2021-06-24T22:07:06.332Z]  API version:       1.41
22:07:06 [2021-06-24T22:07:06.332Z]  Go version:        go1.13.15
22:07:06 [2021-06-24T22:07:06.332Z]  Git commit:        370c289
22:07:06 [2021-06-24T22:07:06.332Z]  Built:             Fri Apr  9 22:46:01 2021
22:07:06 [2021-06-24T22:07:06.332Z]  OS/Arch:           linux/amd64
22:07:06 [2021-06-24T22:07:06.332Z]  Context:           default
22:07:06 [2021-06-24T22:07:06.332Z]  Experimental:      true
22:07:06 [2021-06-24T22:07:06.332Z] 
22:07:06 [2021-06-24T22:07:06.332Z] Server: Docker Engine - Community
22:07:06 [2021-06-24T22:07:06.332Z]  Engine:
22:07:06 [2021-06-24T22:07:06.332Z]   Version:          20.10.6
22:07:06 [2021-06-24T22:07:06.332Z]   API version:      1.41 (minimum version 1.12)
22:07:06 [2021-06-24T22:07:06.332Z]   Go version:       go1.13.15
22:07:06 [2021-06-24T22:07:06.332Z]   Git commit:       8728dd2
22:07:06 [2021-06-24T22:07:06.332Z]   Built:            Fri Apr  9 22:44:13 2021
22:07:06 [2021-06-24T22:07:06.332Z]   OS/Arch:          linux/amd64
22:07:06 [2021-06-24T22:07:06.332Z]   Experimental:     true
22:07:06 [2021-06-24T22:07:06.332Z]  containerd:
22:07:06 [2021-06-24T22:07:06.332Z]   Version:          1.4.6
22:07:06 [2021-06-24T22:07:06.332Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:06 [2021-06-24T22:07:06.332Z]  runc:
22:07:06 [2021-06-24T22:07:06.332Z]   Version:          1.0.0-rc95
22:07:06 [2021-06-24T22:07:06.332Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:06 [2021-06-24T22:07:06.332Z]  docker-init:
22:07:06 [2021-06-24T22:07:06.332Z]   Version:          0.19.0
22:07:06 [2021-06-24T22:07:06.332Z]   GitCommit:        de40ad0
[Pipeline] sh
22:07:06 [2021-06-24T22:07:06.664Z] + docker info
22:07:06 [2021-06-24T22:07:06.976Z] #51 51.67 Setting up python3-protobuf (3.6.1.3-2) ...
22:07:04 [2021-06-24T22:07:04.918Z]  > git rev-list --no-walk 05f5ede9fb080c29d0d828611b616f5ac324689f # timeout=10
22:07:09 [2021-06-24T22:07:09.266Z] Client: Docker Engine - Community
22:07:09 [2021-06-24T22:07:09.266Z]  Version:           20.10.6
22:07:09 [2021-06-24T22:07:09.266Z]  API version:       1.41
22:07:09 [2021-06-24T22:07:09.266Z]  Go version:        go1.13.15
22:07:09 [2021-06-24T22:07:09.266Z]  Git commit:        370c289
22:07:09 [2021-06-24T22:07:09.266Z]  Built:             Fri Apr  9 22:46:01 2021
22:07:09 [2021-06-24T22:07:09.266Z]  OS/Arch:           linux/amd64
22:07:09 [2021-06-24T22:07:09.266Z]  Context:           default
22:07:09 [2021-06-24T22:07:09.266Z]  Experimental:      true
22:07:09 [2021-06-24T22:07:09.266Z] 
22:07:09 [2021-06-24T22:07:09.266Z] Server: Docker Engine - Community
22:07:09 [2021-06-24T22:07:09.266Z]  Engine:
22:07:09 [2021-06-24T22:07:09.266Z]   Version:          20.10.6
22:07:09 [2021-06-24T22:07:09.266Z]   API version:      1.41 (minimum version 1.12)
22:07:09 [2021-06-24T22:07:09.266Z]   Go version:       go1.13.15
22:07:09 [2021-06-24T22:07:09.266Z]   Git commit:       8728dd2
22:07:09 [2021-06-24T22:07:09.266Z]   Built:            Fri Apr  9 22:44:13 2021
22:07:09 [2021-06-24T22:07:09.266Z]   OS/Arch:          linux/amd64
22:07:09 [2021-06-24T22:07:09.266Z]   Experimental:     true
22:07:09 [2021-06-24T22:07:09.266Z]  containerd:
22:07:09 [2021-06-24T22:07:09.266Z]   Version:          1.4.6
22:07:09 [2021-06-24T22:07:09.266Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:09 [2021-06-24T22:07:09.266Z]  runc:
22:07:09 [2021-06-24T22:07:09.266Z]   Version:          1.0.0-rc95
22:07:09 [2021-06-24T22:07:09.266Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:09 [2021-06-24T22:07:09.266Z]  docker-init:
22:07:09 [2021-06-24T22:07:09.266Z]   Version:          0.19.0
22:07:09 [2021-06-24T22:07:09.266Z]   GitCommit:        de40ad0
[Pipeline] sh
22:07:09 [2021-06-24T22:07:09.502Z] #51 54.00 Setting up criu (3.15-1) ...
22:07:09 [2021-06-24T22:07:09.502Z] #51 ...
22:07:09 [2021-06-24T22:07:09.502Z] 
22:07:09 [2021-06-24T22:07:09.502Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:09 [2021-06-24T22:07:09.502Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:09 [2021-06-24T22:07:09.502Z] #53 44.18 bufio
22:07:09 [2021-06-24T22:07:09.502Z] #53 45.42 syscall
22:07:09 [2021-06-24T22:07:09.502Z] #53 50.56 internal/fmtsort
22:07:09 [2021-06-24T22:07:09.502Z] #53 50.80 internal/syscall/unix
22:07:09 [2021-06-24T22:07:09.502Z] #53 51.02 internal/syscall/execenv
22:07:09 [2021-06-24T22:07:09.502Z] #53 51.09 internal/poll
22:07:09 [2021-06-24T22:07:09.502Z] #53 51.19 path
22:07:09 [2021-06-24T22:07:09.502Z] #53 51.70 io/fs
22:07:09 [2021-06-24T22:07:09.502Z] #53 52.41 regexp/syntax
22:07:09 [2021-06-24T22:07:09.502Z] #53 53.05 os
22:07:09 [2021-06-24T22:07:09.502Z] #53 ...
22:07:09 [2021-06-24T22:07:09.502Z] 
22:07:09 [2021-06-24T22:07:09.502Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:07:09 [2021-06-24T22:07:09.503Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:07:09 [2021-06-24T22:07:09.503Z] #59 50.01 context
22:07:09 [2021-06-24T22:07:09.503Z] #59 50.74 internal/syscall/unix
22:07:09 [2021-06-24T22:07:09.503Z] #59 51.03 internal/poll
22:07:09 [2021-06-24T22:07:09.503Z] #59 52.89 os
22:07:09 [2021-06-24T22:07:09.503Z] #59 53.77 encoding/binary
22:07:09 [2021-06-24T22:07:09.597Z] + docker info
22:07:10 [2021-06-24T22:07:10.067Z] #59 55.27 encoding/base64
22:07:10 [2021-06-24T22:07:10.325Z] #59 ...
22:07:10 [2021-06-24T22:07:10.325Z] 
22:07:10 [2021-06-24T22:07:10.325Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:10 [2021-06-24T22:07:10.325Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:10 [2021-06-24T22:07:10.325Z] #53 55.50 regexp
22:07:10 [2021-06-24T22:07:10.890Z] #53 ...
22:07:10 [2021-06-24T22:07:10.890Z] 
22:07:10 [2021-06-24T22:07:10.890Z] #51 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:07:10 [2021-06-24T22:07:10.890Z] #51 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:07:10 [2021-06-24T22:07:10.890Z] #51 55.33 Processing triggers for libc-bin (2.28-10) ...
22:07:10 [2021-06-24T22:07:10.890Z] #51 55.36 Processing triggers for mime-support (3.62) ...
22:07:10 [2021-06-24T22:07:10.890Z] #51 DONE 55.8s
22:07:11 [2021-06-24T22:07:11.148Z] 
22:07:11 [2021-06-24T22:07:11.148Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:11 [2021-06-24T22:07:11.148Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:11 [2021-06-24T22:07:11.148Z] #53 56.15 fmt
22:07:12 [2021-06-24T22:07:12.577Z] Client: Docker Engine - Community
22:07:12 [2021-06-24T22:07:12.577Z]  Version:           20.10.6
22:07:12 [2021-06-24T22:07:12.577Z]  API version:       1.41
22:07:12 [2021-06-24T22:07:12.577Z]  Go version:        go1.13.15
22:07:12 [2021-06-24T22:07:12.577Z]  Git commit:        370c289
22:07:12 [2021-06-24T22:07:12.577Z]  Built:             Fri Apr  9 22:47:17 2021
22:07:12 [2021-06-24T22:07:12.577Z]  OS/Arch:           linux/amd64
22:07:12 [2021-06-24T22:07:12.577Z]  Context:           default
22:07:12 [2021-06-24T22:07:12.577Z]  Experimental:      true
22:07:12 [2021-06-24T22:07:12.577Z] 
22:07:12 [2021-06-24T22:07:12.577Z] Server: Docker Engine - Community
22:07:12 [2021-06-24T22:07:12.577Z]  Engine:
22:07:12 [2021-06-24T22:07:12.577Z]   Version:          20.10.6
22:07:12 [2021-06-24T22:07:12.577Z]   API version:      1.41 (minimum version 1.12)
22:07:12 [2021-06-24T22:07:12.577Z]   Go version:       go1.13.15
22:07:12 [2021-06-24T22:07:12.577Z]   Git commit:       8728dd2
22:07:12 [2021-06-24T22:07:12.577Z]   Built:            Fri Apr  9 22:45:28 2021
22:07:12 [2021-06-24T22:07:12.577Z]   OS/Arch:          linux/amd64
22:07:12 [2021-06-24T22:07:12.577Z]   Experimental:     true
22:07:12 [2021-06-24T22:07:12.577Z]  containerd:
22:07:12 [2021-06-24T22:07:12.577Z]   Version:          1.4.6
22:07:12 [2021-06-24T22:07:12.577Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:12 [2021-06-24T22:07:12.577Z]  runc:
22:07:12 [2021-06-24T22:07:12.577Z]   Version:          1.0.0-rc95
22:07:12 [2021-06-24T22:07:12.577Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:12 [2021-06-24T22:07:12.577Z]  docker-init:
22:07:12 [2021-06-24T22:07:12.577Z]   Version:          0.19.0
22:07:12 [2021-06-24T22:07:12.577Z]   GitCommit:        de40ad0
[Pipeline] sh
22:07:12 [2021-06-24T22:07:12.911Z] + docker info
22:07:13 [2021-06-24T22:07:13.047Z] #53 58.20 path/filepath
22:07:13 [2021-06-24T22:07:13.982Z] #53 58.99 internal/lazyregexp
22:07:14 [2021-06-24T22:07:14.240Z] #53 59.18 io/ioutil
22:07:14 [2021-06-24T22:07:14.538Z] #53 59.44 github.com/LK4D4/vndr/versioned
22:07:14 [2021-06-24T22:07:14.538Z] #53 59.53 hash/crc32
22:07:14 [2021-06-24T22:07:14.795Z] #53 59.91 flag
22:07:15 [2021-06-24T22:07:15.059Z] #53 60.08 go/token
22:07:15 [2021-06-24T22:07:15.632Z] #53 60.90 go/scanner
22:07:16 [2021-06-24T22:07:16.195Z] #53 61.29 net/url
22:07:16 [2021-06-24T22:07:16.653Z] Client:
22:07:16 [2021-06-24T22:07:16.653Z]  Context:    default
22:07:16 [2021-06-24T22:07:16.653Z]  Debug Mode: false
22:07:16 [2021-06-24T22:07:16.653Z]  Plugins:
22:07:16 [2021-06-24T22:07:16.653Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
22:07:16 [2021-06-24T22:07:16.653Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
22:07:16 [2021-06-24T22:07:16.653Z]   scan: Docker Scan (Docker Inc., v0.7.0)
22:07:16 [2021-06-24T22:07:16.653Z] 
22:07:16 [2021-06-24T22:07:16.653Z] Server:
22:07:16 [2021-06-24T22:07:16.653Z]  Containers: 0
22:07:16 [2021-06-24T22:07:16.653Z]   Running: 0
22:07:16 [2021-06-24T22:07:16.653Z]   Paused: 0
22:07:16 [2021-06-24T22:07:16.653Z]   Stopped: 0
22:07:16 [2021-06-24T22:07:16.653Z]  Images: 0
22:07:16 [2021-06-24T22:07:16.653Z]  Server Version: 20.10.6
22:07:16 [2021-06-24T22:07:16.653Z]  Storage Driver: overlay2
22:07:16 [2021-06-24T22:07:16.653Z]   Backing Filesystem: extfs
22:07:16 [2021-06-24T22:07:16.653Z]   Supports d_type: true
22:07:16 [2021-06-24T22:07:16.653Z]   Native Overlay Diff: true
22:07:16 [2021-06-24T22:07:16.653Z]   userxattr: false
22:07:16 [2021-06-24T22:07:16.653Z]  Logging Driver: json-file
22:07:16 [2021-06-24T22:07:16.653Z]  Cgroup Driver: cgroupfs
22:07:16 [2021-06-24T22:07:16.653Z]  Cgroup Version: 1
22:07:16 [2021-06-24T22:07:16.653Z]  Plugins:
22:07:16 [2021-06-24T22:07:16.653Z]   Volume: local
22:07:16 [2021-06-24T22:07:16.653Z]   Network: bridge host ipvlan macvlan null overlay
22:07:16 [2021-06-24T22:07:16.653Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:07:16 [2021-06-24T22:07:16.653Z]  Swarm: inactive
22:07:16 [2021-06-24T22:07:16.653Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
22:07:16 [2021-06-24T22:07:16.653Z]  Default Runtime: runc
22:07:16 [2021-06-24T22:07:16.653Z]  Init Binary: docker-init
22:07:16 [2021-06-24T22:07:16.653Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:16 [2021-06-24T22:07:16.653Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:16 [2021-06-24T22:07:16.653Z]  init version: de40ad0
22:07:16 [2021-06-24T22:07:16.653Z]  Security Options:
22:07:16 [2021-06-24T22:07:16.653Z]   apparmor
22:07:16 [2021-06-24T22:07:16.653Z]   seccomp
22:07:16 [2021-06-24T22:07:16.653Z]    Profile: default
22:07:16 [2021-06-24T22:07:16.653Z]  Kernel Version: 5.4.0-1048-aws
22:07:16 [2021-06-24T22:07:16.653Z]  Operating System: Ubuntu 18.04.5 LTS
22:07:16 [2021-06-24T22:07:16.653Z]  OSType: linux
22:07:16 [2021-06-24T22:07:16.653Z]  Architecture: x86_64
22:07:16 [2021-06-24T22:07:16.653Z]  CPUs: 2
22:07:16 [2021-06-24T22:07:16.653Z]  Total Memory: 7.569GiB
22:07:16 [2021-06-24T22:07:16.653Z]  Name: ip-10-100-104-166
22:07:16 [2021-06-24T22:07:16.653Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
22:07:16 [2021-06-24T22:07:16.653Z]  Docker Root Dir: /var/lib/docker
22:07:16 [2021-06-24T22:07:16.653Z]  Debug Mode: false
22:07:16 [2021-06-24T22:07:16.653Z]  Registry: https://index.docker.io/v1/
22:07:16 [2021-06-24T22:07:16.653Z]  Labels:
22:07:16 [2021-06-24T22:07:16.653Z]  Experimental: true
22:07:16 [2021-06-24T22:07:16.653Z]  Insecure Registries:
22:07:16 [2021-06-24T22:07:16.653Z]   127.0.0.0/8
22:07:16 [2021-06-24T22:07:16.653Z]  Live Restore Enabled: true
22:07:16 [2021-06-24T22:07:16.653Z] 
22:07:16 [2021-06-24T22:07:16.653Z] WARNING: No swap limit support
22:07:16 [2021-06-24T22:07:16.761Z] #53 61.86 go/ast
[Pipeline] sh
22:07:17 [2021-06-24T22:07:17.232Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:07:17 [2021-06-24T22:07:17.232Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:07:17 [2021-06-24T22:07:17.232Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42450/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
22:07:17 [2021-06-24T22:07:17.232Z] + bash /home/ubuntu/workspace/moby_PR-42450/check-config.sh
22:07:17 [2021-06-24T22:07:17.232Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:07:17 [2021-06-24T22:07:17.232Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
22:07:17 [2021-06-24T22:07:17.232Z] 
22:07:17 [2021-06-24T22:07:17.232Z] Generally Necessary:
22:07:17 [2021-06-24T22:07:17.232Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:07:17 [2021-06-24T22:07:17.232Z] - apparmor: enabled and tools installed
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NAMESPACES: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NET_NS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_PID_NS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_IPC_NS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_UTS_NS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUPS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUP_CPUACCT: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUP_DEVICE: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUP_FREEZER: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUP_SCHED: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CPUSETS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_MEMCG: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_KEYS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_VETH: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_BRIDGE: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_NF_NAT: enabled (as module)
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_POSIX_MQUEUE: enabled
22:07:17 [2021-06-24T22:07:17.232Z] 
22:07:17 [2021-06-24T22:07:17.232Z] Optional Features:
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_USER_NS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_SECCOMP: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_SECCOMP_FILTER: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_CGROUP_PIDS: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_MEMCG_SWAP: enabled
22:07:17 [2021-06-24T22:07:17.232Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:07:17 [2021-06-24T22:07:17.504Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_BLK_CGROUP: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_CGROUP_PERF: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_CGROUP_HUGETLB: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_CFS_BANDWIDTH: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_RT_GROUP_SCHED: missing
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_VS: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_VS_NFCT: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_IP_VS_RR: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_SECURITY_SELINUX: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_SECURITY_APPARMOR: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_EXT4_FS: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:07:17 [2021-06-24T22:07:17.504Z] - Network Drivers:
22:07:17 [2021-06-24T22:07:17.504Z]   - "overlay":
22:07:17 [2021-06-24T22:07:17.504Z]     - CONFIG_VXLAN: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       Optional (for encrypted networks):
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_CRYPTO: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_CRYPTO_AEAD: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_CRYPTO_GCM: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_CRYPTO_GHASH: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_XFRM: enabled
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_XFRM_USER: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z]       - CONFIG_INET_ESP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z]   - "ipvlan":
22:07:17 [2021-06-24T22:07:17.504Z]     - CONFIG_IPVLAN: enabled (as module)
22:07:17 [2021-06-24T22:07:17.504Z]   - "macvlan":
22:07:17 [2021-06-24T22:07:17.694Z] #53 62.53 text/template/parse
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_MACVLAN: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_DUMMY: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]   - "ftp,tftp client in container":
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z] - Storage Drivers:
22:07:17 [2021-06-24T22:07:17.764Z]   - "aufs":
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_AUFS_FS: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]   - "btrfs":
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:07:17 [2021-06-24T22:07:17.764Z]   - "devicemapper":
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_BLK_DEV_DM: enabled
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]   - "overlay":
22:07:17 [2021-06-24T22:07:17.764Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:07:17 [2021-06-24T22:07:17.764Z]   - "zfs":
22:07:17 [2021-06-24T22:07:17.764Z]     - /dev/zfs: present
22:07:17 [2021-06-24T22:07:17.764Z]     - zfs command: missing
22:07:17 [2021-06-24T22:07:17.764Z]     - zpool command: missing
22:07:17 [2021-06-24T22:07:17.764Z] 
22:07:17 [2021-06-24T22:07:17.764Z] Limits:
22:07:17 [2021-06-24T22:07:17.764Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:07:17 [2021-06-24T22:07:17.764Z] 
22:07:17 [2021-06-24T22:07:17.764Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:07:18 [2021-06-24T22:07:18.109Z] + sudo modprobe ip_vs
22:07:18 [2021-06-24T22:07:18.109Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 .
22:07:18 [2021-06-24T22:07:18.370Z] #2 [internal] load .dockerignore
22:07:18 [2021-06-24T22:07:18.371Z] #2 sha256:89976a45f8f4559427aa402aff4e49a8c75a8d41ad4d2a25c1cbbbfac4796741
22:07:18 [2021-06-24T22:07:18.630Z] #2 transferring context: 87B done
22:07:18 [2021-06-24T22:07:18.630Z] #2 DONE 0.1s
22:07:18 [2021-06-24T22:07:18.630Z] 
22:07:18 [2021-06-24T22:07:18.630Z] #1 [internal] load build definition from Dockerfile
22:07:18 [2021-06-24T22:07:18.630Z] #1 sha256:a5858cbf4fd71c0589002b1339b4c8ef96231c762950d6477c1438c382cfc2bd
22:07:18 [2021-06-24T22:07:18.630Z] #1 transferring dockerfile: 16.59kB done
22:07:18 [2021-06-24T22:07:18.630Z] #1 DONE 0.2s
22:07:18 [2021-06-24T22:07:18.630Z] 
22:07:18 [2021-06-24T22:07:18.630Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
22:07:18 [2021-06-24T22:07:18.630Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
22:07:19 [2021-06-24T22:07:19.579Z] #3 DONE 0.8s
22:07:19 [2021-06-24T22:07:19.579Z] 
22:07:19 [2021-06-24T22:07:19.579Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
22:07:19 [2021-06-24T22:07:19.579Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
22:07:19 [2021-06-24T22:07:19.579Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.2s
22:07:19 [2021-06-24T22:07:19.615Z] Client:
22:07:19 [2021-06-24T22:07:19.615Z]  Context:    default
22:07:19 [2021-06-24T22:07:19.615Z]  Debug Mode: false
22:07:19 [2021-06-24T22:07:19.615Z]  Plugins:
22:07:19 [2021-06-24T22:07:19.615Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
22:07:19 [2021-06-24T22:07:19.615Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
22:07:19 [2021-06-24T22:07:19.615Z]   scan: Docker Scan (Docker Inc., v0.7.0)
22:07:19 [2021-06-24T22:07:19.615Z] 
22:07:19 [2021-06-24T22:07:19.615Z] Server:
22:07:19 [2021-06-24T22:07:19.615Z]  Containers: 0
22:07:19 [2021-06-24T22:07:19.615Z]   Running: 0
22:07:19 [2021-06-24T22:07:19.615Z]   Paused: 0
22:07:19 [2021-06-24T22:07:19.615Z]   Stopped: 0
22:07:19 [2021-06-24T22:07:19.615Z]  Images: 0
22:07:19 [2021-06-24T22:07:19.615Z]  Server Version: 20.10.6
22:07:19 [2021-06-24T22:07:19.615Z]  Storage Driver: overlay2
22:07:19 [2021-06-24T22:07:19.615Z]   Backing Filesystem: extfs
22:07:19 [2021-06-24T22:07:19.615Z]   Supports d_type: true
22:07:19 [2021-06-24T22:07:19.615Z]   Native Overlay Diff: true
22:07:19 [2021-06-24T22:07:19.615Z]   userxattr: false
22:07:19 [2021-06-24T22:07:19.615Z]  Logging Driver: json-file
22:07:19 [2021-06-24T22:07:19.615Z]  Cgroup Driver: cgroupfs
22:07:19 [2021-06-24T22:07:19.615Z]  Cgroup Version: 1
22:07:19 [2021-06-24T22:07:19.615Z]  Plugins:
22:07:19 [2021-06-24T22:07:19.615Z]   Volume: local
22:07:19 [2021-06-24T22:07:19.615Z]   Network: bridge host ipvlan macvlan null overlay
22:07:19 [2021-06-24T22:07:19.615Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:07:19 [2021-06-24T22:07:19.615Z]  Swarm: inactive
22:07:19 [2021-06-24T22:07:19.615Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
22:07:19 [2021-06-24T22:07:19.615Z]  Default Runtime: runc
22:07:19 [2021-06-24T22:07:19.615Z]  Init Binary: docker-init
22:07:19 [2021-06-24T22:07:19.615Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:19 [2021-06-24T22:07:19.615Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:19 [2021-06-24T22:07:19.615Z]  init version: de40ad0
22:07:19 [2021-06-24T22:07:19.615Z]  Security Options:
22:07:19 [2021-06-24T22:07:19.615Z]   apparmor
22:07:19 [2021-06-24T22:07:19.615Z]   seccomp
22:07:19 [2021-06-24T22:07:19.615Z]    Profile: default
22:07:19 [2021-06-24T22:07:19.615Z]  Kernel Version: 5.4.0-1048-aws
22:07:19 [2021-06-24T22:07:19.615Z]  Operating System: Ubuntu 18.04.5 LTS
22:07:19 [2021-06-24T22:07:19.615Z]  OSType: linux
22:07:19 [2021-06-24T22:07:19.615Z]  Architecture: x86_64
22:07:19 [2021-06-24T22:07:19.615Z]  CPUs: 2
22:07:19 [2021-06-24T22:07:19.615Z]  Total Memory: 7.487GiB
22:07:19 [2021-06-24T22:07:19.615Z]  Name: ip-10-100-60-172
22:07:19 [2021-06-24T22:07:19.615Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
22:07:19 [2021-06-24T22:07:19.615Z]  Docker Root Dir: /var/lib/docker
22:07:19 [2021-06-24T22:07:19.615Z]  Debug Mode: false
22:07:19 [2021-06-24T22:07:19.616Z]  Registry: https://index.docker.io/v1/
22:07:19 [2021-06-24T22:07:19.616Z]  Labels:
22:07:19 [2021-06-24T22:07:19.616Z]  Experimental: true
22:07:19 [2021-06-24T22:07:19.616Z]  Insecure Registries:
22:07:19 [2021-06-24T22:07:19.616Z]   127.0.0.0/8
22:07:19 [2021-06-24T22:07:19.616Z]  Live Restore Enabled: true
22:07:19 [2021-06-24T22:07:19.616Z] 
22:07:19 [2021-06-24T22:07:19.616Z] WARNING: No swap limit support
[Pipeline] sh
22:07:19 [2021-06-24T22:07:19.839Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s
22:07:19 [2021-06-24T22:07:19.839Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done
22:07:19 [2021-06-24T22:07:19.839Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
22:07:19 [2021-06-24T22:07:19.919Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:07:19 [2021-06-24T22:07:19.919Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
22:07:19 [2021-06-24T22:07:19.919Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42450/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
22:07:19 [2021-06-24T22:07:19.919Z] + bash /home/ubuntu/workspace/moby_PR-42450/check-config.sh
22:07:19 [2021-06-24T22:07:19.919Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
22:07:19 [2021-06-24T22:07:19.919Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
22:07:19 [2021-06-24T22:07:19.919Z] 
22:07:19 [2021-06-24T22:07:19.919Z] Generally Necessary:
22:07:19 [2021-06-24T22:07:19.919Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
22:07:19 [2021-06-24T22:07:19.919Z] - apparmor: enabled and tools installed
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NAMESPACES: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NET_NS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_PID_NS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_IPC_NS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_UTS_NS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CGROUPS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CGROUP_CPUACCT: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CGROUP_DEVICE: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CGROUP_FREEZER: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CGROUP_SCHED: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_CPUSETS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_MEMCG: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_KEYS: enabled
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_VETH: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_BRIDGE: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_IP_NF_FILTER: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_IP_NF_NAT: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_NF_NAT: enabled (as module)
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_POSIX_MQUEUE: enabled
22:07:19 [2021-06-24T22:07:19.919Z] 
22:07:19 [2021-06-24T22:07:19.919Z] Optional Features:
22:07:19 [2021-06-24T22:07:19.919Z] - CONFIG_USER_NS: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_SECCOMP: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_SECCOMP_FILTER: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_CGROUP_PIDS: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_MEMCG_SWAP: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
22:07:20 [2021-06-24T22:07:20.200Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_BLK_CGROUP: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_BLK_DEV_THROTTLING: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_CGROUP_PERF: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_CGROUP_HUGETLB: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_CGROUP_NET_PRIO: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_CFS_BANDWIDTH: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_FAIR_GROUP_SCHED: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_RT_GROUP_SCHED: missing
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_VS: enabled (as module)
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_VS_NFCT: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_VS_PROTO_TCP: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_VS_PROTO_UDP: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_IP_VS_RR: enabled (as module)
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_SECURITY_SELINUX: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_SECURITY_APPARMOR: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_EXT4_FS: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - CONFIG_EXT4_FS_SECURITY: enabled
22:07:20 [2021-06-24T22:07:20.200Z] - Network Drivers:
22:07:20 [2021-06-24T22:07:20.200Z]   - "overlay":
22:07:20 [2021-06-24T22:07:20.200Z]     - CONFIG_VXLAN: enabled (as module)
22:07:20 [2021-06-24T22:07:20.200Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
22:07:20 [2021-06-24T22:07:20.200Z]       Optional (for encrypted networks):
22:07:20 [2021-06-24T22:07:20.218Z] #53 64.85 go/parser
22:07:20 [2021-06-24T22:07:20.408Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_CRYPTO: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_CRYPTO_AEAD: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_CRYPTO_GCM: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_CRYPTO_SEQIV: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_CRYPTO_GHASH: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_XFRM: enabled
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_XFRM_USER: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_XFRM_ALGO: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]       - CONFIG_INET_ESP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "ipvlan":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_IPVLAN: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "macvlan":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_MACVLAN: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_DUMMY: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "ftp,tftp client in container":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z] - Storage Drivers:
22:07:20 [2021-06-24T22:07:20.461Z]   - "aufs":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_AUFS_FS: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "btrfs":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_BTRFS_FS: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
22:07:20 [2021-06-24T22:07:20.461Z]   - "devicemapper":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_BLK_DEV_DM: enabled
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "overlay":
22:07:20 [2021-06-24T22:07:20.461Z]     - CONFIG_OVERLAY_FS: enabled (as module)
22:07:20 [2021-06-24T22:07:20.461Z]   - "zfs":
22:07:20 [2021-06-24T22:07:20.461Z]     - /dev/zfs: present
22:07:20 [2021-06-24T22:07:20.461Z]     - zfs command: missing
22:07:20 [2021-06-24T22:07:20.461Z]     - zpool command: missing
22:07:20 [2021-06-24T22:07:20.461Z] 
22:07:20 [2021-06-24T22:07:20.461Z] Limits:
22:07:20 [2021-06-24T22:07:20.461Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
22:07:20 [2021-06-24T22:07:20.461Z] 
22:07:20 [2021-06-24T22:07:20.461Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:07:20 [2021-06-24T22:07:20.672Z] #4 DONE 1.2s
22:07:20 [2021-06-24T22:07:20.783Z] #53 ...
22:07:20 [2021-06-24T22:07:20.783Z] 
22:07:20 [2021-06-24T22:07:20.783Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:07:20 [2021-06-24T22:07:20.783Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:07:20 [2021-06-24T22:07:20.783Z] #59 55.83 golang.org/x/sys/unix
22:07:20 [2021-06-24T22:07:20.783Z] #59 56.46 fmt
22:07:20 [2021-06-24T22:07:20.783Z] #59 59.89 encoding/json
22:07:20 [2021-06-24T22:07:20.783Z] #59 62.23 github.com/pkg/diff
22:07:20 [2021-06-24T22:07:20.783Z] #59 63.11 go/ast
22:07:20 [2021-06-24T22:07:20.783Z] #59 63.87 golang.org/x/crypto/ssh/terminal
22:07:20 [2021-06-24T22:07:20.783Z] #59 64.92 mvdan.cc/editorconfig
22:07:20 [2021-06-24T22:07:20.783Z] #59 65.75 mvdan.cc/sh/v3/fileutil
22:07:20 [2021-06-24T22:07:20.783Z] #59 65.96 text/tabwriter
22:07:20 [2021-06-24T22:07:20.805Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 .
22:07:20 [2021-06-24T22:07:20.937Z] 
22:07:20 [2021-06-24T22:07:20.937Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:20 [2021-06-24T22:07:20.937Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:07:21 [2021-06-24T22:07:21.041Z] #59 ...
22:07:21 [2021-06-24T22:07:21.041Z] 
22:07:21 [2021-06-24T22:07:21.041Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:21 [2021-06-24T22:07:21.041Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:21 [2021-06-24T22:07:21.041Z] #53 66.04 text/template
22:07:21 [2021-06-24T22:07:21.382Z] #1 [internal] load build definition from Dockerfile
22:07:21 [2021-06-24T22:07:21.382Z] #1 sha256:8ae5bca17442adec2cab5edc7e04ffb4b73c6c7af4238767b0e989aede4b7bc7
22:07:21 [2021-06-24T22:07:21.382Z] #1 transferring dockerfile: 16.59kB done
22:07:21 [2021-06-24T22:07:21.382Z] #1 DONE 0.1s
22:07:21 [2021-06-24T22:07:21.382Z] 
22:07:21 [2021-06-24T22:07:21.382Z] #2 [internal] load .dockerignore
22:07:21 [2021-06-24T22:07:21.382Z] #2 sha256:ce3131ff17c75e192bba067a943221ed3d8e2401075dc0d75f36859bd9bb211e
22:07:21 [2021-06-24T22:07:21.382Z] #2 transferring context: 87B done
22:07:21 [2021-06-24T22:07:21.382Z] #2 DONE 0.0s
22:07:21 [2021-06-24T22:07:21.382Z] 
22:07:21 [2021-06-24T22:07:21.382Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
22:07:21 [2021-06-24T22:07:21.382Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
22:07:21 [2021-06-24T22:07:21.957Z] #3 DONE 0.4s
22:07:21 [2021-06-24T22:07:21.957Z] 
22:07:21 [2021-06-24T22:07:21.957Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
22:07:21 [2021-06-24T22:07:21.957Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
22:07:21 [2021-06-24T22:07:21.957Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
22:07:21 [2021-06-24T22:07:21.957Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
22:07:21 [2021-06-24T22:07:21.957Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
22:07:21 [2021-06-24T22:07:21.957Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
22:07:21 [2021-06-24T22:07:21.957Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
22:07:22 [2021-06-24T22:07:22.219Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
22:07:22 [2021-06-24T22:07:22.219Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
22:07:22 [2021-06-24T22:07:22.412Z] #53 67.55 log
22:07:22 [2021-06-24T22:07:22.795Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
22:07:22 [2021-06-24T22:07:22.795Z] #4 DONE 0.8s
22:07:22 [2021-06-24T22:07:22.977Z] #53 68.05 encoding/xml
22:07:23 [2021-06-24T22:07:23.057Z] 
22:07:23 [2021-06-24T22:07:23.057Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:23 [2021-06-24T22:07:23.057Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:07:23 [2021-06-24T22:07:23.479Z] #6 DONE 2.3s
22:07:23 [2021-06-24T22:07:23.479Z] 
22:07:23 [2021-06-24T22:07:23.479Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:23 [2021-06-24T22:07:23.479Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:07:23 [2021-06-24T22:07:23.479Z] #8 DONE 2.3s
22:07:23 [2021-06-24T22:07:23.479Z] 
22:07:23 [2021-06-24T22:07:23.479Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:07:23 [2021-06-24T22:07:23.479Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
22:07:23 [2021-06-24T22:07:23.479Z] #7 DONE 2.4s
22:07:23 [2021-06-24T22:07:23.479Z] 
22:07:23 [2021-06-24T22:07:23.479Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster
22:07:23 [2021-06-24T22:07:23.479Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d
22:07:23 [2021-06-24T22:07:23.479Z] #5 DONE 2.5s
22:07:23 [2021-06-24T22:07:23.542Z] #53 ...
22:07:23 [2021-06-24T22:07:23.542Z] 
22:07:23 [2021-06-24T22:07:23.542Z] #17 [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
22:07:23 [2021-06-24T22:07:23.542Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:07:23 [2021-06-24T22:07:23.542Z] #17 48.06 Fetched 48.3 MB in 46s (1043 kB/s)
22:07:23 [2021-06-24T22:07:23.633Z] #8 ...
22:07:23 [2021-06-24T22:07:23.633Z] 
22:07:23 [2021-06-24T22:07:23.633Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster
22:07:23 [2021-06-24T22:07:23.633Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d
22:07:23 [2021-06-24T22:07:23.633Z] #5 DONE 0.7s
22:07:23 [2021-06-24T22:07:23.633Z] 
22:07:23 [2021-06-24T22:07:23.633Z] #7 [internal] load metadata for docker.io/library/debian:buster
22:07:23 [2021-06-24T22:07:23.633Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
22:07:23 [2021-06-24T22:07:23.633Z] #7 DONE 0.7s
22:07:23 [2021-06-24T22:07:23.633Z] 
22:07:23 [2021-06-24T22:07:23.633Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:23 [2021-06-24T22:07:23.633Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:07:23 [2021-06-24T22:07:23.633Z] #8 DONE 0.7s
22:07:23 [2021-06-24T22:07:23.633Z] 
22:07:23 [2021-06-24T22:07:23.633Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:23 [2021-06-24T22:07:23.633Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:07:23 [2021-06-24T22:07:23.633Z] #6 DONE 0.8s
22:07:23 [2021-06-24T22:07:23.800Z] #17 48.06 Reading package lists...
22:07:23 [2021-06-24T22:07:23.800Z] #17 ...
22:07:23 [2021-06-24T22:07:23.800Z] 
22:07:23 [2021-06-24T22:07:23.800Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:07:23 [2021-06-24T22:07:23.800Z] #59 sha256:bd689698ebe2a8a56872accb6070207d872ca9f722cdaf84fea64b85bf2aa18c
22:07:23 [2021-06-24T22:07:23.800Z] #59 66.32 mvdan.cc/sh/v3/syntax
22:07:25 [2021-06-24T22:07:25.172Z] #59 70.23 mvdan.cc/sh/v3/cmd/shfmt
22:07:25 [2021-06-24T22:07:25.388Z] 
22:07:25 [2021-06-24T22:07:25.389Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:25 [2021-06-24T22:07:25.389Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.1s done
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0B / 50.44MB 0.1s
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done
22:07:25 [2021-06-24T22:07:25.389Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 3.15MB / 50.44MB 0.3s
22:07:25 [2021-06-24T22:07:25.649Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 7.69MB / 50.44MB 0.4s
22:07:25 [2021-06-24T22:07:25.649Z] #26 ...
22:07:25 [2021-06-24T22:07:25.649Z] 
22:07:25 [2021-06-24T22:07:25.649Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
22:07:25 [2021-06-24T22:07:25.649Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
22:07:25 [2021-06-24T22:07:25.649Z] #42 DONE 0.7s
22:07:25 [2021-06-24T22:07:25.649Z] 
22:07:25 [2021-06-24T22:07:25.649Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:25 [2021-06-24T22:07:25.649Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:25 [2021-06-24T22:07:25.649Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 20.97MB / 50.44MB 0.5s
22:07:25 [2021-06-24T22:07:25.909Z] #26 ...
22:07:25 [2021-06-24T22:07:25.909Z] 
22:07:25 [2021-06-24T22:07:25.909Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
22:07:25 [2021-06-24T22:07:25.909Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
22:07:25 [2021-06-24T22:07:25.909Z] #42 DONE 0.0s
22:07:25 [2021-06-24T22:07:25.909Z] 
22:07:25 [2021-06-24T22:07:25.909Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:25 [2021-06-24T22:07:25.909Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:25 [2021-06-24T22:07:25.909Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 29.04MB / 50.44MB 0.6s
22:07:25 [2021-06-24T22:07:25.909Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 32.23MB / 50.44MB 0.7s
22:07:26 [2021-06-24T22:07:26.179Z] 
22:07:26 [2021-06-24T22:07:26.179Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:26 [2021-06-24T22:07:26.179Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:07:26 [2021-06-24T22:07:26.179Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done
22:07:26 [2021-06-24T22:07:26.179Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
22:07:26 [2021-06-24T22:07:26.179Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:26 [2021-06-24T22:07:26.179Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
22:07:26 [2021-06-24T22:07:26.179Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.3s
22:07:26 [2021-06-24T22:07:26.220Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 0.9s
22:07:26 [2021-06-24T22:07:26.442Z] #63 ...
22:07:26 [2021-06-24T22:07:26.442Z] 
22:07:26 [2021-06-24T22:07:26.442Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
22:07:26 [2021-06-24T22:07:26.442Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
22:07:26 [2021-06-24T22:07:26.442Z] #42 DONE 0.0s
22:07:26 [2021-06-24T22:07:26.442Z] 
22:07:26 [2021-06-24T22:07:26.442Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:26 [2021-06-24T22:07:26.442Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:07:26 [2021-06-24T22:07:26.442Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 0.4s
22:07:26 [2021-06-24T22:07:26.442Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.44MB / 9.86MB 0.6s
22:07:26 [2021-06-24T22:07:26.705Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done
22:07:26 [2021-06-24T22:07:26.705Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
22:07:26 [2021-06-24T22:07:26.807Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.4s done
22:07:27 [2021-06-24T22:07:27.068Z] #59 DONE 72.1s
22:07:27 [2021-06-24T22:07:27.068Z] 
22:07:27 [2021-06-24T22:07:27.068Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:27 [2021-06-24T22:07:27.068Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:27 [2021-06-24T22:07:27.068Z] #53 69.51 go/doc
22:07:27 [2021-06-24T22:07:27.068Z] #53 71.87 compress/flate
22:07:27 [2021-06-24T22:07:27.068Z] #53 72.00 github.com/LK4D4/vndr/build
22:07:27 [2021-06-24T22:07:27.069Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c
22:07:29 [2021-06-24T22:07:29.599Z] #53 74.35 compress/gzip
22:07:29 [2021-06-24T22:07:29.599Z] #53 74.39 crypto/rsa
22:07:29 [2021-06-24T22:07:29.599Z] #53 74.77 crypto/dsa
22:07:29 [2021-06-24T22:07:29.856Z] #53 75.04 crypto/x509/pkix
22:07:30 [2021-06-24T22:07:30.421Z] #53 75.43 vendor/golang.org/x/crypto/chacha20
22:07:30 [2021-06-24T22:07:30.421Z] #53 75.44 net
22:07:30 [2021-06-24T22:07:30.679Z] #53 75.73 vendor/golang.org/x/crypto/poly1305
22:07:30 [2021-06-24T22:07:30.917Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.7s done
22:07:30 [2021-06-24T22:07:30.917Z] #63 DONE 4.9s
22:07:30 [2021-06-24T22:07:30.917Z] 
22:07:30 [2021-06-24T22:07:30.917Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:30 [2021-06-24T22:07:30.917Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 0.2s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 1.86kB / 1.86kB done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.2s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 1.2s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.3s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 2.4s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 71.00MB / 129.05MB 4.2s
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 58.72MB / 68.75MB 4.2s
22:07:30 [2021-06-24T22:07:30.917Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 1.4s
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 3.4s done
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 87.03MB / 129.05MB 4.5s
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.5s
22:07:30 [2021-06-24T22:07:30.917Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 98.81MB / 129.05MB 4.6s
22:07:30 [2021-06-24T22:07:30.936Z] #53 76.05 vendor/golang.org/x/sys/cpu
22:07:31 [2021-06-24T22:07:31.096Z] Client:
22:07:31 [2021-06-24T22:07:31.096Z]  Context:    default
22:07:31 [2021-06-24T22:07:31.096Z]  Debug Mode: false
22:07:31 [2021-06-24T22:07:31.096Z]  Plugins:
22:07:31 [2021-06-24T22:07:31.096Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
22:07:31 [2021-06-24T22:07:31.096Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
22:07:31 [2021-06-24T22:07:31.096Z]   scan: Docker Scan (Docker Inc., v0.7.0)
22:07:31 [2021-06-24T22:07:31.096Z] 
22:07:31 [2021-06-24T22:07:31.096Z] Server:
22:07:31 [2021-06-24T22:07:31.096Z]  Containers: 0
22:07:31 [2021-06-24T22:07:31.096Z]   Running: 0
22:07:31 [2021-06-24T22:07:31.096Z]   Paused: 0
22:07:31 [2021-06-24T22:07:31.096Z]   Stopped: 0
22:07:31 [2021-06-24T22:07:31.096Z]  Images: 0
22:07:31 [2021-06-24T22:07:31.096Z]  Server Version: 20.10.6
22:07:31 [2021-06-24T22:07:31.096Z]  Storage Driver: overlay2
22:07:31 [2021-06-24T22:07:31.096Z]   Backing Filesystem: extfs
22:07:31 [2021-06-24T22:07:31.096Z]   Supports d_type: true
22:07:31 [2021-06-24T22:07:31.096Z]   Native Overlay Diff: true
22:07:31 [2021-06-24T22:07:31.096Z]   userxattr: false
22:07:31 [2021-06-24T22:07:31.096Z]  Logging Driver: json-file
22:07:31 [2021-06-24T22:07:31.096Z]  Cgroup Driver: systemd
22:07:31 [2021-06-24T22:07:31.096Z]  Cgroup Version: 2
22:07:31 [2021-06-24T22:07:31.096Z]  Plugins:
22:07:31 [2021-06-24T22:07:31.096Z]   Volume: local
22:07:31 [2021-06-24T22:07:31.096Z]   Network: bridge host ipvlan macvlan null overlay
22:07:31 [2021-06-24T22:07:31.096Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
22:07:31 [2021-06-24T22:07:31.096Z]  Swarm: inactive
22:07:31 [2021-06-24T22:07:31.096Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
22:07:31 [2021-06-24T22:07:31.096Z]  Default Runtime: runc
22:07:31 [2021-06-24T22:07:31.096Z]  Init Binary: docker-init
22:07:31 [2021-06-24T22:07:31.096Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
22:07:31 [2021-06-24T22:07:31.096Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
22:07:31 [2021-06-24T22:07:31.096Z]  init version: de40ad0
22:07:31 [2021-06-24T22:07:31.096Z]  Security Options:
22:07:31 [2021-06-24T22:07:31.096Z]   apparmor
22:07:31 [2021-06-24T22:07:31.096Z]   seccomp
22:07:31 [2021-06-24T22:07:31.096Z]    Profile: default
22:07:31 [2021-06-24T22:07:31.096Z]   cgroupns
22:07:31 [2021-06-24T22:07:31.096Z]  Kernel Version: 5.4.0-1048-aws
22:07:31 [2021-06-24T22:07:31.096Z]  Operating System: Ubuntu 20.04.2 LTS
22:07:31 [2021-06-24T22:07:31.096Z]  OSType: linux
22:07:31 [2021-06-24T22:07:31.096Z]  Architecture: x86_64
22:07:31 [2021-06-24T22:07:31.096Z]  CPUs: 2
22:07:31 [2021-06-24T22:07:31.096Z]  Total Memory: 7.569GiB
22:07:31 [2021-06-24T22:07:31.096Z]  Name: ip-10-100-61-94
22:07:31 [2021-06-24T22:07:31.096Z]  ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP
22:07:31 [2021-06-24T22:07:31.096Z]  Docker Root Dir: /var/lib/docker
22:07:31 [2021-06-24T22:07:31.096Z]  Debug Mode: false
22:07:31 [2021-06-24T22:07:31.096Z]  Registry: https://index.docker.io/v1/
22:07:31 [2021-06-24T22:07:31.096Z]  Labels:
22:07:31 [2021-06-24T22:07:31.096Z]  Experimental: true
22:07:31 [2021-06-24T22:07:31.096Z]  Insecure Registries:
22:07:31 [2021-06-24T22:07:31.096Z]   127.0.0.0/8
22:07:31 [2021-06-24T22:07:31.096Z]  Live Restore Enabled: true
22:07:31 [2021-06-24T22:07:31.096Z] 
22:07:31 [2021-06-24T22:07:31.096Z] WARNING: No kernel memory limit support
22:07:31 [2021-06-24T22:07:31.096Z] WARNING: No oom kill disable support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
22:07:31 [2021-06-24T22:07:31.182Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 106.50MB / 129.05MB 4.7s
22:07:31 [2021-06-24T22:07:31.193Z] #53 76.33 vendor/golang.org/x/crypto/chacha20poly1305
22:07:31 [2021-06-24T22:07:31.270Z] #26 ...
22:07:31 [2021-06-24T22:07:31.270Z] 
22:07:31 [2021-06-24T22:07:31.270Z] #23 [internal] load build context
22:07:31 [2021-06-24T22:07:31.270Z] #23 sha256:620dec0ffa88271658d797870ac334c2cbb1494151960ef10098d6a25298ffe7
22:07:31 [2021-06-24T22:07:31.270Z] #23 transferring context: 55.85MB 5.2s done
22:07:31 [2021-06-24T22:07:31.270Z] #23 DONE 6.3s
22:07:31 [2021-06-24T22:07:31.270Z] 
22:07:31 [2021-06-24T22:07:31.270Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:31 [2021-06-24T22:07:31.270Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 0.1s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 0.5s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 1.86kB / 1.86kB done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.4s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.3s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 2.4s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 3.1s done
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 6.1s
22:07:31 [2021-06-24T22:07:31.270Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 3.2s done
22:07:31 [2021-06-24T22:07:31.445Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 124.78MB / 129.05MB 5.0s
22:07:31 [2021-06-24T22:07:31.449Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 .
22:07:31 [2021-06-24T22:07:31.533Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 6.1s done
22:07:31 [2021-06-24T22:07:31.709Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 5.3s done
22:07:31 [2021-06-24T22:07:31.710Z] #2 [internal] load .dockerignore
22:07:31 [2021-06-24T22:07:31.710Z] #2 sha256:63354f0e3920dbe79f1b39279fbdf92cbab4d96c0d54b0fe9abfab48521f348a
22:07:31 [2021-06-24T22:07:31.796Z] #9 ...
22:07:31 [2021-06-24T22:07:31.796Z] 
22:07:31 [2021-06-24T22:07:31.796Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:31 [2021-06-24T22:07:31.796Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:07:31 [2021-06-24T22:07:31.796Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
22:07:31 [2021-06-24T22:07:31.796Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
22:07:31 [2021-06-24T22:07:31.796Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
22:07:31 [2021-06-24T22:07:31.796Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:31 [2021-06-24T22:07:31.796Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.8s done
22:07:31 [2021-06-24T22:07:31.796Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.4s done
22:07:31 [2021-06-24T22:07:31.796Z] #63 DONE 6.5s
22:07:31 [2021-06-24T22:07:31.796Z] 
22:07:31 [2021-06-24T22:07:31.796Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:31 [2021-06-24T22:07:31.796Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:31 [2021-06-24T22:07:31.796Z] #26 ...
22:07:31 [2021-06-24T22:07:31.796Z] 
22:07:31 [2021-06-24T22:07:31.796Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:31 [2021-06-24T22:07:31.796Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:07:31 [2021-06-24T22:07:31.796Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
22:07:31 [2021-06-24T22:07:31.796Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:31 [2021-06-24T22:07:31.796Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:07:31 [2021-06-24T22:07:31.796Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:07:31 [2021-06-24T22:07:31.796Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.7s done
22:07:31 [2021-06-24T22:07:31.796Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.6s done
22:07:31 [2021-06-24T22:07:31.796Z] #65 DONE 6.6s
22:07:31 [2021-06-24T22:07:31.796Z] 
22:07:31 [2021-06-24T22:07:31.796Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:31 [2021-06-24T22:07:31.796Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:32 [2021-06-24T22:07:32.055Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.1s
22:07:32 [2021-06-24T22:07:32.125Z] #53 77.07 vendor/golang.org/x/crypto/curve25519
22:07:32 [2021-06-24T22:07:32.282Z] #2 transferring context: 87B done
22:07:32 [2021-06-24T22:07:32.382Z] #53 77.61 vendor/golang.org/x/crypto/hkdf
22:07:32 [2021-06-24T22:07:32.543Z] #2 DONE 1.0s
22:07:32 [2021-06-24T22:07:32.543Z] 
22:07:32 [2021-06-24T22:07:32.543Z] #1 [internal] load build definition from Dockerfile
22:07:32 [2021-06-24T22:07:32.543Z] #1 sha256:4f5a07e1fa7bd30f18de98c84815bc01b52e069fbce9318eecf3c8ae10d99bff
22:07:32 [2021-06-24T22:07:32.543Z] #1 transferring dockerfile: 16.59kB done
22:07:32 [2021-06-24T22:07:32.543Z] #1 DONE 1.2s
22:07:32 [2021-06-24T22:07:32.640Z] #53 77.71 vendor/golang.org/x/text/transform
22:07:33 [2021-06-24T22:07:33.117Z] 
22:07:33 [2021-06-24T22:07:33.117Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
22:07:33 [2021-06-24T22:07:33.117Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
22:07:33 [2021-06-24T22:07:33.206Z] #53 78.15 vendor/golang.org/x/text/unicode/bidi
22:07:33 [2021-06-24T22:07:33.652Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 7.0s done
22:07:33 [2021-06-24T22:07:33.652Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.5s done
22:07:33 [2021-06-24T22:07:33.913Z] #9 ...
22:07:33 [2021-06-24T22:07:33.913Z] 
22:07:33 [2021-06-24T22:07:33.913Z] #23 [internal] load build context
22:07:33 [2021-06-24T22:07:33.913Z] #23 sha256:f90d9ca757cf6282319a76182df9e46fac7fc96ac1991059969455180f4b243f
22:07:33 [2021-06-24T22:07:33.913Z] #23 transferring context: 55.85MB 6.2s done
22:07:33 [2021-06-24T22:07:33.913Z] #23 DONE 8.1s
22:07:33 [2021-06-24T22:07:33.913Z] 
22:07:33 [2021-06-24T22:07:33.913Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:33 [2021-06-24T22:07:33.913Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:33 [2021-06-24T22:07:33.913Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.2s done
22:07:33 [2021-06-24T22:07:33.913Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done
22:07:33 [2021-06-24T22:07:33.913Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done
22:07:33 [2021-06-24T22:07:33.913Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done
22:07:33 [2021-06-24T22:07:33.913Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.3s done
22:07:33 [2021-06-24T22:07:33.913Z] #26 ...
22:07:33 [2021-06-24T22:07:33.913Z] 
22:07:33 [2021-06-24T22:07:33.913Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:33 [2021-06-24T22:07:33.913Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:07:33 [2021-06-24T22:07:33.913Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
22:07:33 [2021-06-24T22:07:33.913Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:07:33 [2021-06-24T22:07:33.913Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:33 [2021-06-24T22:07:33.913Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:07:33 [2021-06-24T22:07:33.913Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.2s done
22:07:33 [2021-06-24T22:07:33.913Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.9s done
22:07:33 [2021-06-24T22:07:33.913Z] #65 DONE 8.0s
22:07:34 [2021-06-24T22:07:34.137Z] #53 79.28 vendor/golang.org/x/text/secure/bidirule
22:07:34 [2021-06-24T22:07:34.175Z] 
22:07:34 [2021-06-24T22:07:34.175Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:34 [2021-06-24T22:07:34.175Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:34 [2021-06-24T22:07:34.175Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62
22:07:34 [2021-06-24T22:07:34.394Z] #53 79.48 vendor/golang.org/x/text/unicode/norm
22:07:34 [2021-06-24T22:07:34.439Z] #9 ...
22:07:34 [2021-06-24T22:07:34.439Z] 
22:07:34 [2021-06-24T22:07:34.439Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:34 [2021-06-24T22:07:34.439Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:34 [2021-06-24T22:07:34.439Z] #26 DONE 8.4s
22:07:34 [2021-06-24T22:07:34.504Z] #3 DONE 1.3s
22:07:34 [2021-06-24T22:07:34.504Z] 
22:07:34 [2021-06-24T22:07:34.504Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
22:07:34 [2021-06-24T22:07:34.504Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
22:07:34 [2021-06-24T22:07:34.504Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
22:07:34 [2021-06-24T22:07:34.504Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.1s done
22:07:34 [2021-06-24T22:07:34.504Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
22:07:34 [2021-06-24T22:07:34.504Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
22:07:34 [2021-06-24T22:07:34.504Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
22:07:34 [2021-06-24T22:07:34.595Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 7.0s done
22:07:34 [2021-06-24T22:07:34.704Z] 
22:07:34 [2021-06-24T22:07:34.704Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:34 [2021-06-24T22:07:34.704Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:34 [2021-06-24T22:07:34.765Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.4s
22:07:34 [2021-06-24T22:07:34.855Z] #26 DONE 9.7s
22:07:34 [2021-06-24T22:07:34.856Z] 
22:07:34 [2021-06-24T22:07:34.856Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:34 [2021-06-24T22:07:34.856Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:34 [2021-06-24T22:07:34.856Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62
22:07:35 [2021-06-24T22:07:35.026Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 3.15MB / 9.64MB 0.5s
22:07:35 [2021-06-24T22:07:35.275Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.8s done
22:07:35 [2021-06-24T22:07:35.293Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.7s
22:07:35 [2021-06-24T22:07:35.293Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.8s done
22:07:35 [2021-06-24T22:07:35.293Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
22:07:35 [2021-06-24T22:07:35.536Z] #9 ...
22:07:35 [2021-06-24T22:07:35.536Z] 
22:07:35 [2021-06-24T22:07:35.536Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:07:35 [2021-06-24T22:07:35.536Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:07:35 [2021-06-24T22:07:35.536Z] #64 DONE 0.8s
22:07:35 [2021-06-24T22:07:35.536Z] 
22:07:35 [2021-06-24T22:07:35.536Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:35 [2021-06-24T22:07:35.536Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:35 [2021-06-24T22:07:35.536Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277
22:07:35 [2021-06-24T22:07:35.554Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
22:07:35 [2021-06-24T22:07:35.799Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 1.0s done
22:07:35 [2021-06-24T22:07:35.815Z] #4 DONE 1.4s
22:07:36 [2021-06-24T22:07:36.076Z] 
22:07:36 [2021-06-24T22:07:36.076Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:36 [2021-06-24T22:07:36.076Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:07:36 [2021-06-24T22:07:36.107Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.5s done
22:07:36 [2021-06-24T22:07:36.368Z] #9 ...
22:07:36 [2021-06-24T22:07:36.368Z] 
22:07:36 [2021-06-24T22:07:36.368Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:07:36 [2021-06-24T22:07:36.368Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:07:36 [2021-06-24T22:07:36.368Z] #66 DONE 0.8s
22:07:36 [2021-06-24T22:07:36.368Z] 
22:07:36 [2021-06-24T22:07:36.369Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:07:36 [2021-06-24T22:07:36.369Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:07:36 [2021-06-24T22:07:36.369Z] #9 ...
22:07:36 [2021-06-24T22:07:36.369Z] 
22:07:36 [2021-06-24T22:07:36.369Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:07:36 [2021-06-24T22:07:36.369Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:07:36 [2021-06-24T22:07:36.369Z] #64 DONE 0.9s
22:07:36 [2021-06-24T22:07:36.369Z] 
22:07:36 [2021-06-24T22:07:36.369Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:36 [2021-06-24T22:07:36.369Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:36 [2021-06-24T22:07:36.369Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277
22:07:36 [2021-06-24T22:07:36.643Z] #27 2.016 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
22:07:36 [2021-06-24T22:07:36.643Z] #27 2.021 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:07:36 [2021-06-24T22:07:36.643Z] #27 2.035 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:07:36 [2021-06-24T22:07:36.904Z] #27 2.259 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:07:36 [2021-06-24T22:07:36.904Z] #27 2.500 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:07:36 [2021-06-24T22:07:36.919Z] #53 82.07 vendor/golang.org/x/net/idna
22:07:37 [2021-06-24T22:07:37.020Z] #8 ...
22:07:37 [2021-06-24T22:07:37.020Z] 
22:07:37 [2021-06-24T22:07:37.020Z] #6 [internal] load metadata for docker.io/library/golang:1.16.5-buster
22:07:37 [2021-06-24T22:07:37.020Z] #6 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d
22:07:37 [2021-06-24T22:07:37.020Z] #6 DONE 0.8s
22:07:37 [2021-06-24T22:07:37.020Z] 
22:07:37 [2021-06-24T22:07:37.020Z] #5 [internal] load metadata for docker.io/library/debian:buster
22:07:37 [2021-06-24T22:07:37.020Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
22:07:37 [2021-06-24T22:07:37.020Z] #5 DONE 0.8s
22:07:37 [2021-06-24T22:07:37.020Z] 
22:07:37 [2021-06-24T22:07:37.020Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:37 [2021-06-24T22:07:37.020Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:07:37 [2021-06-24T22:07:37.020Z] #7 DONE 0.9s
22:07:37 [2021-06-24T22:07:37.020Z] 
22:07:37 [2021-06-24T22:07:37.020Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:07:37 [2021-06-24T22:07:37.020Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:07:37 [2021-06-24T22:07:37.020Z] #8 DONE 0.9s
22:07:37 [2021-06-24T22:07:37.165Z] #27 2.832 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:07:37 [2021-06-24T22:07:37.309Z] #9 ...
22:07:37 [2021-06-24T22:07:37.309Z] 
22:07:37 [2021-06-24T22:07:37.309Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:07:37 [2021-06-24T22:07:37.309Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:07:37 [2021-06-24T22:07:37.309Z] #66 DONE 1.0s
22:07:37 [2021-06-24T22:07:37.309Z] 
22:07:37 [2021-06-24T22:07:37.309Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:37 [2021-06-24T22:07:37.309Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:37 [2021-06-24T22:07:37.309Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 1.1s done
22:07:37 [2021-06-24T22:07:37.878Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514
22:07:38 [2021-06-24T22:07:38.286Z] #53 83.47 vendor/golang.org/x/net/http2/hpack
22:07:38 [2021-06-24T22:07:38.411Z] 
22:07:38 [2021-06-24T22:07:38.411Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:38 [2021-06-24T22:07:38.411Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:07:38 [2021-06-24T22:07:38.411Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
22:07:38 [2021-06-24T22:07:38.411Z] #65 DONE 0.1s
22:07:38 [2021-06-24T22:07:38.412Z] 
22:07:38 [2021-06-24T22:07:38.412Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:38 [2021-06-24T22:07:38.412Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:07:38 [2021-06-24T22:07:38.412Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
22:07:38 [2021-06-24T22:07:38.412Z] #63 DONE 0.1s
22:07:38 [2021-06-24T22:07:38.412Z] 
22:07:38 [2021-06-24T22:07:38.412Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:38 [2021-06-24T22:07:38.412Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:38 [2021-06-24T22:07:38.412Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 0.1s done
22:07:38 [2021-06-24T22:07:38.412Z] #9 DONE 0.1s
22:07:38 [2021-06-24T22:07:38.412Z] 
22:07:38 [2021-06-24T22:07:38.412Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:38 [2021-06-24T22:07:38.412Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:38 [2021-06-24T22:07:38.412Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:38 [2021-06-24T22:07:38.412Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.1s done
22:07:38 [2021-06-24T22:07:38.673Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done
22:07:38 [2021-06-24T22:07:38.673Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done
22:07:38 [2021-06-24T22:07:38.934Z] #26 ...
22:07:38 [2021-06-24T22:07:38.934Z] 
22:07:38 [2021-06-24T22:07:38.934Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
22:07:38 [2021-06-24T22:07:38.934Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
22:07:38 [2021-06-24T22:07:38.934Z] #42 DONE 0.0s
22:07:38 [2021-06-24T22:07:38.934Z] 
22:07:38 [2021-06-24T22:07:38.934Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:38 [2021-06-24T22:07:38.934Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:38 [2021-06-24T22:07:38.934Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done
22:07:38 [2021-06-24T22:07:38.934Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0B / 50.44MB 0.1s
22:07:39 [2021-06-24T22:07:39.083Z] #27 4.588 Fetched 8453 kB in 3s (3018 kB/s)
22:07:39 [2021-06-24T22:07:39.196Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 3.06MB / 50.44MB 0.2s
22:07:39 [2021-06-24T22:07:39.196Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 9.44MB / 50.44MB 0.3s
22:07:39 [2021-06-24T22:07:39.215Z] #53 84.30 mime
22:07:39 [2021-06-24T22:07:39.465Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 18.87MB / 50.44MB 0.4s
22:07:39 [2021-06-24T22:07:39.465Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 26.21MB / 50.44MB 0.5s
22:07:39 [2021-06-24T22:07:39.465Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 44.18MB / 50.44MB 0.7s
22:07:39 [2021-06-24T22:07:39.780Z] #53 ...
22:07:39 [2021-06-24T22:07:39.780Z] 
22:07:39 [2021-06-24T22:07:39.780Z] #17 [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
22:07:39 [2021-06-24T22:07:39.780Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:07:39 [2021-06-24T22:07:39.780Z] #17 48.06 Reading package lists...
22:07:40 [2021-06-24T22:07:40.026Z] #27 4.588 Reading package lists...
22:07:40 [2021-06-24T22:07:40.036Z] #17 64.44 Reading package lists...
22:07:40 [2021-06-24T22:07:40.036Z] #17 ...
22:07:40 [2021-06-24T22:07:40.036Z] 
22:07:40 [2021-06-24T22:07:40.036Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:40 [2021-06-24T22:07:40.036Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:40 [2021-06-24T22:07:40.036Z] #53 85.24 mime/quotedprintable
22:07:40 [2021-06-24T22:07:40.041Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 0.9s
22:07:40 [2021-06-24T22:07:40.293Z] #53 85.46 net/http/internal
22:07:40 [2021-06-24T22:07:40.599Z] #27 5.624 Reading package lists...
22:07:40 [2021-06-24T22:07:40.599Z] #27 ...
22:07:40 [2021-06-24T22:07:40.599Z] 
22:07:40 [2021-06-24T22:07:40.599Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:40 [2021-06-24T22:07:40.599Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:40 [2021-06-24T22:07:40.599Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 4.1s
22:07:40 [2021-06-24T22:07:40.631Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.6s done
22:07:41 [2021-06-24T22:07:41.211Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c
22:07:42 [2021-06-24T22:07:42.156Z] #26 ...
22:07:42 [2021-06-24T22:07:42.156Z] 
22:07:42 [2021-06-24T22:07:42.156Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:42 [2021-06-24T22:07:42.156Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:07:42 [2021-06-24T22:07:42.156Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:42 [2021-06-24T22:07:42.156Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
22:07:42 [2021-06-24T22:07:42.156Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
22:07:42 [2021-06-24T22:07:42.156Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
22:07:42 [2021-06-24T22:07:42.156Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done
22:07:42 [2021-06-24T22:07:42.156Z] #63 DONE 3.8s
22:07:42 [2021-06-24T22:07:42.465Z] 
22:07:42 [2021-06-24T22:07:42.465Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698 1.86kB / 1.86kB done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.7s done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.7s done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.0s done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 1.9s done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 67.11MB / 129.05MB 3.4s
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 14.68MB / 68.75MB 3.4s
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 3.1s done
22:07:42 [2021-06-24T22:07:42.465Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 19.92MB / 68.75MB 3.5s
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 80.74MB / 129.05MB 3.7s
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 31.46MB / 68.75MB 3.7s
22:07:42 [2021-06-24T22:07:42.732Z] #9 ...
22:07:42 [2021-06-24T22:07:42.732Z] 
22:07:42 [2021-06-24T22:07:42.732Z] #23 [internal] load build context
22:07:42 [2021-06-24T22:07:42.732Z] #23 sha256:f5ba9411c7e8fba3880de3502972e522092f2f4fd64f3288b09cbbe42b23f07e
22:07:42 [2021-06-24T22:07:42.732Z] #23 transferring context: 55.84MB 4.2s done
22:07:42 [2021-06-24T22:07:42.732Z] #23 DONE 4.5s
22:07:42 [2021-06-24T22:07:42.732Z] 
22:07:42 [2021-06-24T22:07:42.732Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 88.08MB / 129.05MB 3.8s
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 36.70MB / 68.75MB 3.8s
22:07:42 [2021-06-24T22:07:42.732Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 40.89MB / 68.75MB 3.9s
22:07:42 [2021-06-24T22:07:42.816Z] #53 87.70 crypto/tls
22:07:42 [2021-06-24T22:07:42.995Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 96.47MB / 129.05MB 4.1s
22:07:42 [2021-06-24T22:07:42.995Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 56.18MB / 68.75MB 4.1s
22:07:43 [2021-06-24T22:07:43.146Z] #9 ...
22:07:43 [2021-06-24T22:07:43.146Z] 
22:07:43 [2021-06-24T22:07:43.146Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:07:43 [2021-06-24T22:07:43.146Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:07:43 [2021-06-24T22:07:43.146Z] #27 5.624 Reading package lists...
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.593 Building dependency tree...
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968 The following additional packages will be installed:
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968 Suggested packages:
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968   krb5-doc krb5-user
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968 Recommended packages:
22:07:43 [2021-06-24T22:07:43.146Z] #27 6.968   krb5-locales publicsuffix libsasl2-modules
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.296 The following NEW packages will be installed:
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.297   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.297   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.297   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.298   libssh2-1 libssl1.1 openssl
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.689 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.689 Need to get 5059 kB of archives.
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.689 After this operation, 12.1 MB of additional disk space will be used.
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.689 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.744 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.757 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.762 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.764 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.768 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.772 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.777 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.782 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.784 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.787 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.791 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.793 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.795 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.809 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.809 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.809 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.809 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.813 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.816 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 7.820 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.080 debconf: delaying package configuration, since apt-utils is not installed
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.106 Fetched 5059 kB in 0s (10.3 MB/s)
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.152 Selecting previously unselected package libssl1.1:amd64.
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.152 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.156 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.164 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.388 Selecting previously unselected package openssl.
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.388 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.393 Unpacking openssl (1.1.1d-0+deb10u6) ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.544 Selecting previously unselected package ca-certificates.
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.544 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.548 Unpacking ca-certificates (20200601~deb10u2) ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.667 Selecting previously unselected package libkeyutils1:amd64.
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.667 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.675 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.717 Selecting previously unselected package libkrb5support0:amd64.
22:07:43 [2021-06-24T22:07:43.146Z] #27 8.717 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.163Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 5.1s
22:07:43 [2021-06-24T22:07:43.256Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 65.01MB / 68.75MB 4.2s
22:07:43 [2021-06-24T22:07:43.256Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 110.10MB / 129.05MB 4.3s
22:07:43 [2021-06-24T22:07:43.256Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.3s
22:07:43 [2021-06-24T22:07:43.256Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 119.54MB / 129.05MB 4.4s
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.719 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.771 Selecting previously unselected package libk5crypto3:amd64.
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.773 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.777 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.835 Selecting previously unselected package libkrb5-3:amd64.
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.835 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.408Z] #27 8.838 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.517Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 4.5s
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.010 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.010 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.013 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.069 Selecting previously unselected package libsasl2-modules-db:amd64.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.069 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.113 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.165 Selecting previously unselected package libsasl2-2:amd64.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.165 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.168 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.226 Selecting previously unselected package libldap-common.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.226 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.232 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.284 Selecting previously unselected package libldap-2.4-2:amd64.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.284 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.289 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.352 Selecting previously unselected package libnghttp2-14:amd64.
22:07:43 [2021-06-24T22:07:43.669Z] #27 9.352 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.732Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 5.7s done
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.360 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.426 Selecting previously unselected package libpsl5:amd64.
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.426 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.430 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.468 Selecting previously unselected package librtmp1:amd64.
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.468 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.470 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.510 Selecting previously unselected package libssh2-1:amd64.
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.510 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.514 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.582 Selecting previously unselected package libcurl4:amd64.
22:07:43 [2021-06-24T22:07:43.930Z] #27 9.582 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.192Z] #27 9.585 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:07:44 [2021-06-24T22:07:44.192Z] #27 9.834 Selecting previously unselected package curl.
22:07:44 [2021-06-24T22:07:44.192Z] #27 9.834 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.303Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564
22:07:44 [2021-06-24T22:07:44.454Z] #27 9.841 Unpacking curl (7.64.0-4+deb10u2) ...
22:07:44 [2021-06-24T22:07:44.454Z] #27 9.923 Selecting previously unselected package libonig5:amd64.
22:07:44 [2021-06-24T22:07:44.454Z] #27 9.923 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.454Z] #27 9.925 Unpacking libonig5:amd64 (6.9.1-1) ...
22:07:44 [2021-06-24T22:07:44.454Z] #27 10.01 Selecting previously unselected package libjq1:amd64.
22:07:44 [2021-06-24T22:07:44.454Z] #27 10.01 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.454Z] #27 10.01 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.12 Selecting previously unselected package jq.
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.12 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.12 Unpacking jq (1.5+dfsg-2+b1) ...
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.20 Setting up libkeyutils1:amd64 (1.6-6) ...
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.22 Setting up libpsl5:amd64 (0.20.2-2) ...
22:07:44 [2021-06-24T22:07:44.715Z] #27 10.22 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #9 ...
22:07:44 [2021-06-24T22:07:44.873Z] 
22:07:44 [2021-06-24T22:07:44.873Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:07:44 [2021-06-24T22:07:44.873Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:07:44 [2021-06-24T22:07:44.873Z] #27 1.665 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 1.665 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 1.680 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 1.835 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 2.083 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 2.580 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 4.078 Fetched 8453 kB in 3s (3176 kB/s)
22:07:44 [2021-06-24T22:07:44.873Z] #27 4.078 Reading package lists...
22:07:44 [2021-06-24T22:07:44.873Z] #27 5.096 Reading package lists...
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.032 Building dependency tree...
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431 The following additional packages will be installed:
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431 Suggested packages:
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431   krb5-doc krb5-user
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431 Recommended packages:
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.431   krb5-locales publicsuffix libsasl2-modules
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.678 The following NEW packages will be installed:
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.679   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.679   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.679   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.680   libssh2-1 libssl1.1 openssl
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.953 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.953 Need to get 5059 kB of archives.
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.953 After this operation, 12.1 MB of additional disk space will be used.
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.953 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 6.991 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.001 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.008 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.010 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.013 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.018 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.031 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.031 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.031 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.031 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.031 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.035 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.035 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.035 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.035 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.038 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.043 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.051 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.053 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.054 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.284 debconf: delaying package configuration, since apt-utils is not installed
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.319 Fetched 5059 kB in 0s (14.1 MB/s)
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.367 Selecting previously unselected package libssl1.1:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.367 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.377 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.395 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.782 Selecting previously unselected package openssl.
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.782 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 7.791 Unpacking openssl (1.1.1d-0+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.017 Selecting previously unselected package ca-certificates.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.017 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.028 Unpacking ca-certificates (20200601~deb10u2) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.138 Selecting previously unselected package libkeyutils1:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.138 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.143 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.215 Selecting previously unselected package libkrb5support0:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.215 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.224 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.438 Selecting previously unselected package libk5crypto3:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.442 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.455 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.618 Selecting previously unselected package libkrb5-3:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.621 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.642 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.906 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.909 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 8.921 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.007 Selecting previously unselected package libsasl2-modules-db:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.007 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.013 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.065 Selecting previously unselected package libsasl2-2:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.065 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.070 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.116 Selecting previously unselected package libldap-common.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.118 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.123 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.172 Selecting previously unselected package libldap-2.4-2:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.174 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.182 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.251 Selecting previously unselected package libnghttp2-14:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.251 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.256 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.318 Selecting previously unselected package libpsl5:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.318 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.324 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.374 Selecting previously unselected package librtmp1:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.374 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.381 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.434 Selecting previously unselected package libssh2-1:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.434 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.439 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.509 Selecting previously unselected package libcurl4:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.509 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.514 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.602 Selecting previously unselected package curl.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.602 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.604 Unpacking curl (7.64.0-4+deb10u2) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.698 Selecting previously unselected package libonig5:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.698 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.706 Unpacking libonig5:amd64 (6.9.1-1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.821 Selecting previously unselected package libjq1:amd64.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.822 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.828 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.902 Selecting previously unselected package jq.
22:07:44 [2021-06-24T22:07:44.873Z] #27 9.902 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:07:44 [2021-06-24T22:07:44.874Z] #27 9.907 Unpacking jq (1.5+dfsg-2+b1) ...
22:07:44 [2021-06-24T22:07:44.874Z] #27 9.995 Setting up libkeyutils1:amd64 (1.6-6) ...
22:07:44 [2021-06-24T22:07:44.874Z] #27 10.01 Setting up libpsl5:amd64 (0.20.2-2) ...
22:07:44 [2021-06-24T22:07:44.874Z] #27 10.04 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.43 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.44 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.45 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.46 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.48 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.49 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.50 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.51 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.52 Setting up openssl (1.1.1d-0+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.53 Setting up libonig5:amd64 (6.9.1-1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.55 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:07:44 [2021-06-24T22:07:44.977Z] #27 10.57 Setting up ca-certificates (20200601~deb10u2) ...
22:07:45 [2021-06-24T22:07:45.133Z] #27 ...
22:07:45 [2021-06-24T22:07:45.133Z] 
22:07:45 [2021-06-24T22:07:45.133Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:45 [2021-06-24T22:07:45.133Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:45 [2021-06-24T22:07:45.477Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.5s done
22:07:45 [2021-06-24T22:07:45.738Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 6.7s done
22:07:45 [2021-06-24T22:07:45.921Z] #27 11.21 Updating certificates in /etc/ssl/certs...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.25 137 added, 0 removed; done.
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.30 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.31 Setting up jq (1.5+dfsg-2+b1) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.32 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.33 Setting up curl (7.64.0-4+deb10u2) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.34 Processing triggers for libc-bin (2.28-10) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.36 Processing triggers for ca-certificates (20200601~deb10u2) ...
22:07:46 [2021-06-24T22:07:46.872Z] #27 12.37 Updating certificates in /etc/ssl/certs...
22:07:46 [2021-06-24T22:07:46.992Z] #53 91.89 net/http/httptrace
22:07:46 [2021-06-24T22:07:46.992Z] #53 92.03 net/http
22:07:47 [2021-06-24T22:07:47.659Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62
22:07:47 [2021-06-24T22:07:47.820Z] #27 13.11 0 added, 0 removed; done.
22:07:47 [2021-06-24T22:07:47.820Z] #27 13.11 Running hooks in /etc/ca-certificates/update.d...
22:07:47 [2021-06-24T22:07:47.820Z] #27 13.11 done.
22:07:47 [2021-06-24T22:07:47.923Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.4s done
22:07:48 [2021-06-24T22:07:48.184Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 9.3s done
22:07:48 [2021-06-24T22:07:48.360Z] #53 ...
22:07:48 [2021-06-24T22:07:48.360Z] 
22:07:48 [2021-06-24T22:07:48.360Z] #17 [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
22:07:48 [2021-06-24T22:07:48.360Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:07:48 [2021-06-24T22:07:48.360Z] #17 64.44 Reading package lists...
22:07:48 [2021-06-24T22:07:48.360Z] #17 77.37 Building dependency tree...
22:07:48 [2021-06-24T22:07:48.360Z] #17 82.67 The following additional packages will be installed:
22:07:48 [2021-06-24T22:07:48.360Z] #17 82.67   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
22:07:48 [2021-06-24T22:07:48.360Z] #17 82.67   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
22:07:48 [2021-06-24T22:07:48.360Z] #17 82.67   binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu
22:07:48 [2021-06-24T22:07:48.360Z] #17 82.67   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.67   cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.67   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu g++-aarch64-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-8-powerpc64le-linux-gnu gcc-8-powerpc64le-linux-gnu-base
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-8-s390x-linux-gnu gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   gcc-s390x-linux-gnu libasan5-arm64-cross libasan5-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libasan5-armhf-cross libasan5-ppc64el-cross libasan5-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libfile-homedir-perl libfile-which-perl libgcc-8-dev-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross libgcc-8-dev-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libgcc-8-dev-s390x-cross libgcc1-arm64-cross libgcc1-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libgcc1-armhf-cross libgcc1-ppc64el-cross libgcc1-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.68   libgomp1-arm64-cross libgomp1-armel-cross libgomp1-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 libio-string-perl
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libitm1-arm64-cross libitm1-ppc64el-cross libitm1-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   liblocale-gettext-perl liblsan0-arm64-cross liblsan0-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.69   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.70   linux-libc-dev-s390x-cross patch xz-utils
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72 Suggested packages:
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libstdc++6-8-dbg-ppc64el-cross g++-8-multilib-s390x-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libstdc++6-8-dbg-s390x-cross libgcc1-dbg-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross libatomic1-dbg-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross libtsan0-dbg-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libquadmath0-dbg-armhf-cross libgcc1-dbg-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libatomic1-dbg-ppc64el-cross libasan5-dbg-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libubsan1-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libquadmath0-dbg-ppc64el-cross gcc-8-multilib-s390x-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libgcc1-dbg-s390x-cross libgomp1-dbg-s390x-cross libitm1-dbg-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libatomic1-dbg-s390x-cross libasan5-dbg-s390x-cross liblsan0-dbg-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libtsan0-dbg-s390x-cross libubsan1-dbg-s390x-cross libmpx2-dbg-s390x-cross
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libquadmath0-dbg-s390x-cross manpages-dev autoconf automake libtool flex
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libyaml-shell-perl ed diffutils-doc
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72 Recommended packages:
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   fakeroot build-essential libalgorithm-merge-perl libwww-perl
22:07:48 [2021-06-24T22:07:48.361Z] #17 82.72   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
22:07:48 [2021-06-24T22:07:48.445Z] #9 ...
22:07:48 [2021-06-24T22:07:48.445Z] 
22:07:48 [2021-06-24T22:07:48.445Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:07:48 [2021-06-24T22:07:48.445Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:07:48 [2021-06-24T22:07:48.445Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:07:48 [2021-06-24T22:07:48.445Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:07:48 [2021-06-24T22:07:48.445Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:07:48 [2021-06-24T22:07:48.445Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.8s done
22:07:48 [2021-06-24T22:07:48.445Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done
22:07:48 [2021-06-24T22:07:48.445Z] #65 DONE 10.1s
22:07:48 [2021-06-24T22:07:48.445Z] 
22:07:48 [2021-06-24T22:07:48.445Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b
22:07:48 [2021-06-24T22:07:48.445Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9
22:07:48 [2021-06-24T22:07:48.445Z] #26 DONE 10.2s
22:07:48 [2021-06-24T22:07:48.445Z] 
22:07:48 [2021-06-24T22:07:48.445Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:48 [2021-06-24T22:07:48.445Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:48 [2021-06-24T22:07:48.445Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.1s
22:07:49 [2021-06-24T22:07:49.018Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.4s done
22:07:49 [2021-06-24T22:07:49.208Z] #27 DONE 14.8s
22:07:49 [2021-06-24T22:07:49.208Z] 
22:07:49 [2021-06-24T22:07:49.208Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:07:49 [2021-06-24T22:07:49.208Z] #28 sha256:778aa0799817c8b3c352681a382fb259a0270b1caf05c218020b00a2c88d0757
22:07:49 [2021-06-24T22:07:49.343Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.0s
22:07:49 [2021-06-24T22:07:49.474Z] #28 DONE 0.2s
22:07:49 [2021-06-24T22:07:49.474Z] 
22:07:49 [2021-06-24T22:07:49.474Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:07:49 [2021-06-24T22:07:49.474Z] #29 sha256:ea5bd3684a0e4347e38f918d37a75206190228d185c99fd7384adf508ee8057b
22:07:49 [2021-06-24T22:07:49.602Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.3s done
22:07:49 [2021-06-24T22:07:49.861Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0
22:07:50 [2021-06-24T22:07:50.880Z] #29 1.439 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:07:50 [2021-06-24T22:07:50.880Z] #29 1.534 
22:07:50 [2021-06-24T22:07:50.932Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514
22:07:51 [2021-06-24T22:07:51.241Z] #9 ...
22:07:51 [2021-06-24T22:07:51.241Z] 
22:07:51 [2021-06-24T22:07:51.241Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:07:51 [2021-06-24T22:07:51.241Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.26 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.28 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.30 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.32 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.36 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.38 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.40 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.41 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.42 Setting up openssl (1.1.1d-0+deb10u6) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.45 Setting up libonig5:amd64 (6.9.1-1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.46 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.48 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 10.49 Setting up ca-certificates (20200601~deb10u2) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 11.24 Updating certificates in /etc/ssl/certs...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.51 137 added, 0 removed; done.
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.59 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.61 Setting up jq (1.5+dfsg-2+b1) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.62 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.63 Setting up curl (7.64.0-4+deb10u2) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.65 Processing triggers for libc-bin (2.28-10) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.67 Processing triggers for ca-certificates (20200601~deb10u2) ...
22:07:51 [2021-06-24T22:07:51.241Z] #27 12.69 Updating certificates in /etc/ssl/certs...
22:07:51 [2021-06-24T22:07:51.241Z] #27 13.77 0 added, 0 removed; done.
22:07:51 [2021-06-24T22:07:51.241Z] #27 13.77 Running hooks in /etc/ca-certificates/update.d...
22:07:51 [2021-06-24T22:07:51.241Z] #27 13.78 done.
22:07:51 [2021-06-24T22:07:51.241Z] #27 DONE 16.3s
22:07:51 [2021-06-24T22:07:51.241Z] 
22:07:51 [2021-06-24T22:07:51.241Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:51 [2021-06-24T22:07:51.241Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:51 [2021-06-24T22:07:51.241Z] #9 ...
22:07:51 [2021-06-24T22:07:51.241Z] 
22:07:51 [2021-06-24T22:07:51.241Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:07:51 [2021-06-24T22:07:51.241Z] #28 sha256:0c6f0997b7f183d90e93c113c347de4af05d347ff040f8aac3ab202ce2ccc3a8
22:07:51 [2021-06-24T22:07:51.501Z] #28 DONE 0.2s
22:07:51 [2021-06-24T22:07:51.501Z] 
22:07:51 [2021-06-24T22:07:51.501Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:51 [2021-06-24T22:07:51.501Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:51 [2021-06-24T22:07:51.666Z] #29 1.648 
###########                                                               16.2%
##########################                                                36.1%
#######################################                                   55.2%
######################################################                    75.9%
##################################################################        92.0%
######################################################################## 100.0%
22:07:51 [2021-06-24T22:07:51.927Z] #29 2.352 
22:07:51 [2021-06-24T22:07:51.927Z] #29 2.490 
#####################################################                     74.4%
######################################################################## 100.0%
22:07:52 [2021-06-24T22:07:52.188Z] #29 2.615 
22:07:52 [2021-06-24T22:07:52.188Z] #29 2.724 
########################################################                  78.2%
######################################################################## 100.0%
22:07:52 [2021-06-24T22:07:52.188Z] #29 2.843 
22:07:52 [2021-06-24T22:07:52.319Z] #9 ...
22:07:52 [2021-06-24T22:07:52.319Z] 
22:07:52 [2021-06-24T22:07:52.319Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:07:52 [2021-06-24T22:07:52.319Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:07:52 [2021-06-24T22:07:52.319Z] #64 DONE 1.0s
22:07:52 [2021-06-24T22:07:52.319Z] 
22:07:52 [2021-06-24T22:07:52.319Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:52 [2021-06-24T22:07:52.319Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12 The following NEW packages will be installed:
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   crossbuild-essential-armel crossbuild-essential-armhf
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   g++-8-arm-linux-gnueabihf g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-8-powerpc64le-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   gcc-8-powerpc64le-linux-gnu-base gcc-8-s390x-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.12   gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libasan5-ppc64el-cross libasan5-s390x-cross libatomic1-arm64-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libatomic1-armel-cross libatomic1-armhf-cross libatomic1-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libatomic1-s390x-cross libc6-arm64-cross libc6-armel-cross libc6-armhf-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libc6-dev-arm64-cross libc6-dev-armel-cross libc6-dev-armhf-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.540Z] #17 87.13   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
22:07:52 [2021-06-24T22:07:52.714Z] #29 2.985 
#########                                                                 13.0%
##########################                                                36.5%
########################################                                  56.0%
######################################################                    75.3%
####################################################################      94.6%
######################################################################## 100.0%
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libgcc-8-dev-ppc64el-cross libgcc-8-dev-s390x-cross libgcc1-arm64-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libgcc1-armel-cross libgcc1-armhf-cross libgcc1-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libgcc1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.13   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.14   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.15   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
22:07:52 [2021-06-24T22:07:52.798Z] #17 87.15   linux-libc-dev-s390x-cross patch xz-utils
22:07:52 [2021-06-24T22:07:52.977Z] #29 3.516 
22:07:53 [2021-06-24T22:07:53.250Z] #29 3.643 
##                                                                         3.2%
#####                                                                      8.1%
##########                                                                14.4%
22:07:53 [2021-06-24T22:07:53.250Z] #29 ...
22:07:53 [2021-06-24T22:07:53.250Z] 
22:07:53 [2021-06-24T22:07:53.250Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:53 [2021-06-24T22:07:53.250Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:53 [2021-06-24T22:07:53.250Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 7.9s done
22:07:53 [2021-06-24T22:07:53.250Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.4s done
22:07:53 [2021-06-24T22:07:53.250Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 2.7s
22:07:53 [2021-06-24T22:07:53.267Z] #9 ...
22:07:53 [2021-06-24T22:07:53.267Z] 
22:07:53 [2021-06-24T22:07:53.267Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:07:53 [2021-06-24T22:07:53.267Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:07:53 [2021-06-24T22:07:53.267Z] #66 DONE 1.4s
22:07:53 [2021-06-24T22:07:53.267Z] 
22:07:53 [2021-06-24T22:07:53.267Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:53 [2021-06-24T22:07:53.267Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.66 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.66 Need to get 169 MB of archives.
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.66 After this operation, 612 MB of additional disk space will be used.
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:07:53 [2021-06-24T22:07:53.363Z] #17 87.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB]
22:07:53 [2021-06-24T22:07:53.510Z] #9 ...
22:07:53 [2021-06-24T22:07:53.510Z] 
22:07:53 [2021-06-24T22:07:53.510Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:07:53 [2021-06-24T22:07:53.510Z] #29 sha256:ea5bd3684a0e4347e38f918d37a75206190228d185c99fd7384adf508ee8057b
22:07:53 [2021-06-24T22:07:53.621Z] #17 87.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB]
22:07:53 [2021-06-24T22:07:53.621Z] #17 88.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB]
22:07:53 [2021-06-24T22:07:53.621Z] #17 88.13 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-powerpc64le-linux-gnu amd64 2.31.1-16 [2427 kB]
22:07:53 [2021-06-24T22:07:53.879Z] #17 88.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-s390x-linux-gnu amd64 2.31.1-16 [2127 kB]
22:07:53 [2021-06-24T22:07:53.879Z] #17 88.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu-base amd64 8.3.0-2cross1 [190 kB]
22:07:53 [2021-06-24T22:07:53.879Z] #17 88.31 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB]
22:07:54 [2021-06-24T22:07:54.136Z] #17 88.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi-base amd64 8.3.0-2cross1 [190 kB]
22:07:54 [2021-06-24T22:07:54.136Z] #17 88.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6552 kB]
22:07:54 [2021-06-24T22:07:54.394Z] #17 88.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf-base amd64 8.3.0-2cross1 [190 kB]
22:07:54 [2021-06-24T22:07:54.394Z] #17 88.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB]
22:07:54 [2021-06-24T22:07:54.394Z] #17 89.01 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu-base amd64 8.3.0-2cross1 [190 kB]
22:07:54 [2021-06-24T22:07:54.651Z] #17 89.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [6591 kB]
22:07:54 [2021-06-24T22:07:54.651Z] #17 89.28 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu-base amd64 8.3.0-2cross1 [190 kB]
22:07:54 [2021-06-24T22:07:54.655Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 3.9s done
22:07:54 [2021-06-24T22:07:54.801Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 5.1s
22:07:54 [2021-06-24T22:07:54.909Z] #17 89.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-s390x-linux-gnu amd64 8.3.0-2cross1 [5937 kB]
22:07:54 [2021-06-24T22:07:54.918Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564
22:07:55 [2021-06-24T22:07:55.086Z] #29 3.643 
##                                                                         3.2%
#####                                                                      8.1%
##########                                                                14.4%
##############                                                            19.7%
#################                                                         25.0%
#####################                                                     30.1%
#########################                                                 35.1%
#############################                                             40.6%
################################                                          44.7%
####################################                                      50.9%
########################################                                  55.9%
############################################                              61.4%
###############################################                           66.7%
###################################################                       71.9%
#######################################################                   77.1%
###########################################################               82.3%
##############################################################            87.3%
##################################################################        92.7%
######################################################################    97.9%
######################################################################## 100.0%
22:07:55 [2021-06-24T22:07:55.086Z] #29 5.520 
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-aarch64-linux-gnu amd64 4:8.3.0-1 [16.5 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabi amd64 4:8.3.0-1 [16.5 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabihf amd64 4:8.3.0-1 [16.5 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-powerpc64le-linux-gnu amd64 4:8.3.0-1 [16.5 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-s390x-linux-gnu amd64 4:8.3.0-1 [16.5 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.55 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.55 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.56 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.56 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.59 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.60 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.62 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.62 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB]
22:07:55 [2021-06-24T22:07:55.166Z] #17 89.66 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB]
22:07:55 [2021-06-24T22:07:55.348Z] #29 5.835 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:07:55 [2021-06-24T22:07:55.348Z] #29 5.922 
22:07:55 [2021-06-24T22:07:55.424Z] #17 89.86 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B]
22:07:55 [2021-06-24T22:07:55.424Z] #17 89.87 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB]
22:07:55 [2021-06-24T22:07:55.424Z] #17 89.92 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB]
22:07:55 [2021-06-24T22:07:55.424Z] #17 ...
22:07:55 [2021-06-24T22:07:55.424Z] 
22:07:55 [2021-06-24T22:07:55.424Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:55 [2021-06-24T22:07:55.424Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:55 [2021-06-24T22:07:55.424Z] #53 100.6 github.com/LK4D4/vndr/godl
22:07:55 [2021-06-24T22:07:55.609Z] #29 6.013 
######################################################################## 100.0%
22:07:55 [2021-06-24T22:07:55.610Z] #29 6.049 
22:07:55 [2021-06-24T22:07:55.872Z] #29 6.356 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:07:55 [2021-06-24T22:07:55.872Z] #29 6.455 
22:07:55 [2021-06-24T22:07:55.989Z] #53 101.2 github.com/LK4D4/vndr
22:07:56 [2021-06-24T22:07:56.145Z] #29 6.580 
####################################                                      51.1%
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.145Z] #29 6.614 
22:07:56 [2021-06-24T22:07:56.421Z] #29 6.925 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
22:07:56 [2021-06-24T22:07:56.421Z] #29 7.013 
22:07:56 [2021-06-24T22:07:56.717Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 6.9s done
22:07:56 [2021-06-24T22:07:56.717Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0
22:07:56 [2021-06-24T22:07:56.984Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done
22:07:56 [2021-06-24T22:07:56.984Z] #9 DONE 31.9s
22:07:56 [2021-06-24T22:07:56.984Z] 
22:07:56 [2021-06-24T22:07:56.984Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:07:56 [2021-06-24T22:07:56.984Z] #29 sha256:dc83c2ca8ce730b2bc4bedf5350ebe096367f917568a8a93d2cfbbaf417ddbf4
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.006 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.073 
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.190 
############                                                              17.7%
###########################                                               37.5%
#########################################                                 57.6%
#######################################################                   77.4%
######################################################################    97.4%
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.681 
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.786 
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.871 
22:07:56 [2021-06-24T22:07:56.984Z] #29 1.986 
################################################################          89.4%
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 2.071 
22:07:56 [2021-06-24T22:07:56.984Z] #29 2.187 
###########                                                               16.2%
#########################                                                 35.5%
#######################################                                   55.0%
#####################################################                     74.4%
###################################################################       93.7%
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 2.702 
22:07:56 [2021-06-24T22:07:56.984Z] #29 2.817 
###                                                                        4.5%
######                                                                     9.7%
##########                                                                14.8%
##############                                                            20.2%
#################                                                         24.6%
#######################                                                   32.7%
###########################                                               38.0%
###############################                                           43.2%
##################################                                        48.4%
######################################                                    53.6%
##########################################                                58.8%
##############################################                            64.1%
#################################################                         69.2%
#####################################################                     74.5%
#########################################################                 79.5%
#############################################################             84.8%
################################################################          89.0%
####################################################################      95.3%
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 4.671 
22:07:56 [2021-06-24T22:07:56.984Z] #29 4.931 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.005 
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.061 
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.091 
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.365 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.458 
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.560 
######################################################################## 100.0%
22:07:56 [2021-06-24T22:07:56.984Z] #29 5.577 
22:07:57 [2021-06-24T22:07:57.252Z] #29 5.871 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
22:07:57 [2021-06-24T22:07:57.252Z] #29 5.966 
22:07:57 [2021-06-24T22:07:57.272Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
22:07:57 [2021-06-24T22:07:57.525Z] #29 7.134 
                                                                           0.0%
############                                                              17.6%
#################################                                         46.6%
##########################################################                80.9%
####################################################################      95.0%
######################################################################## 100.0%
22:07:57 [2021-06-24T22:07:57.526Z] #29 8.043 
22:07:57 [2021-06-24T22:07:57.803Z] #29 8.342 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:07:57 [2021-06-24T22:07:57.803Z] #29 8.431 
22:07:57 [2021-06-24T22:07:57.803Z] #29 8.506 
######################################################################## 100.0%
22:07:58 [2021-06-24T22:07:58.039Z] #29 6.090 
########                                                                  11.6%
########################                                                  33.7%
####################################                                      51.1%
############################################                              61.7%
###############################################################           88.7%
######################################################################## 100.0%
22:07:58 [2021-06-24T22:07:58.039Z] #29 6.577 
22:07:58 [2021-06-24T22:07:58.039Z] #29 6.798 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:07:58 [2021-06-24T22:07:58.039Z] #29 6.856 
22:07:58 [2021-06-24T22:07:58.066Z] #29 8.537 
22:07:58 [2021-06-24T22:07:58.247Z] 
22:07:58 [2021-06-24T22:07:58.247Z]  ________   ____  __.
22:07:58 [2021-06-24T22:07:58.247Z]  \_____  \ |    |/ _|
22:07:58 [2021-06-24T22:07:58.247Z]  /   |   \|      <
22:07:58 [2021-06-24T22:07:58.247Z]  /    |    \    |  \
22:07:58 [2021-06-24T22:07:58.247Z]  \_______  /____|__ \
22:07:58 [2021-06-24T22:07:58.247Z]          \/        \/
22:07:58 [2021-06-24T22:07:58.247Z] 
22:07:58 [2021-06-24T22:07:58.247Z] INFO: make.ps1 ended at 06/24/2021 22:07:57
22:07:58 [2021-06-24T22:07:58.299Z] #29 6.891 
######################################################################## 100.0%
22:07:58 [2021-06-24T22:07:58.299Z] #29 6.918 
22:07:58 [2021-06-24T22:07:58.327Z] #29 8.745 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:07:58 [2021-06-24T22:07:58.327Z] #29 8.833 
22:07:58 [2021-06-24T22:07:58.327Z] #29 8.893 
######################################################################## 100.0%
22:07:58 [2021-06-24T22:07:58.327Z] #29 8.923 
22:07:58 [2021-06-24T22:07:58.523Z] #53 ...
22:07:58 [2021-06-24T22:07:58.523Z] 
22:07:58 [2021-06-24T22:07:58.523Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:07:58 [2021-06-24T22:07:58.523Z] #39 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:07:58 [2021-06-24T22:07:58.523Z] #39 DONE 103.1s
22:07:58 [2021-06-24T22:07:58.523Z] 
22:07:58 [2021-06-24T22:07:58.523Z] #17 [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
22:07:58 [2021-06-24T22:07:58.523Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.02 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.08 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.37 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.37 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.37 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.42 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.43 Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.43 Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.79 Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.80 Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.81 Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.81 Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.81 Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.83 Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.83 Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.83 Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.84 Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.84 Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.85 Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.85 Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.86 Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.86 Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.93 Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.94 Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.95 Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.95 Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.97 Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.97 Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 90.97 Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.00 Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.29 Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.29 Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.33 Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.43 Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.48 Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.68 Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.68 Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.68 Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.73 Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.73 Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.73 Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.74 Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.75 Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.76 Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.77 Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 91.80 Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.10 Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.10 Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.17 Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.29 Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.36 Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.64 Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.64 Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.64 Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-ppc64el-cross all 2.28-7cross1 [1606 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.77 Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-ppc64el-cross all 1:8.3.0-2cross1 [30.3 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.77 Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-ppc64el-cross all 8.3.0-2cross1 [77.5 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.77 Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-ppc64el-cross all 8.3.0-2cross1 [29.0 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.78 Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-ppc64el-cross all 8.3.0-2cross1 [9628 B]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.78 Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-ppc64el-cross all 8.3.0-2cross1 [400 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.81 Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-ppc64el-cross all 8.3.0-2cross1 [375 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.85 Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-ppc64el-cross all 8.3.0-2cross1 [142 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.88 Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-ppc64el-cross all 8.3.0-2cross1 [284 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.90 Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-ppc64el-cross all 8.3.0-2cross1 [131 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.90 Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0-ppc64el-cross all 8.3.0-2cross1 [136 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.91 Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-ppc64el-cross all 8.3.0-2cross1 [1187 kB]
22:07:58 [2021-06-24T22:07:58.523Z] #17 92.94 Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7028 kB]
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.088 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.152 
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.212 
######################################################################## 100.0%
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.232 
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.242 Download of images into '/build' complete.
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.243 Use something like the following to load the result into a Docker daemon:
22:07:58 [2021-06-24T22:07:58.558Z] #29 7.243   tar -cC '/build' . | docker load
22:07:58 [2021-06-24T22:07:58.587Z] #29 8.936 Download of images into '/build' complete.
22:07:58 [2021-06-24T22:07:58.587Z] #29 8.936 Use something like the following to load the result into a Docker daemon:
22:07:58 [2021-06-24T22:07:58.587Z] #29 8.936   tar -cC '/build' . | docker load
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
22:07:58 [2021-06-24T22:07:58.796Z] 
22:07:58 [2021-06-24T22:07:58.796Z]  ________   ____  __.
22:07:58 [2021-06-24T22:07:58.796Z]  \_____  \ |    |/ _|
22:07:58 [2021-06-24T22:07:58.796Z]  /   |   \|      <
22:07:58 [2021-06-24T22:07:58.796Z]  /    |    \    |  \
22:07:58 [2021-06-24T22:07:58.796Z]  \_______  /____|__ \
22:07:58 [2021-06-24T22:07:58.796Z]          \/        \/
22:07:58 [2021-06-24T22:07:58.796Z] 
22:07:58 [2021-06-24T22:07:58.796Z] INFO: make.ps1 ended at 06/24/2021 22:07:51
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Binaries build ended at 06/24/2021 22:07:53. Duration:00:01:13.7380715
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Copying the built daemon binary to d:\CI\PR-42450\33\binary\dockerd-cf7c110e79.exe...
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Copying the built client binary to d:\CI\PR-42450\33\binary\docker-cf7c110e79.exe...
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Copying dockerversion from the container...
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Copying the golang package from the container to d:\CI\PR-42450\33\installer\go.zip...
22:07:58 [2021-06-24T22:07:58.796Z] INFO: Extracting go.zip to d:\CI\PR-42450\33\go
22:07:59 [2021-06-24T22:07:59.088Z] #17 93.38 Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1472 B]
22:07:59 [2021-06-24T22:07:59.088Z] #17 93.38 Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-ppc64el-cross all 4.19.20-1cross1 [1223 kB]
22:07:59 [2021-06-24T22:07:59.088Z] #17 93.45 Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-ppc64el-cross all 2.28-7cross1 [2747 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #9 ...
22:07:59 [2021-06-24T22:07:59.132Z] 
22:07:59 [2021-06-24T22:07:59.132Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:07:59 [2021-06-24T22:07:59.132Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:07:59 [2021-06-24T22:07:59.132Z] #27 3.543 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 3.565 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 3.568 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 3.708 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 3.953 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 4.489 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 6.172 Fetched 8453 kB in 3s (2927 kB/s)
22:07:59 [2021-06-24T22:07:59.132Z] #27 6.172 Reading package lists...
22:07:59 [2021-06-24T22:07:59.132Z] #27 7.084 Reading package lists...
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.038 Building dependency tree...
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.440 The following additional packages will be installed:
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.440   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.440   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.441   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.444 Suggested packages:
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.444   krb5-doc krb5-user
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.444 Recommended packages:
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.444   krb5-locales publicsuffix libsasl2-modules
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.704 The following NEW packages will be installed:
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.705   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.705   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.705   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.707   libssh2-1 libssl1.1 openssl
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.982 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.982 Need to get 5059 kB of archives.
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.982 After this operation, 12.1 MB of additional disk space will be used.
22:07:59 [2021-06-24T22:07:59.132Z] #27 8.982 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.015 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.027 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.030 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.030 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.032 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.034 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.040 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.043 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.045 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.046 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.048 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.052 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.054 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.055 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.056 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.059 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.064 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.069 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.072 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.076 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.242 debconf: delaying package configuration, since apt-utils is not installed
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.266 Fetched 5059 kB in 0s (14.4 MB/s)
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.312 Selecting previously unselected package libssl1.1:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.312 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.315 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.324 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.518 Selecting previously unselected package openssl.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.518 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.523 Unpacking openssl (1.1.1d-0+deb10u6) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.665 Selecting previously unselected package ca-certificates.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.665 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.668 Unpacking ca-certificates (20200601~deb10u2) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.832 Selecting previously unselected package libkeyutils1:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.833 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.846 Unpacking libkeyutils1:amd64 (1.6-6) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.884 Selecting previously unselected package libkrb5support0:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.884 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.888 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.930 Selecting previously unselected package libk5crypto3:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.931 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.936 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.987 Selecting previously unselected package libkrb5-3:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.988 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 9.991 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.07 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.07 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.08 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.13 Selecting previously unselected package libsasl2-modules-db:amd64.
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.13 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 10.13 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:07:59 [2021-06-24T22:07:59.132Z] #27 ...
22:07:59 [2021-06-24T22:07:59.132Z] 
22:07:59 [2021-06-24T22:07:59.132Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:07:59 [2021-06-24T22:07:59.132Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:07:59 [2021-06-24T22:07:59.133Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.8s done
22:07:59 [2021-06-24T22:07:59.133Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0
22:07:59 [2021-06-24T22:07:59.346Z] #17 93.62 Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-ppc64el-cross all 8.3.0-2cross1 [1572 kB]
22:07:59 [2021-06-24T22:07:59.346Z] #17 93.73 Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7169 kB]
22:07:59 [2021-06-24T22:07:59.604Z] #17 ...
22:07:59 [2021-06-24T22:07:59.604Z] 
22:07:59 [2021-06-24T22:07:59.604Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:07:59 [2021-06-24T22:07:59.604Z] #53 sha256:a9bf7ac7bed3a73998c3e097e4cc3bf8d726111fcd950a7ea9d946a5755b4f4f
22:07:59 [2021-06-24T22:07:59.604Z] #53 DONE 104.8s
22:07:59 [2021-06-24T22:07:59.604Z] 
22:07:59 [2021-06-24T22:07:59.604Z] #17 [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
22:07:59 [2021-06-24T22:07:59.604Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.07 Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1184 B]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.07 Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-ppc64el all 12.6 [6580 B]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.07 Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-s390x-cross all 2.28-7cross1 [1308 kB]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.15 Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-s390x-cross all 1:8.3.0-2cross1 [24.8 kB]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.15 Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-s390x-cross all 8.3.0-2cross1 [67.4 kB]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.15 Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-s390x-cross all 8.3.0-2cross1 [26.3 kB]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.15 Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-s390x-cross all 8.3.0-2cross1 [8088 B]
22:07:59 [2021-06-24T22:07:59.604Z] #17 94.15 Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-s390x-cross all 8.3.0-2cross1 [353 kB]
22:07:59 [2021-06-24T22:07:59.790Z] INFO: Binaries build ended at 06/24/2021 22:07:59. Duration:00:01:21.0304058
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.18 Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-s390x-cross all 8.3.0-2cross1 [314 kB]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.18 Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-s390x-cross all 8.3.0-2cross1 [113 kB]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.18 Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-s390x-cross all 8.3.0-2cross1 [641 kB]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.20 Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6368 kB]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.36 Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-s390x-linux-gnu amd64 4:8.3.0-1 [1456 B]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.36 Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-s390x-cross all 4.19.20-1cross1 [1227 kB]
22:07:59 [2021-06-24T22:07:59.861Z] #17 94.39 Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-s390x-cross all 2.28-7cross1 [2255 kB]
22:08:00 [2021-06-24T22:08:00.119Z] #17 94.46 Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-s390x-cross all 8.3.0-2cross1 [1483 kB]
22:08:00 [2021-06-24T22:08:00.119Z] #17 94.52 Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6515 kB]
22:08:00 [2021-06-24T22:08:00.400Z] #17 94.80 Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-s390x-linux-gnu amd64 4:8.3.0-1 [1176 B]
22:08:00 [2021-06-24T22:08:00.400Z] #17 94.80 Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-s390x all 12.6 [6568 B]
22:08:00 [2021-06-24T22:08:00.507Z] #29 DONE 10.7s
22:08:00 [2021-06-24T22:08:00.507Z] 
22:08:00 [2021-06-24T22:08:00.507Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:08:00 [2021-06-24T22:08:00.507Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:08:00 [2021-06-24T22:08:00.507Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 9.4s
22:08:00 [2021-06-24T22:08:00.507Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 9.9s done
22:08:00 [2021-06-24T22:08:00.762Z] INFO: Copying the built daemon binary to d:\CI\PR-42450\33\binary\dockerd-f901d3cfa8.exe...
22:08:00 [2021-06-24T22:08:00.763Z] INFO: Copying the built client binary to d:\CI\PR-42450\33\binary\docker-f901d3cfa8.exe...
22:08:00 [2021-06-24T22:08:00.763Z] INFO: Copying dockerversion from the container...
22:08:01 [2021-06-24T22:08:01.079Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done
22:08:01 [2021-06-24T22:08:01.225Z] INFO: Copying the golang package from the container to d:\CI\PR-42450\33\installer\go.zip...
22:08:01 [2021-06-24T22:08:01.341Z] #9 DONE 35.4s
22:08:01 [2021-06-24T22:08:01.366Z] #17 95.79 debconf: delaying package configuration, since apt-utils is not installed
22:08:01 [2021-06-24T22:08:01.602Z] 
22:08:01 [2021-06-24T22:08:01.602Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:08:01 [2021-06-24T22:08:01.602Z] #10 sha256:449a8a498be3c41c08aea813e56eb7981b0d050a8183ce690f7a022738a1bb06
22:08:01 [2021-06-24T22:08:01.629Z] #17 96.03 Fetched 169 MB in 7s (22.8 MB/s)
22:08:01 [2021-06-24T22:08:01.629Z] #17 96.12 Selecting previously unselected package liblocale-gettext-perl.
22:08:01 [2021-06-24T22:08:01.629Z] #17 96.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:01 [2021-06-24T22:08:01.629Z] #17 96.13 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
22:08:01 [2021-06-24T22:08:01.629Z] #17 96.14 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.19 Selecting previously unselected package bzip2.
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.19 Preparing to unpack .../001-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.20 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.25 Selecting previously unselected package libmagic-mgc.
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.25 Preparing to unpack .../002-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
22:08:01 [2021-06-24T22:08:01.886Z] #17 96.26 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.44 Selecting previously unselected package libmagic1:amd64.
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.45 Preparing to unpack .../003-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.46 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.54 Selecting previously unselected package file.
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.54 Preparing to unpack .../004-file_1%3a5.35-4+deb10u2_amd64.deb ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.55 Unpacking file (1:5.35-4+deb10u2) ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.61 Selecting previously unselected package xz-utils.
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.61 Preparing to unpack .../005-xz-utils_5.2.4-1_amd64.deb ...
22:08:02 [2021-06-24T22:08:02.142Z] #17 96.62 Unpacking xz-utils (5.2.4-1) ...
22:08:02 [2021-06-24T22:08:02.197Z] INFO: Extracting go.zip to d:\CI\PR-42450\33\go
22:08:02 [2021-06-24T22:08:02.399Z] #17 96.70 Selecting previously unselected package binutils-aarch64-linux-gnu.
22:08:02 [2021-06-24T22:08:02.399Z] #17 96.71 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ...
22:08:02 [2021-06-24T22:08:02.399Z] #17 96.73 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
22:08:02 [2021-06-24T22:08:02.751Z] #29 DONE 11.3s
22:08:02 [2021-06-24T22:08:02.751Z] 
22:08:02 [2021-06-24T22:08:02.751Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:08:02 [2021-06-24T22:08:02.751Z] #10 sha256:449a8a498be3c41c08aea813e56eb7981b0d050a8183ce690f7a022738a1bb06
22:08:02 [2021-06-24T22:08:02.751Z] #10 DONE 5.5s
22:08:02 [2021-06-24T22:08:02.751Z] 
22:08:02 [2021-06-24T22:08:02.751Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:08:02 [2021-06-24T22:08:02.751Z] #11 sha256:f6fe560b500d0b5f9eb2ce745d9df8ad6c6f94a4c4c28472ae9990bc6ad56e6a
22:08:02 [2021-06-24T22:08:02.987Z] #10 DONE 1.6s
22:08:03 [2021-06-24T22:08:03.221Z] #17 97.58 Selecting previously unselected package binutils-arm-linux-gnueabi.
22:08:03 [2021-06-24T22:08:03.221Z] #17 97.59 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ...
22:08:03 [2021-06-24T22:08:03.221Z] #17 97.60 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ...
22:08:03 [2021-06-24T22:08:03.247Z] 
22:08:03 [2021-06-24T22:08:03.247Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:08:03 [2021-06-24T22:08:03.247Z] #11 sha256:f6fe560b500d0b5f9eb2ce745d9df8ad6c6f94a4c4c28472ae9990bc6ad56e6a
22:08:03 [2021-06-24T22:08:03.321Z] #11 DONE 0.7s
22:08:03 [2021-06-24T22:08:03.321Z] 
22:08:03 [2021-06-24T22:08:03.321Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:03 [2021-06-24T22:08:03.321Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:08:03 [2021-06-24T22:08:03.583Z] #59 ...
22:08:03 [2021-06-24T22:08:03.583Z] 
22:08:03 [2021-06-24T22:08:03.583Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:08:03 [2021-06-24T22:08:03.583Z] #31 sha256:479a1fefaeadd7246cffd8723dbcbab1bd081531eeea5e4a7991661fd489f346
22:08:03 [2021-06-24T22:08:03.583Z] #31 DONE 0.3s
22:08:03 [2021-06-24T22:08:03.583Z] 
22:08:03 [2021-06-24T22:08:03.583Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:08:03 [2021-06-24T22:08:03.583Z] #39 sha256:f47cbe0b1df6c9e802ddf2e61b4e238451dc2fc629086e090d0adf20aca126e5
22:08:03 [2021-06-24T22:08:03.583Z] #39 DONE 0.3s
22:08:03 [2021-06-24T22:08:03.583Z] 
22:08:03 [2021-06-24T22:08:03.583Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
22:08:03 [2021-06-24T22:08:03.583Z] #43 sha256:b01e95ff9a4d7ba750fd830a701fbd7efeb3e2c755948e93f16ac5e0f4a55568
22:08:03 [2021-06-24T22:08:03.583Z] #43 DONE 0.4s
22:08:03 [2021-06-24T22:08:03.583Z] 
22:08:03 [2021-06-24T22:08:03.583Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:03 [2021-06-24T22:08:03.583Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:03 [2021-06-24T22:08:03.821Z] #11 DONE 0.8s
22:08:03 [2021-06-24T22:08:03.821Z] 
22:08:03 [2021-06-24T22:08:03.821Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:08:03 [2021-06-24T22:08:03.821Z] #39 sha256:f47cbe0b1df6c9e802ddf2e61b4e238451dc2fc629086e090d0adf20aca126e5
22:08:04 [2021-06-24T22:08:04.043Z] #17 98.33 Selecting previously unselected package binutils-arm-linux-gnueabihf.
22:08:04 [2021-06-24T22:08:04.043Z] #17 98.33 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ...
22:08:04 [2021-06-24T22:08:04.043Z] #17 98.34 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
22:08:04 [2021-06-24T22:08:04.088Z] #39 DONE 0.3s
22:08:04 [2021-06-24T22:08:04.088Z] 
22:08:04 [2021-06-24T22:08:04.088Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:08:04 [2021-06-24T22:08:04.088Z] #31 sha256:479a1fefaeadd7246cffd8723dbcbab1bd081531eeea5e4a7991661fd489f346
22:08:04 [2021-06-24T22:08:04.088Z] #31 DONE 0.1s
22:08:04 [2021-06-24T22:08:04.088Z] 
22:08:04 [2021-06-24T22:08:04.088Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:04 [2021-06-24T22:08:04.088Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:04 [2021-06-24T22:08:04.088Z] #32 ...
22:08:04 [2021-06-24T22:08:04.088Z] 
22:08:04 [2021-06-24T22:08:04.088Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
22:08:04 [2021-06-24T22:08:04.088Z] #43 sha256:b01e95ff9a4d7ba750fd830a701fbd7efeb3e2c755948e93f16ac5e0f4a55568
22:08:04 [2021-06-24T22:08:04.088Z] #43 DONE 0.3s
22:08:04 [2021-06-24T22:08:04.350Z] 
22:08:04 [2021-06-24T22:08:04.350Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:04 [2021-06-24T22:08:04.350Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:04 [2021-06-24T22:08:04.427Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 5.0s
22:08:04 [2021-06-24T22:08:04.607Z] #17 99.00 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
22:08:04 [2021-06-24T22:08:04.607Z] #17 99.00 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.31.1-16_amd64.deb ...
22:08:04 [2021-06-24T22:08:04.607Z] #17 99.01 Unpacking binutils-powerpc64le-linux-gnu (2.31.1-16) ...
22:08:05 [2021-06-24T22:08:05.000Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 6.0s done
22:08:05 [2021-06-24T22:08:05.264Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done
22:08:05 [2021-06-24T22:08:05.525Z] #9 ...
22:08:05 [2021-06-24T22:08:05.525Z] 
22:08:05 [2021-06-24T22:08:05.525Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
22:08:05 [2021-06-24T22:08:05.525Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.17 Selecting previously unselected package libsasl2-2:amd64.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.17 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.18 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.23 Selecting previously unselected package libldap-common.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.23 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.24 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.28 Selecting previously unselected package libldap-2.4-2:amd64.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.28 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.29 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.36 Selecting previously unselected package libnghttp2-14:amd64.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.36 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.36 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.45 Selecting previously unselected package libpsl5:amd64.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.45 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.45 Unpacking libpsl5:amd64 (0.20.2-2) ...
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.49 Selecting previously unselected package librtmp1:amd64.
22:08:05 [2021-06-24T22:08:05.525Z] #27 10.49 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.54 Selecting previously unselected package libssh2-1:amd64.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.54 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.54 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.59 Selecting previously unselected package libcurl4:amd64.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.59 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.60 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.66 Selecting previously unselected package curl.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.66 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.66 Unpacking curl (7.64.0-4+deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.74 Selecting previously unselected package libonig5:amd64.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.74 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.75 Unpacking libonig5:amd64 (6.9.1-1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.82 Selecting previously unselected package libjq1:amd64.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.82 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.83 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.88 Selecting previously unselected package jq.
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.88 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.88 Unpacking jq (1.5+dfsg-2+b1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.94 Setting up libkeyutils1:amd64 (1.6-6) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.95 Setting up libpsl5:amd64 (0.20.2-2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 10.96 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.07 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.08 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.10 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.11 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.14 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.15 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.17 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.18 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.19 Setting up openssl (1.1.1d-0+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.20 Setting up libonig5:amd64 (6.9.1-1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.22 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.23 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.24 Setting up ca-certificates (20200601~deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 11.84 Updating certificates in /etc/ssl/certs...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.57 137 added, 0 removed; done.
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.61 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.65 Setting up jq (1.5+dfsg-2+b1) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.68 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.70 Setting up curl (7.64.0-4+deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.72 Processing triggers for libc-bin (2.28-10) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.78 Processing triggers for ca-certificates (20200601~deb10u2) ...
22:08:05 [2021-06-24T22:08:05.526Z] #27 12.79 Updating certificates in /etc/ssl/certs...
22:08:05 [2021-06-24T22:08:05.526Z] #27 13.40 0 added, 0 removed; done.
22:08:05 [2021-06-24T22:08:05.526Z] #27 13.40 Running hooks in /etc/ca-certificates/update.d...
22:08:05 [2021-06-24T22:08:05.526Z] #27 13.40 done.
22:08:05 [2021-06-24T22:08:05.526Z] #27 DONE 16.8s
22:08:05 [2021-06-24T22:08:05.526Z] 
22:08:05 [2021-06-24T22:08:05.526Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
22:08:05 [2021-06-24T22:08:05.526Z] #28 sha256:c417112bfa67b5c4a9cea5213eeae4269cb91c9fd9afea47d1d5e4348e06b4f8
22:08:05 [2021-06-24T22:08:05.526Z] #28 DONE 0.2s
22:08:05 [2021-06-24T22:08:05.526Z] 
22:08:05 [2021-06-24T22:08:05.526Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:08:05 [2021-06-24T22:08:05.526Z] #29 sha256:aa5f8f1909d4d679258d8e177b90678d4b48739a848bc9ace8339a1038dd76f1
22:08:05 [2021-06-24T22:08:05.526Z] #29 ...
22:08:05 [2021-06-24T22:08:05.526Z] 
22:08:05 [2021-06-24T22:08:05.526Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9b9753784a3cf15ae8641d13259388999d5b595f1ee18668a4ded669e829c698
22:08:05 [2021-06-24T22:08:05.526Z] #9 sha256:66ba61b5b11e315077f2f3ba1c461dc04bcc6fc60a15dacc4b10792cdd7936dc
22:08:05 [2021-06-24T22:08:05.526Z] #9 DONE 27.4s
22:08:05 [2021-06-24T22:08:05.539Z] #17 99.71 Selecting previously unselected package binutils-s390x-linux-gnu.
22:08:05 [2021-06-24T22:08:05.539Z] #17 99.72 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.31.1-16_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.539Z] #17 99.73 Unpacking binutils-s390x-linux-gnu (2.31.1-16) ...
22:08:05 [2021-06-24T22:08:05.787Z] 
22:08:05 [2021-06-24T22:08:05.787Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:08:05 [2021-06-24T22:08:05.787Z] #10 sha256:449a8a498be3c41c08aea813e56eb7981b0d050a8183ce690f7a022738a1bb06
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64.
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Preparing to unpack .../011-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Selecting previously unselected package cpp-8-aarch64-linux-gnu.
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Preparing to unpack .../012-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:05 [2021-06-24T22:08:05.796Z] #17 100.3 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:06 [2021-06-24T22:08:06.140Z] #44 ...
22:08:06 [2021-06-24T22:08:06.140Z] 
22:08:06 [2021-06-24T22:08:06.140Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
22:08:06 [2021-06-24T22:08:06.140Z] #12 sha256:91c3a5a03f07a6240e778b0792291c81b2ee46feca5c00d4c1f934fb10086bb9
22:08:06 [2021-06-24T22:08:06.140Z] #12 DONE 2.5s
22:08:06 [2021-06-24T22:08:06.140Z] 
22:08:06 [2021-06-24T22:08:06.140Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:06 [2021-06-24T22:08:06.140Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:06 [2021-06-24T22:08:06.360Z] #10 DONE 0.7s
22:08:06 [2021-06-24T22:08:06.360Z] 
22:08:06 [2021-06-24T22:08:06.360Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:08:06 [2021-06-24T22:08:06.360Z] #29 sha256:aa5f8f1909d4d679258d8e177b90678d4b48739a848bc9ace8339a1038dd76f1
22:08:06 [2021-06-24T22:08:06.628Z] #29 0.975 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
22:08:06 [2021-06-24T22:08:06.628Z] #29 1.086 
22:08:07 [2021-06-24T22:08:07.165Z] #17 101.5 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64.
22:08:07 [2021-06-24T22:08:07.166Z] #17 101.5 Preparing to unpack .../013-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ...
22:08:07 [2021-06-24T22:08:07.166Z] #17 101.5 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
22:08:07 [2021-06-24T22:08:07.166Z] #17 101.7 Selecting previously unselected package cpp-8-arm-linux-gnueabi.
22:08:07 [2021-06-24T22:08:07.166Z] #17 101.7 Preparing to unpack .../014-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
22:08:07 [2021-06-24T22:08:07.166Z] #17 101.7 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:07 [2021-06-24T22:08:07.413Z] #29 1.216 
###########                                                               16.5%
##########################                                                36.8%
##################################                                        47.3%
######################################################                    76.0%
#####################################################################     96.3%
######################################################################## 100.0%
22:08:07 [2021-06-24T22:08:07.413Z] #29 1.687 
22:08:07 [2021-06-24T22:08:07.413Z] #29 1.787 
######################################################################## 100.0%
22:08:07 [2021-06-24T22:08:07.413Z] #29 1.841 
22:08:07 [2021-06-24T22:08:07.674Z] #29 1.954 
#################################################################         91.4%
######################################################################## 100.0%
22:08:07 [2021-06-24T22:08:07.674Z] #29 2.024 
22:08:08 [2021-06-24T22:08:08.197Z] #29 2.137 
##                                                                         3.9%
##########################                                                37.0%
########################################                                  56.3%
######################################################                    75.7%
####################################################################      94.8%
######################################################################## 100.0%
22:08:08 [2021-06-24T22:08:08.197Z] #29 2.624 
22:08:08 [2021-06-24T22:08:08.460Z] #29 2.736 
###                                                                        4.7%
#######                                                                   10.0%
##########                                                                15.2%
22:08:08 [2021-06-24T22:08:08.460Z] #29 ...
22:08:08 [2021-06-24T22:08:08.460Z] 
22:08:08 [2021-06-24T22:08:08.460Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
22:08:08 [2021-06-24T22:08:08.460Z] #11 sha256:f6fe560b500d0b5f9eb2ce745d9df8ad6c6f94a4c4c28472ae9990bc6ad56e6a
22:08:08 [2021-06-24T22:08:08.460Z] #11 DONE 2.2s
22:08:08 [2021-06-24T22:08:08.460Z] 
22:08:08 [2021-06-24T22:08:08.460Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:08:08 [2021-06-24T22:08:08.460Z] #29 sha256:aa5f8f1909d4d679258d8e177b90678d4b48739a848bc9ace8339a1038dd76f1
22:08:08 [2021-06-24T22:08:08.535Z] #17 102.9 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64.
22:08:08 [2021-06-24T22:08:08.535Z] #17 102.9 Preparing to unpack .../015-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ...
22:08:08 [2021-06-24T22:08:08.535Z] #17 102.9 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
22:08:08 [2021-06-24T22:08:08.535Z] #17 103.0 Selecting previously unselected package cpp-8-arm-linux-gnueabihf.
22:08:08 [2021-06-24T22:08:08.535Z] #17 103.0 Preparing to unpack .../016-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
22:08:08 [2021-06-24T22:08:08.578Z] #44 ...
22:08:08 [2021-06-24T22:08:08.578Z] 
22:08:08 [2021-06-24T22:08:08.578Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
22:08:08 [2021-06-24T22:08:08.578Z] #12 sha256:91c3a5a03f07a6240e778b0792291c81b2ee46feca5c00d4c1f934fb10086bb9
22:08:08 [2021-06-24T22:08:08.578Z] #12 DONE 4.2s
22:08:08 [2021-06-24T22:08:08.578Z] 
22:08:08 [2021-06-24T22:08:08.578Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:08 [2021-06-24T22:08:08.578Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:08 [2021-06-24T22:08:08.793Z] #17 103.0 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:10 [2021-06-24T22:08:10.142Z] #29 2.736 
###                                                                        4.7%
#######                                                                   10.0%
##########                                                                15.2%
##############                                                            20.4%
##################                                                        25.6%
#####################                                                     30.4%
########################                                                  33.6%
################################                                          44.9%
####################################                                      50.1%
#######################################                                   55.3%
###########################################                               60.5%
###############################################                           65.6%
###################################################                       70.9%
####################################################                      72.8%
##########################################################                81.1%
##################################################################        92.7%
######################################################################    98.2%
######################################################################## 100.0%
22:08:10 [2021-06-24T22:08:10.142Z] #29 4.602 
22:08:10 [2021-06-24T22:08:10.164Z] #17 104.4 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu-base:amd64.
22:08:10 [2021-06-24T22:08:10.165Z] #17 104.4 Preparing to unpack .../017-gcc-8-powerpc64le-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
22:08:10 [2021-06-24T22:08:10.165Z] #17 104.4 Unpacking gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:10 [2021-06-24T22:08:10.165Z] #17 104.4 Selecting previously unselected package cpp-8-powerpc64le-linux-gnu.
22:08:10 [2021-06-24T22:08:10.165Z] #17 104.5 Preparing to unpack .../018-cpp-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:10 [2021-06-24T22:08:10.165Z] #17 104.5 Unpacking cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:10 [2021-06-24T22:08:10.349Z] #13 4.453 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:08:10 [2021-06-24T22:08:10.403Z] #29 4.884 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
22:08:10 [2021-06-24T22:08:10.403Z] #29 4.936 
22:08:10 [2021-06-24T22:08:10.609Z] #13 4.579 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:10 [2021-06-24T22:08:10.609Z] #13 4.581 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:10 [2021-06-24T22:08:10.609Z] #13 4.584 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:10 [2021-06-24T22:08:10.664Z] #29 4.996 
######################################################################## 100.0%
22:08:10 [2021-06-24T22:08:10.664Z] #29 5.020 
22:08:10 [2021-06-24T22:08:10.664Z] #29 5.219 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
22:08:10 [2021-06-24T22:08:10.930Z] #29 5.275 
22:08:10 [2021-06-24T22:08:10.930Z] #29 5.354 
######################################################################## 100.0%
22:08:10 [2021-06-24T22:08:10.930Z] #29 5.377 
22:08:11 [2021-06-24T22:08:11.181Z] #13 ...
22:08:11 [2021-06-24T22:08:11.181Z] 
22:08:11 [2021-06-24T22:08:11.181Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:11 [2021-06-24T22:08:11.181Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:11 [2021-06-24T22:08:11.181Z] #44 6.096 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:11 [2021-06-24T22:08:11.181Z] #44 6.293 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:11 [2021-06-24T22:08:11.181Z] #44 6.293 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:11 [2021-06-24T22:08:11.181Z] #44 6.752 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease [1540 B]
22:08:11 [2021-06-24T22:08:11.195Z] #29 5.642 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
22:08:11 [2021-06-24T22:08:11.353Z] #13 3.054 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:08:11 [2021-06-24T22:08:11.353Z] #13 3.125 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:11 [2021-06-24T22:08:11.353Z] #13 3.136 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:11 [2021-06-24T22:08:11.353Z] #13 3.137 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:11 [2021-06-24T22:08:11.456Z] #29 5.697 
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.8 Selecting previously unselected package gcc-8-s390x-linux-gnu-base:amd64.
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.8 Preparing to unpack .../019-gcc-8-s390x-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.8 Unpacking gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.8 Selecting previously unselected package cpp-8-s390x-linux-gnu.
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.9 Preparing to unpack .../020-cpp-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:11 [2021-06-24T22:08:11.536Z] #17 105.9 Unpacking cpp-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:11 [2021-06-24T22:08:11.750Z] #44 7.937 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:11 [2021-06-24T22:08:11.934Z] #13 3.940 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:08:11 [2021-06-24T22:08:11.978Z] #29 5.810 
#                                                                          1.7%
########################                                                  34.1%
######################################                                    53.3%
##################################################                        69.5%
#####################################################################     97.2%
######################################################################## 100.0%
22:08:11 [2021-06-24T22:08:11.978Z] #29 6.292 
22:08:12 [2021-06-24T22:08:12.238Z] #29 6.537 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
22:08:12 [2021-06-24T22:08:12.238Z] #29 6.603 
22:08:12 [2021-06-24T22:08:12.238Z] #29 6.653 
######################################################################## 100.0%
22:08:12 [2021-06-24T22:08:12.238Z] #29 6.679 
22:08:12 [2021-06-24T22:08:12.469Z] #17 107.0 Selecting previously unselected package cpp-aarch64-linux-gnu.
22:08:12 [2021-06-24T22:08:12.469Z] #17 107.0 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:12 [2021-06-24T22:08:12.469Z] #17 107.0 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:12 [2021-06-24T22:08:12.499Z] #29 6.859 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
22:08:12 [2021-06-24T22:08:12.499Z] #29 6.916 
22:08:12 [2021-06-24T22:08:12.499Z] #29 6.971 
######################################################################## 100.0%
22:08:12 [2021-06-24T22:08:12.499Z] #29 7.024 
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.0 Selecting previously unselected package cpp-arm-linux-gnueabi.
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.0 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.0 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Selecting previously unselected package cpp-arm-linux-gnueabihf.
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.1 Unpacking cpp-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.2 Selecting previously unselected package cpp-s390x-linux-gnu.
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.2 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:12 [2021-06-24T22:08:12.726Z] #17 107.2 Unpacking cpp-s390x-linux-gnu (4:8.3.0-1) ...
22:08:12 [2021-06-24T22:08:12.759Z] #29 7.035 Download of images into '/build' complete.
22:08:12 [2021-06-24T22:08:12.759Z] #29 7.035 Use something like the following to load the result into a Docker daemon:
22:08:12 [2021-06-24T22:08:12.759Z] #29 7.035   tar -cC '/build' . | docker load
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.2 Selecting previously unselected package cross-config.
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.2 Preparing to unpack .../026-cross-config_2.6.15-3_all.deb ...
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.3 Unpacking cross-config (2.6.15-3) ...
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.3 Selecting previously unselected package gcc-8-cross-base.
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.3 Preparing to unpack .../027-gcc-8-cross-base_8.3.0-2cross1_all.deb ...
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.3 Unpacking gcc-8-cross-base (8.3.0-2cross1) ...
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.4 Selecting previously unselected package libc6-arm64-cross.
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.4 Preparing to unpack .../028-libc6-arm64-cross_2.28-7cross1_all.deb ...
22:08:12 [2021-06-24T22:08:12.984Z] #17 107.4 Unpacking libc6-arm64-cross (2.28-7cross1) ...
22:08:13 [2021-06-24T22:08:13.241Z] #17 107.7 Selecting previously unselected package libgcc1-arm64-cross.
22:08:13 [2021-06-24T22:08:13.241Z] #17 107.7 Preparing to unpack .../029-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.241Z] #17 107.7 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.241Z] #17 107.8 Selecting previously unselected package libgomp1-arm64-cross.
22:08:13 [2021-06-24T22:08:13.241Z] #17 107.8 Preparing to unpack .../030-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.318Z] #13 ...
22:08:13 [2021-06-24T22:08:13.318Z] 
22:08:13 [2021-06-24T22:08:13.318Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:13 [2021-06-24T22:08:13.318Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + RM_GOPATH=0
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + TMP_GOPATH=
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + : /build
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + '[' -z '' ']'
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 ++ mktemp -d
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + export GOPATH=/tmp/tmp.FtMTNeYw3q
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + GOPATH=/tmp/tmp.FtMTNeYw3q
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + RM_GOPATH=1
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 + case "$(go env GOARCH)" in
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.534 ++ go env GOARCH
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.539 + export GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.540 + GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.540 ++ dirname /tmp/install/install.sh
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.541 + dir=/tmp/install
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.542 + bin=vndr
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.542 + shift
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.542 + '[' '!' -f /tmp/install/vndr.installer ']'
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.542 + . /tmp/install/vndr.installer
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.543 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.543 + install_vndr
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.543 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.543 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.544 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.FtMTNeYw3q/src/github.com/LK4D4/vndr
22:08:13 [2021-06-24T22:08:13.318Z] #46 5.545 Cloning into '/tmp/tmp.FtMTNeYw3q/src/github.com/LK4D4/vndr'...
22:08:13 [2021-06-24T22:08:13.318Z] #46 6.156 + cd /tmp/tmp.FtMTNeYw3q/src/github.com/LK4D4/vndr
22:08:13 [2021-06-24T22:08:13.318Z] #46 6.156 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:08:13 [2021-06-24T22:08:13.318Z] #46 6.181 + go build -buildmode=pie -v -o /build/vndr .
22:08:13 [2021-06-24T22:08:13.318Z] #46 7.810 internal/unsafeheader
22:08:13 [2021-06-24T22:08:13.318Z] #46 7.823 internal/cpu
22:08:13 [2021-06-24T22:08:13.318Z] #46 7.938 runtime/internal/atomic
22:08:13 [2021-06-24T22:08:13.318Z] #46 8.375 runtime/internal/sys
22:08:13 [2021-06-24T22:08:13.318Z] #46 8.630 runtime/internal/math
22:08:13 [2021-06-24T22:08:13.318Z] #46 8.701 internal/bytealg
22:08:13 [2021-06-24T22:08:13.318Z] #46 8.760 internal/race
22:08:13 [2021-06-24T22:08:13.318Z] #46 8.911 sync/atomic
22:08:13 [2021-06-24T22:08:13.318Z] #46 9.239 unicode
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.8 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.8 Selecting previously unselected package libitm1-arm64-cross.
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.8 Preparing to unpack .../031-libitm1-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.8 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.9 Selecting previously unselected package libatomic1-arm64-cross.
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.9 Preparing to unpack .../032-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 107.9 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 108.0 Selecting previously unselected package libstdc++6-arm64-cross.
22:08:13 [2021-06-24T22:08:13.498Z] #17 108.0 Preparing to unpack .../033-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.498Z] #17 108.0 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.661Z] #44 ...
22:08:13 [2021-06-24T22:08:13.661Z] 
22:08:13 [2021-06-24T22:08:13.661Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:13 [2021-06-24T22:08:13.661Z] #24 sha256:638302325368b3766c5b4ca0f06d64fa79a45023ade5904b528001e2ca2aec7c
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + RM_GOPATH=0
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + TMP_GOPATH=
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + : /build
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + '[' -z '' ']'
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 ++ mktemp -d
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + export GOPATH=/tmp/tmp.yo2bsbIF3L
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + GOPATH=/tmp/tmp.yo2bsbIF3L
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + RM_GOPATH=1
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 + case "$(go env GOARCH)" in
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.190 ++ go env GOARCH
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 Install docker/cli version 17.06.2-ce from stable
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + export GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 ++ dirname /tmp/install/install.sh
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + dir=/tmp/install
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + bin=dockercli
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + shift
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + . /tmp/install/dockercli.installer
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 ++ : stable
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 ++ : 17.06.2-ce
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + install_dockercli
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 ++ uname -m
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + arch=x86_64
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + '[' x86_64 '!=' x86_64 ']'
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + url=https://download.docker.com/linux/static
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + tar -xz docker/docker
22:08:13 [2021-06-24T22:08:13.661Z] #24 5.247 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:08:13 [2021-06-24T22:08:13.661Z] #24 ...
22:08:13 [2021-06-24T22:08:13.661Z] 
22:08:13 [2021-06-24T22:08:13.661Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:13 [2021-06-24T22:08:13.661Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.303 + RM_GOPATH=0
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.303 + TMP_GOPATH=
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.303 + : /build
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.303 + '[' -z '' ']'
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.303 ++ mktemp -d
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.306 + export GOPATH=/tmp/tmp.L4G4E3oUQJ
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.306 + GOPATH=/tmp/tmp.L4G4E3oUQJ
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.306 + RM_GOPATH=1
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.306 + case "$(go env GOARCH)" in
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.306 ++ go env GOARCH
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.310 + export GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.310 + GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.311 ++ dirname /tmp/install/install.sh
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + dir=/tmp/install
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + bin=golangci_lint
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + shift
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + . /tmp/install/golangci_lint.installer
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 ++ : v1.23.8
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + install_golangci_lint
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + set -e
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + export GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + GOBIN=/build
22:08:13 [2021-06-24T22:08:13.661Z] #50 5.325 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:08:13 [2021-06-24T22:08:13.661Z] #50 6.192 go: downloading github.com/golangci/golangci-lint v1.23.8
22:08:13 [2021-06-24T22:08:13.661Z] #50 ...
22:08:13 [2021-06-24T22:08:13.661Z] 
22:08:13 [2021-06-24T22:08:13.661Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:13 [2021-06-24T22:08:13.661Z] #34 sha256:093b9c1e66d50aaab5728d39dc6b8317892270cd3e7ebb9d8c7b1cf5d1cdedac
22:08:13 [2021-06-24T22:08:13.661Z] #34 5.664 Install go-toml version v1.8.1
22:08:13 [2021-06-24T22:08:13.661Z] #34 6.468 go: downloading github.com/pelletier/go-toml v1.8.1
22:08:13 [2021-06-24T22:08:13.661Z] #34 10.32 github.com/pelletier/go-toml
22:08:13 [2021-06-24T22:08:13.661Z] #34 ...
22:08:13 [2021-06-24T22:08:13.661Z] 
22:08:13 [2021-06-24T22:08:13.661Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:13 [2021-06-24T22:08:13.661Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:13 [2021-06-24T22:08:13.661Z] #32 5.430 + git clone https://github.com/kolyshkin/go-swagger.git .
22:08:13 [2021-06-24T22:08:13.661Z] #32 5.430 Cloning into '.'...
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.1 Selecting previously unselected package libasan5-arm64-cross.
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.1 Preparing to unpack .../034-libasan5-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.1 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.2 Selecting previously unselected package liblsan0-arm64-cross.
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.2 Preparing to unpack .../035-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:13 [2021-06-24T22:08:13.756Z] #17 108.2 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ...
22:08:13 [2021-06-24T22:08:13.892Z] #46 10.07 runtime
22:08:13 [2021-06-24T22:08:13.892Z] #46 ...
22:08:13 [2021-06-24T22:08:13.892Z] 
22:08:13 [2021-06-24T22:08:13.892Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:13 [2021-06-24T22:08:13.892Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:08:13 [2021-06-24T22:08:13.892Z] #50 5.995 + RM_GOPATH=0
22:08:13 [2021-06-24T22:08:13.892Z] #50 5.995 + TMP_GOPATH=
22:08:13 [2021-06-24T22:08:13.892Z] #50 5.995 + : /build
22:08:13 [2021-06-24T22:08:13.892Z] #50 5.995 + '[' -z '' ']'
22:08:13 [2021-06-24T22:08:13.892Z] #50 5.995 ++ mktemp -d
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.001 + export GOPATH=/tmp/tmp.kYqDhujHqH
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.001 + GOPATH=/tmp/tmp.kYqDhujHqH
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.001 + RM_GOPATH=1
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.001 + case "$(go env GOARCH)" in
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.001 ++ go env GOARCH
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.049 + export GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.049 + GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.050 ++ dirname /tmp/install/install.sh
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.070 + dir=/tmp/install
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.070 + bin=golangci_lint
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.070 + shift
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.070 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.070 + . /tmp/install/golangci_lint.installer
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 ++ : v1.23.8
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + install_golangci_lint
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + set -e
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + export GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + GOBIN=/build
22:08:13 [2021-06-24T22:08:13.892Z] #50 6.071 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:08:13 [2021-06-24T22:08:13.892Z] #50 7.029 go: downloading github.com/golangci/golangci-lint v1.23.8
22:08:13 [2021-06-24T22:08:13.892Z] #50 ...
22:08:13 [2021-06-24T22:08:13.892Z] 
22:08:13 [2021-06-24T22:08:13.892Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:13 [2021-06-24T22:08:13.892Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:13 [2021-06-24T22:08:13.892Z] #56 5.313 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:13 [2021-06-24T22:08:13.892Z] #56 5.409 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:13 [2021-06-24T22:08:13.892Z] #56 5.497 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:13 [2021-06-24T22:08:13.892Z] #56 6.770 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:13 [2021-06-24T22:08:13.892Z] #56 8.545 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:13 [2021-06-24T22:08:13.922Z] #32 ...
22:08:13 [2021-06-24T22:08:13.922Z] 
22:08:13 [2021-06-24T22:08:13.922Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:13 [2021-06-24T22:08:13.922Z] #48 sha256:966073014a2c49da1fb53cab420e7bf93b3b30b8b80af3699e2040bd7faba338
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + RM_GOPATH=0
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + TMP_GOPATH=
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + : /build
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + '[' -z '' ']'
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 ++ mktemp -d
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + export GOPATH=/tmp/tmp.ucqhlyYkBE
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + GOPATH=/tmp/tmp.ucqhlyYkBE
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + RM_GOPATH=1
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + case "$(go env GOARCH)" in
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 ++ go env GOARCH
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + export GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + GO_BUILDMODE=-buildmode=pie
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 ++ dirname /tmp/install/install.sh
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + dir=/tmp/install
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + bin=gotestsum
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + shift
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + . /tmp/install/gotestsum.installer
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 ++ : v0.5.3
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + install_gotestsum
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + set -e
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + export GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + GO111MODULE=on
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + GOBIN=/build
22:08:13 [2021-06-24T22:08:13.922Z] #48 4.778 + go get gotest.tools/gotestsum@v0.5.3
22:08:13 [2021-06-24T22:08:13.922Z] #48 5.365 go: downloading gotest.tools/gotestsum v0.5.3
22:08:13 [2021-06-24T22:08:13.922Z] #48 7.754 go: downloading github.com/fatih/color v1.9.0
22:08:13 [2021-06-24T22:08:13.922Z] #48 7.893 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.009 go: downloading github.com/pkg/errors v0.9.1
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.023 go: downloading github.com/spf13/pflag v1.0.3
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.349 go: downloading github.com/mattn/go-colorable v0.1.6
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.477 go: downloading github.com/mattn/go-isatty v0.0.12
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.543 go: downloading github.com/jonboulle/clockwork v0.1.0
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.579 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:08:13 [2021-06-24T22:08:13.922Z] #48 8.602 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:08:13 [2021-06-24T22:08:13.922Z] #48 9.234 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:08:13 [2021-06-24T22:08:13.922Z] #48 ...
22:08:13 [2021-06-24T22:08:13.922Z] 
22:08:13 [2021-06-24T22:08:13.922Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:13 [2021-06-24T22:08:13.922Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:13 [2021-06-24T22:08:13.922Z] #40 5.084 + git clone https://github.com/docker/distribution.git .
22:08:13 [2021-06-24T22:08:13.922Z] #40 5.084 Cloning into '.'...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.3 Selecting previously unselected package libtsan0-arm64-cross.
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.3 Preparing to unpack .../036-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.3 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Selecting previously unselected package libubsan1-arm64-cross.
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Preparing to unpack .../037-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Selecting previously unselected package libgcc-8-dev-arm64-cross.
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Preparing to unpack .../038-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:14 [2021-06-24T22:08:14.013Z] #17 108.5 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
22:08:14 [2021-06-24T22:08:14.145Z] #29 ...
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
22:08:14 [2021-06-24T22:08:14.145Z] #31 sha256:479a1fefaeadd7246cffd8723dbcbab1bd081531eeea5e4a7991661fd489f346
22:08:14 [2021-06-24T22:08:14.145Z] #31 DONE 5.5s
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
22:08:14 [2021-06-24T22:08:14.145Z] #39 sha256:f47cbe0b1df6c9e802ddf2e61b4e238451dc2fc629086e090d0adf20aca126e5
22:08:14 [2021-06-24T22:08:14.145Z] #39 DONE 5.5s
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:14 [2021-06-24T22:08:14.145Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:14 [2021-06-24T22:08:14.145Z] #32 ...
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
22:08:14 [2021-06-24T22:08:14.145Z] #29 sha256:aa5f8f1909d4d679258d8e177b90678d4b48739a848bc9ace8339a1038dd76f1
22:08:14 [2021-06-24T22:08:14.145Z] #29 DONE 8.5s
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #43 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
22:08:14 [2021-06-24T22:08:14.145Z] #43 sha256:b01e95ff9a4d7ba750fd830a701fbd7efeb3e2c755948e93f16ac5e0f4a55568
22:08:14 [2021-06-24T22:08:14.145Z] #43 DONE 5.6s
22:08:14 [2021-06-24T22:08:14.145Z] 
22:08:14 [2021-06-24T22:08:14.145Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:14 [2021-06-24T22:08:14.145Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:14 [2021-06-24T22:08:14.159Z] #56 ...
22:08:14 [2021-06-24T22:08:14.159Z] 
22:08:14 [2021-06-24T22:08:14.159Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:14 [2021-06-24T22:08:14.159Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + : /build
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + export GOPATH=/tmp/tmp.xPVu7KRarf
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + GOPATH=/tmp/tmp.xPVu7KRarf
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.237 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.246 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.314 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.314 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.315 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + bin=shfmt
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + shift
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + . /tmp/install/shfmt.installer
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + install_shfmt
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.333 + git clone https://github.com/mvdan/sh.git /tmp/tmp.xPVu7KRarf/src/github.com/mvdan/sh
22:08:14 [2021-06-24T22:08:14.159Z] #52 6.358 Cloning into '/tmp/tmp.xPVu7KRarf/src/github.com/mvdan/sh'...
22:08:14 [2021-06-24T22:08:14.159Z] #52 ...
22:08:14 [2021-06-24T22:08:14.159Z] 
22:08:14 [2021-06-24T22:08:14.159Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 sha256:823a81b288c5f6106d91d15f068a99cc61b658e28a55be6abe5d8ec3d54b4d8b
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.944 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.944 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.944 + : /build
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.944 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.945 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.946 + export GOPATH=/tmp/tmp.k60IYlWu8I
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.946 + GOPATH=/tmp/tmp.k60IYlWu8I
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.946 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.946 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.951 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.965 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.965 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.965 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.967 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + bin=rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + shift
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + . /tmp/install/rootlesskit.installer
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 ++ : 4cd567642273d369adaadcbadca00880552c1778
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + install_rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + case "$1" in
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + export CGO_ENABLED=0
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + CGO_ENABLED=0
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + _install_rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.968 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.k60IYlWu8I/src/github.com/rootless-containers/rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 4.969 Cloning into '/tmp/tmp.k60IYlWu8I/src/github.com/rootless-containers/rootlesskit'...
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.205 + cd /tmp/tmp.k60IYlWu8I/src/github.com/rootless-containers/rootlesskit
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.208 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.232 + export GO111MODULE=on
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.232 + GO111MODULE=on
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.232 + export GOPROXY=https://proxy.golang.org
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.233 + GOPROXY=https://proxy.golang.org
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.233 + for f in rootlesskit rootlesskit-docker-proxy
22:08:14 [2021-06-24T22:08:14.159Z] #59 9.233 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:08:14 [2021-06-24T22:08:14.182Z] #40 ...
22:08:14 [2021-06-24T22:08:14.182Z] 
22:08:14 [2021-06-24T22:08:14.182Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:14 [2021-06-24T22:08:14.182Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:14 [2021-06-24T22:08:14.182Z] #56 6.163 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:14 [2021-06-24T22:08:14.182Z] #56 6.351 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:14 [2021-06-24T22:08:14.182Z] #56 6.351 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:14 [2021-06-24T22:08:14.182Z] #56 7.993 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:14 [2021-06-24T22:08:14.182Z] #56 10.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:14 [2021-06-24T22:08:14.271Z] #17 108.9 Selecting previously unselected package gcc-8-aarch64-linux-gnu.
22:08:14 [2021-06-24T22:08:14.420Z] #59 ...
22:08:14 [2021-06-24T22:08:14.420Z] 
22:08:14 [2021-06-24T22:08:14.420Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:14 [2021-06-24T22:08:14.420Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:14 [2021-06-24T22:08:14.420Z] #36 6.632 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:14 [2021-06-24T22:08:14.420Z] #36 6.652 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:14 [2021-06-24T22:08:14.420Z] #36 6.793 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:14 [2021-06-24T22:08:14.420Z] #36 7.581 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:14 [2021-06-24T22:08:14.420Z] #36 9.493 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:14 [2021-06-24T22:08:14.443Z] #56 ...
22:08:14 [2021-06-24T22:08:14.443Z] 
22:08:14 [2021-06-24T22:08:14.443Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:14 [2021-06-24T22:08:14.443Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.971 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.971 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.971 + : /build
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.971 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.975 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.980 + export GOPATH=/tmp/tmp.Q0K2AHPh6P
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.980 + GOPATH=/tmp/tmp.Q0K2AHPh6P
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.980 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.980 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.443Z] #52 4.980 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + bin=shfmt
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + shift
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + . /tmp/install/shfmt.installer
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + install_shfmt
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Q0K2AHPh6P/src/github.com/mvdan/sh
22:08:14 [2021-06-24T22:08:14.444Z] #52 4.988 Cloning into '/tmp/tmp.Q0K2AHPh6P/src/github.com/mvdan/sh'...
22:08:14 [2021-06-24T22:08:14.444Z] #52 ...
22:08:14 [2021-06-24T22:08:14.444Z] 
22:08:14 [2021-06-24T22:08:14.444Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:14 [2021-06-24T22:08:14.444Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.369 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.369 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.369 + : /build
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.369 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.369 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.372 + export GOPATH=/tmp/tmp.twVeRBKinD
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.372 + GOPATH=/tmp/tmp.twVeRBKinD
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.372 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.372 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.383 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + bin=vndr
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + shift
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + '[' '!' -f /tmp/install/vndr.installer ']'
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + . /tmp/install/vndr.installer
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + install_vndr
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.twVeRBKinD/src/github.com/LK4D4/vndr
22:08:14 [2021-06-24T22:08:14.444Z] #46 5.416 Cloning into '/tmp/tmp.twVeRBKinD/src/github.com/LK4D4/vndr'...
22:08:14 [2021-06-24T22:08:14.444Z] #46 6.418 + cd /tmp/tmp.twVeRBKinD/src/github.com/LK4D4/vndr
22:08:14 [2021-06-24T22:08:14.444Z] #46 6.423 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:08:14 [2021-06-24T22:08:14.444Z] #46 6.446 + go build -buildmode=pie -v -o /build/vndr .
22:08:14 [2021-06-24T22:08:14.444Z] #46 8.623 internal/unsafeheader
22:08:14 [2021-06-24T22:08:14.444Z] #46 8.643 internal/cpu
22:08:14 [2021-06-24T22:08:14.444Z] #46 8.834 runtime/internal/atomic
22:08:14 [2021-06-24T22:08:14.444Z] #46 9.252 runtime/internal/sys
22:08:14 [2021-06-24T22:08:14.444Z] #46 9.500 runtime/internal/math
22:08:14 [2021-06-24T22:08:14.444Z] #46 9.638 internal/race
22:08:14 [2021-06-24T22:08:14.444Z] #46 9.666 internal/bytealg
22:08:14 [2021-06-24T22:08:14.444Z] #46 9.824 sync/atomic
22:08:14 [2021-06-24T22:08:14.444Z] #46 10.26 unicode
22:08:14 [2021-06-24T22:08:14.444Z] #46 10.84 runtime
22:08:14 [2021-06-24T22:08:14.529Z] #17 108.9 Preparing to unpack .../039-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:14 [2021-06-24T22:08:14.529Z] #17 108.9 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:14 [2021-06-24T22:08:14.684Z] #36 ...
22:08:14 [2021-06-24T22:08:14.684Z] 
22:08:14 [2021-06-24T22:08:14.684Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:14 [2021-06-24T22:08:14.684Z] #24 sha256:dfb14a7ae4d5831677691c12a184ec86e93c3d7171ad01ad286a26646426a40b
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + : /build
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + export GOPATH=/tmp/tmp.4GlqMhnp0P
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + GOPATH=/tmp/tmp.4GlqMhnp0P
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.183 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + bin=dockercli
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + shift
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + . /tmp/install/dockercli.installer
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 ++ : stable
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 ++ : 17.06.2-ce
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + install_dockercli
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 ++ uname -m
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + arch=x86_64
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + '[' x86_64 '!=' x86_64 ']'
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + url=https://download.docker.com/linux/static
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 + tar -xz docker/docker
22:08:14 [2021-06-24T22:08:14.684Z] #24 5.193 Install docker/cli version 17.06.2-ce from stable
22:08:14 [2021-06-24T22:08:14.684Z] #24 ...
22:08:14 [2021-06-24T22:08:14.684Z] 
22:08:14 [2021-06-24T22:08:14.684Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:14 [2021-06-24T22:08:14.684Z] #34 sha256:eadd840bcf1eed2bca63ed0882467497769a77be7d9fbce51ed15907d3c285cc
22:08:14 [2021-06-24T22:08:14.684Z] #34 5.193 Install go-toml version v1.8.1
22:08:14 [2021-06-24T22:08:14.684Z] #34 5.501 go: downloading github.com/pelletier/go-toml v1.8.1
22:08:14 [2021-06-24T22:08:14.684Z] #34 8.588 github.com/pelletier/go-toml
22:08:14 [2021-06-24T22:08:14.703Z] #46 ...
22:08:14 [2021-06-24T22:08:14.703Z] 
22:08:14 [2021-06-24T22:08:14.703Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:14 [2021-06-24T22:08:14.703Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:14 [2021-06-24T22:08:14.703Z] #36 4.081 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 4.097 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 4.097 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 4.339 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 4.791 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 6.469 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:14 [2021-06-24T22:08:14.703Z] #36 ...
22:08:14 [2021-06-24T22:08:14.703Z] 
22:08:14 [2021-06-24T22:08:14.703Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:14 [2021-06-24T22:08:14.703Z] #48 sha256:966073014a2c49da1fb53cab420e7bf93b3b30b8b80af3699e2040bd7faba338
22:08:14 [2021-06-24T22:08:14.703Z] #48 11.41 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:08:14 [2021-06-24T22:08:14.946Z] #34 ...
22:08:14 [2021-06-24T22:08:14.946Z] 
22:08:14 [2021-06-24T22:08:14.946Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:14 [2021-06-24T22:08:14.946Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:14 [2021-06-24T22:08:14.946Z] #40 5.518 + git clone https://github.com/docker/distribution.git .
22:08:14 [2021-06-24T22:08:14.946Z] #40 5.527 Cloning into '.'...
22:08:14 [2021-06-24T22:08:14.946Z] #40 ...
22:08:14 [2021-06-24T22:08:14.946Z] 
22:08:14 [2021-06-24T22:08:14.946Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:14 [2021-06-24T22:08:14.946Z] #48 sha256:0093363b787706e8e85f6b34518b34c0d0b03aa354f60d12b5b93d2f19d194b0
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.425 + RM_GOPATH=0
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.425 + TMP_GOPATH=
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.425 + : /build
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.425 + '[' -z '' ']'
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 ++ mktemp -d
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 + export GOPATH=/tmp/tmp.6qLw8ZuM8Q
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 + GOPATH=/tmp/tmp.6qLw8ZuM8Q
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 + RM_GOPATH=1
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 + case "$(go env GOARCH)" in
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.436 ++ go env GOARCH
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.439 + export GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.439 + GO_BUILDMODE=-buildmode=pie
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 ++ dirname /tmp/install/install.sh
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + dir=/tmp/install
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + bin=gotestsum
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + shift
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + . /tmp/install/gotestsum.installer
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 ++ : v0.5.3
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + install_gotestsum
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + set -e
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + export GO111MODULE=on
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + GO111MODULE=on
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + GOBIN=/build
22:08:14 [2021-06-24T22:08:14.946Z] #48 5.444 + go get gotest.tools/gotestsum@v0.5.3
22:08:14 [2021-06-24T22:08:14.946Z] #48 6.181 go: downloading gotest.tools/gotestsum v0.5.3
22:08:14 [2021-06-24T22:08:14.946Z] #48 7.714 go: downloading github.com/fatih/color v1.9.0
22:08:14 [2021-06-24T22:08:14.946Z] #48 7.716 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:08:14 [2021-06-24T22:08:14.946Z] #48 7.738 go: downloading github.com/pkg/errors v0.9.1
22:08:14 [2021-06-24T22:08:14.946Z] #48 7.764 go: downloading github.com/spf13/pflag v1.0.3
22:08:14 [2021-06-24T22:08:14.946Z] #48 8.102 go: downloading github.com/mattn/go-colorable v0.1.6
22:08:14 [2021-06-24T22:08:14.946Z] #48 8.128 go: downloading github.com/mattn/go-isatty v0.0.12
22:08:14 [2021-06-24T22:08:14.946Z] #48 8.236 go: downloading github.com/jonboulle/clockwork v0.1.0
22:08:14 [2021-06-24T22:08:14.946Z] #48 8.292 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:08:14 [2021-06-24T22:08:14.946Z] #48 8.421 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:08:14 [2021-06-24T22:08:14.946Z] #48 9.017 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:08:14 [2021-06-24T22:08:14.946Z] #48 11.12 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:08:15 [2021-06-24T22:08:15.208Z] #48 ...
22:08:15 [2021-06-24T22:08:15.208Z] 
22:08:15 [2021-06-24T22:08:15.208Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:15 [2021-06-24T22:08:15.208Z] #59 sha256:823a81b288c5f6106d91d15f068a99cc61b658e28a55be6abe5d8ec3d54b4d8b
22:08:15 [2021-06-24T22:08:15.208Z] #59 10.80 go: downloading github.com/pkg/errors v0.9.1
22:08:15 [2021-06-24T22:08:15.208Z] #59 10.80 go: downloading github.com/sirupsen/logrus v1.8.1
22:08:15 [2021-06-24T22:08:15.208Z] #59 10.92 go: downloading github.com/urfave/cli/v2 v2.3.0
22:08:15 [2021-06-24T22:08:15.208Z] #59 11.38 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.3 Selecting previously unselected package gcc-aarch64-linux-gnu.
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.3 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.3 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.4 Selecting previously unselected package linux-libc-dev-arm64-cross.
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.4 Preparing to unpack .../041-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ...
22:08:15 [2021-06-24T22:08:15.899Z] #17 110.4 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
22:08:16 [2021-06-24T22:08:16.414Z] #17 110.8 Selecting previously unselected package libc6-dev-arm64-cross.
22:08:16 [2021-06-24T22:08:16.414Z] #17 110.8 Preparing to unpack .../042-libc6-dev-arm64-cross_2.28-7cross1_all.deb ...
22:08:16 [2021-06-24T22:08:16.414Z] #17 110.8 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ...
22:08:16 [2021-06-24T22:08:16.978Z] #17 111.5 Selecting previously unselected package libstdc++-8-dev-arm64-cross.
22:08:16 [2021-06-24T22:08:16.978Z] #17 111.5 Preparing to unpack .../043-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
22:08:17 [2021-06-24T22:08:17.235Z] #17 111.5 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
22:08:17 [2021-06-24T22:08:17.799Z] #17 112.2 Selecting previously unselected package g++-8-aarch64-linux-gnu.
22:08:17 [2021-06-24T22:08:17.799Z] #17 112.2 Preparing to unpack .../044-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:17 [2021-06-24T22:08:17.799Z] #17 112.2 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:18 [2021-06-24T22:08:18.017Z] #48 ...
22:08:18 [2021-06-24T22:08:18.017Z] 
22:08:18 [2021-06-24T22:08:18.017Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:18 [2021-06-24T22:08:18.017Z] #24 sha256:638302325368b3766c5b4ca0f06d64fa79a45023ade5904b528001e2ca2aec7c
22:08:18 [2021-06-24T22:08:18.017Z] #24 13.92 + mkdir -p /build
22:08:18 [2021-06-24T22:08:18.017Z] #24 13.94 + mv docker/docker /build/
22:08:18 [2021-06-24T22:08:18.017Z] #24 13.95 + rmdir docker
22:08:18 [2021-06-24T22:08:18.017Z] #24 DONE 14.5s
22:08:18 [2021-06-24T22:08:18.017Z] 
22:08:18 [2021-06-24T22:08:18.017Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + RM_GOPATH=0
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + TMP_GOPATH=
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + : /build
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + '[' -z '' ']'
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 ++ mktemp -d
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + export GOPATH=/tmp/tmp.xLnV6e9Yxx
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + GOPATH=/tmp/tmp.xLnV6e9Yxx
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + RM_GOPATH=1
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 + case "$(go env GOARCH)" in
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.698 ++ go env GOARCH
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + export GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 ++ dirname /tmp/install/install.sh
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + dir=/tmp/install
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + bin=rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + shift
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + . /tmp/install/rootlesskit.installer
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 ++ : 4cd567642273d369adaadcbadca00880552c1778
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + install_rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + case "$1" in
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + export CGO_ENABLED=0
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + CGO_ENABLED=0
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.787 + _install_rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.796 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.796 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.796 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xLnV6e9Yxx/src/github.com/rootless-containers/rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 5.796 Cloning into '/tmp/tmp.xLnV6e9Yxx/src/github.com/rootless-containers/rootlesskit'...
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.40 + cd /tmp/tmp.xLnV6e9Yxx/src/github.com/rootless-containers/rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.40 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + export GO111MODULE=on
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + GO111MODULE=on
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + export GOPROXY=https://proxy.golang.org
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + GOPROXY=https://proxy.golang.org
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + for f in rootlesskit rootlesskit-docker-proxy
22:08:18 [2021-06-24T22:08:18.017Z] #59 11.47 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:08:18 [2021-06-24T22:08:18.017Z] #59 12.97 go: downloading github.com/pkg/errors v0.9.1
22:08:18 [2021-06-24T22:08:18.017Z] #59 12.97 go: downloading github.com/sirupsen/logrus v1.8.1
22:08:18 [2021-06-24T22:08:18.017Z] #59 13.07 go: downloading github.com/urfave/cli/v2 v2.3.0
22:08:18 [2021-06-24T22:08:18.017Z] #59 13.71 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:08:18 [2021-06-24T22:08:18.283Z] #59 ...
22:08:18 [2021-06-24T22:08:18.283Z] 
22:08:18 [2021-06-24T22:08:18.283Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:18 [2021-06-24T22:08:18.283Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:18 [2021-06-24T22:08:18.283Z] #46 13.91 unicode/utf8
22:08:18 [2021-06-24T22:08:18.283Z] #46 14.99 math/bits
22:08:18 [2021-06-24T22:08:18.364Z] #44 ...
22:08:18 [2021-06-24T22:08:18.364Z] 
22:08:18 [2021-06-24T22:08:18.364Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
22:08:18 [2021-06-24T22:08:18.364Z] #12 sha256:91c3a5a03f07a6240e778b0792291c81b2ee46feca5c00d4c1f934fb10086bb9
22:08:18 [2021-06-24T22:08:18.364Z] #12 DONE 9.2s
22:08:18 [2021-06-24T22:08:18.364Z] 
22:08:18 [2021-06-24T22:08:18.364Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:18 [2021-06-24T22:08:18.364Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:18 [2021-06-24T22:08:18.518Z] #59 ...
22:08:18 [2021-06-24T22:08:18.518Z] 
22:08:18 [2021-06-24T22:08:18.518Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:18 [2021-06-24T22:08:18.518Z] #24 sha256:dfb14a7ae4d5831677691c12a184ec86e93c3d7171ad01ad286a26646426a40b
22:08:18 [2021-06-24T22:08:18.518Z] #24 13.33 + mkdir -p /build
22:08:18 [2021-06-24T22:08:18.518Z] #24 13.35 + mv docker/docker /build/
22:08:18 [2021-06-24T22:08:18.518Z] #24 13.38 + rmdir docker
22:08:18 [2021-06-24T22:08:18.518Z] #24 DONE 14.2s
22:08:18 [2021-06-24T22:08:18.518Z] 
22:08:18 [2021-06-24T22:08:18.518Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:18 [2021-06-24T22:08:18.518Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:08:18 [2021-06-24T22:08:18.518Z] #46 13.05 unicode/utf8
22:08:18 [2021-06-24T22:08:18.518Z] #46 13.59 math/bits
22:08:18 [2021-06-24T22:08:18.518Z] #46 14.46 math
22:08:18 [2021-06-24T22:08:18.626Z] #13 ...
22:08:18 [2021-06-24T22:08:18.626Z] 
22:08:18 [2021-06-24T22:08:18.626Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:18 [2021-06-24T22:08:18.626Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + RM_GOPATH=0
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + TMP_GOPATH=
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + : /build
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + '[' -z '' ']'
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 ++ mktemp -d
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + export GOPATH=/tmp/tmp.qMEoYyWQCa
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + GOPATH=/tmp/tmp.qMEoYyWQCa
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + RM_GOPATH=1
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + case "$(go env GOARCH)" in
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 ++ go env GOARCH
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + export GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 ++ dirname /tmp/install/install.sh
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + dir=/tmp/install
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + bin=vndr
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + shift
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + '[' '!' -f /tmp/install/vndr.installer ']'
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + . /tmp/install/vndr.installer
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + install_vndr
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.740 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.742 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.qMEoYyWQCa/src/github.com/LK4D4/vndr
22:08:18 [2021-06-24T22:08:18.626Z] #46 9.747 Cloning into '/tmp/tmp.qMEoYyWQCa/src/github.com/LK4D4/vndr'...
22:08:18 [2021-06-24T22:08:18.888Z] #46 ...
22:08:18 [2021-06-24T22:08:18.888Z] 
22:08:18 [2021-06-24T22:08:18.888Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:18 [2021-06-24T22:08:18.888Z] #24 sha256:7ab60c7ecbcb404124ea02eb8ff252ec35aa808d1c23f0378a814abc9c2bdc57
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + RM_GOPATH=0
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + TMP_GOPATH=
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + : /build
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + '[' -z '' ']'
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 ++ mktemp -d
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + export GOPATH=/tmp/tmp.4alIsTXwvQ
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + GOPATH=/tmp/tmp.4alIsTXwvQ
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + RM_GOPATH=1
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 + case "$(go env GOARCH)" in
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.405 ++ go env GOARCH
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.409 + export GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.409 + GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.409 ++ dirname /tmp/install/install.sh
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.410 + dir=/tmp/install
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.410 + bin=dockercli
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.410 + shift
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.411 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.411 + . /tmp/install/dockercli.installer
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.411 ++ : stable
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.411 ++ : 17.06.2-ce
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.412 Install docker/cli version 17.06.2-ce from stable
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.412 + install_dockercli
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.412 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.413 ++ uname -m
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.415 + arch=x86_64
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.415 + '[' x86_64 '!=' x86_64 ']'
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.415 + url=https://download.docker.com/linux/static
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.415 + tar -xz docker/docker
22:08:18 [2021-06-24T22:08:18.888Z] #24 9.417 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:08:18 [2021-06-24T22:08:18.888Z] #24 ...
22:08:18 [2021-06-24T22:08:18.888Z] 
22:08:18 [2021-06-24T22:08:18.888Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:18 [2021-06-24T22:08:18.888Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + RM_GOPATH=0
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + TMP_GOPATH=
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + : /build
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + '[' -z '' ']'
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 ++ mktemp -d
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + export GOPATH=/tmp/tmp.EV6IiRxjMH
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + GOPATH=/tmp/tmp.EV6IiRxjMH
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + RM_GOPATH=1
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + case "$(go env GOARCH)" in
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 ++ go env GOARCH
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + export GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.689 + GO_BUILDMODE=-buildmode=pie
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 ++ dirname /tmp/install/install.sh
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + dir=/tmp/install
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + bin=golangci_lint
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + shift
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + . /tmp/install/golangci_lint.installer
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 ++ : v1.23.8
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + install_golangci_lint
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + set -e
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + export GO111MODULE=on
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + GO111MODULE=on
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + GOBIN=/build
22:08:18 [2021-06-24T22:08:18.888Z] #50 9.698 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
22:08:18 [2021-06-24T22:08:18.888Z] #50 10.38 go: downloading github.com/golangci/golangci-lint v1.23.8
22:08:19 [2021-06-24T22:08:19.150Z] #50 ...
22:08:19 [2021-06-24T22:08:19.150Z] 
22:08:19 [2021-06-24T22:08:19.150Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:19 [2021-06-24T22:08:19.150Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:19 [2021-06-24T22:08:19.150Z] #36 ...
22:08:19 [2021-06-24T22:08:19.150Z] 
22:08:19 [2021-06-24T22:08:19.150Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:19 [2021-06-24T22:08:19.150Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + RM_GOPATH=0
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + TMP_GOPATH=
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + : /build
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + '[' -z '' ']'
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 ++ mktemp -d
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + export GOPATH=/tmp/tmp.NhezaaFtNh
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + GOPATH=/tmp/tmp.NhezaaFtNh
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + RM_GOPATH=1
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 + case "$(go env GOARCH)" in
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.233 ++ go env GOARCH
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + export GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 ++ dirname /tmp/install/install.sh
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + dir=/tmp/install
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + bin=shfmt
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + shift
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + '[' '!' -f /tmp/install/shfmt.installer ']'
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + . /tmp/install/shfmt.installer
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + install_shfmt
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 + git clone https://github.com/mvdan/sh.git /tmp/tmp.NhezaaFtNh/src/github.com/mvdan/sh
22:08:19 [2021-06-24T22:08:19.150Z] #52 9.253 Cloning into '/tmp/tmp.NhezaaFtNh/src/github.com/mvdan/sh'...
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.6 Selecting previously unselected package g++-aarch64-linux-gnu.
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.6 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.6 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.7 Selecting previously unselected package patch.
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.7 Preparing to unpack .../046-patch_2.7.6-3+deb10u1_amd64.deb ...
22:08:19 [2021-06-24T22:08:19.170Z] #17 113.7 Unpacking patch (2.7.6-3+deb10u1) ...
22:08:19 [2021-06-24T22:08:19.414Z] #52 ...
22:08:19 [2021-06-24T22:08:19.414Z] 
22:08:19 [2021-06-24T22:08:19.414Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:19 [2021-06-24T22:08:19.414Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:19 [2021-06-24T22:08:19.414Z] #56 9.690 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:19 [2021-06-24T22:08:19.414Z] #56 9.782 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:19 [2021-06-24T22:08:19.414Z] #56 9.853 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:19 [2021-06-24T22:08:19.414Z] #56 10.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:19 [2021-06-24T22:08:19.428Z] #17 113.8 Selecting previously unselected package dpkg-dev.
22:08:19 [2021-06-24T22:08:19.428Z] #17 113.8 Preparing to unpack .../047-dpkg-dev_1.19.7_all.deb ...
22:08:19 [2021-06-24T22:08:19.428Z] #17 113.8 Unpacking dpkg-dev (1.19.7) ...
22:08:19 [2021-06-24T22:08:19.677Z] #56 ...
22:08:19 [2021-06-24T22:08:19.677Z] 
22:08:19 [2021-06-24T22:08:19.677Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:19 [2021-06-24T22:08:19.677Z] #48 sha256:0d600eecfc7a7cc777694635fed5c84e0f807027ee2ff7a8b5cdef24597b62bf
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.906 + RM_GOPATH=0
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.906 + TMP_GOPATH=
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.906 + : /build
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.906 + '[' -z '' ']'
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.906 ++ mktemp -d
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.912 + export GOPATH=/tmp/tmp.dnJkLvJHUP
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.912 + GOPATH=/tmp/tmp.dnJkLvJHUP
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.912 + RM_GOPATH=1
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.912 + case "$(go env GOARCH)" in
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.912 ++ go env GOARCH
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + export GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 ++ dirname /tmp/install/install.sh
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + dir=/tmp/install
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + bin=gotestsum
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + shift
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + '[' '!' -f /tmp/install/gotestsum.installer ']'
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + . /tmp/install/gotestsum.installer
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 ++ : v0.5.3
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + install_gotestsum
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + set -e
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + export GO111MODULE=on
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + GO111MODULE=on
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + GOBIN=/build
22:08:19 [2021-06-24T22:08:19.677Z] #48 9.933 + go get gotest.tools/gotestsum@v0.5.3
22:08:19 [2021-06-24T22:08:19.677Z] #48 10.55 go: downloading gotest.tools/gotestsum v0.5.3
22:08:19 [2021-06-24T22:08:19.677Z] #48 ...
22:08:19 [2021-06-24T22:08:19.677Z] 
22:08:19 [2021-06-24T22:08:19.677Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:19 [2021-06-24T22:08:19.677Z] #59 sha256:0cef50f2f9e659e56dc01507b733b05e0112a3887dc81a70917226ada86a937f
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.30 + RM_GOPATH=0
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.30 + TMP_GOPATH=
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.30 + : /build
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.30 + '[' -z '' ']'
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.30 ++ mktemp -d
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.31 + export GOPATH=/tmp/tmp.NLi9eShN41
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.31 + GOPATH=/tmp/tmp.NLi9eShN41
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.31 + RM_GOPATH=1
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.31 + case "$(go env GOARCH)" in
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.31 ++ go env GOARCH
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.32 + export GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.32 + GO_BUILDMODE=-buildmode=pie
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.32 ++ dirname /tmp/install/install.sh
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + dir=/tmp/install
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + bin=rootlesskit
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + shift
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + . /tmp/install/rootlesskit.installer
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 ++ : 4cd567642273d369adaadcbadca00880552c1778
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + install_rootlesskit
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + case "$1" in
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + export CGO_ENABLED=0
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + CGO_ENABLED=0
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + _install_rootlesskit
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.NLi9eShN41/src/github.com/rootless-containers/rootlesskit
22:08:19 [2021-06-24T22:08:19.677Z] #59 10.33 Cloning into '/tmp/tmp.NLi9eShN41/src/github.com/rootless-containers/rootlesskit'...
22:08:19 [2021-06-24T22:08:19.685Z] #46 16.00 math
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.0 Selecting previously unselected package libconfig-inifiles-perl.
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.0 Preparing to unpack .../048-libconfig-inifiles-perl_3.000001-1_all.deb ...
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.0 Unpacking libconfig-inifiles-perl (3.000001-1) ...
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Selecting previously unselected package libio-string-perl.
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Preparing to unpack .../049-libio-string-perl_1.08-3_all.deb ...
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Unpacking libio-string-perl (1.08-3) ...
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Selecting previously unselected package libicu63:amd64.
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Preparing to unpack .../050-libicu63_63.1-6+deb10u1_amd64.deb ...
22:08:19 [2021-06-24T22:08:19.685Z] #17 114.1 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Extraction ended at 06/24/2021 22:08:16. Duration:00:00:21.1881930
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Updating the golang and path environment variables
22:08:19 [2021-06-24T22:08:19.909Z] INFO: GOPATH=d:\gopath
22:08:19 [2021-06-24T22:08:19.909Z] INFO: go version go1.16.5 windows/amd64
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Running the daemon under test in debug mode
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Starting a daemon under test...
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42450\33\daemon --pidfile d:\CI\PR-42450\33\docker.pid -D
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Process started successfully.
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Start tailing logs of the daemon under tests
22:08:19 [2021-06-24T22:08:19.909Z] INFO: Waiting for the daemon under test to start...
22:08:19 [2021-06-24T22:08:19.912Z] #46 ...
22:08:19 [2021-06-24T22:08:19.912Z] 
22:08:19 [2021-06-24T22:08:19.912Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:19 [2021-06-24T22:08:19.912Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:19 [2021-06-24T22:08:19.912Z] #32 5.765 + git clone https://github.com/kolyshkin/go-swagger.git .
22:08:19 [2021-06-24T22:08:19.912Z] #32 5.775 Cloning into '.'...
22:08:19 [2021-06-24T22:08:19.912Z] #32 ...
22:08:19 [2021-06-24T22:08:19.912Z] 
22:08:19 [2021-06-24T22:08:19.912Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:19 [2021-06-24T22:08:19.912Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:19 [2021-06-24T22:08:19.912Z] #44 6.608 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 6.663 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 6.744 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 7.295 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease [1540 B]
22:08:19 [2021-06-24T22:08:19.912Z] #44 7.830 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 9.656 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 12.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:19 [2021-06-24T22:08:19.912Z] #44 14.38 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  Packages [2139 B]
22:08:19 [2021-06-24T22:08:19.912Z] #44 ...
22:08:19 [2021-06-24T22:08:19.912Z] 
22:08:19 [2021-06-24T22:08:19.912Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:19 [2021-06-24T22:08:19.912Z] #59 sha256:823a81b288c5f6106d91d15f068a99cc61b658e28a55be6abe5d8ec3d54b4d8b
22:08:19 [2021-06-24T22:08:19.912Z] #59 16.16 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:08:19 [2021-06-24T22:08:19.939Z] #59 ...
22:08:19 [2021-06-24T22:08:19.939Z] 
22:08:19 [2021-06-24T22:08:19.940Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:19 [2021-06-24T22:08:19.940Z] #34 sha256:775ff0ea0a55aff77486842107769eb0087620e651668b326573e28f374b2ab7
22:08:19 [2021-06-24T22:08:19.940Z] #34 9.535 Install go-toml version v1.8.1
22:08:19 [2021-06-24T22:08:19.940Z] #34 10.16 go: downloading github.com/pelletier/go-toml v1.8.1
22:08:19 [2021-06-24T22:08:19.940Z] #34 ...
22:08:19 [2021-06-24T22:08:19.940Z] 
22:08:19 [2021-06-24T22:08:19.940Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:19 [2021-06-24T22:08:19.940Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:19 [2021-06-24T22:08:19.940Z] #46 10.36 + cd /tmp/tmp.qMEoYyWQCa/src/github.com/LK4D4/vndr
22:08:19 [2021-06-24T22:08:19.940Z] #46 10.36 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
22:08:19 [2021-06-24T22:08:19.940Z] #46 10.38 + go build -buildmode=pie -v -o /build/vndr .
22:08:20 [2021-06-24T22:08:20.202Z] #46 11.49 internal/unsafeheader
22:08:20 [2021-06-24T22:08:20.202Z] #46 11.50 internal/cpu
22:08:20 [2021-06-24T22:08:20.202Z] #46 11.59 runtime/internal/atomic
22:08:20 [2021-06-24T22:08:20.486Z] #59 16.63 go: downloading github.com/google/uuid v1.2.0
22:08:20 [2021-06-24T22:08:20.486Z] #59 16.64 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
22:08:20 [2021-06-24T22:08:20.486Z] #59 16.69 go: downloading github.com/moby/vpnkit v0.5.0
22:08:20 [2021-06-24T22:08:20.486Z] #59 16.70 go: downloading github.com/gofrs/flock v0.8.0
22:08:20 [2021-06-24T22:08:20.486Z] #59 16.76 go: downloading github.com/gorilla/mux v1.8.0
22:08:20 [2021-06-24T22:08:20.748Z] #59 16.93 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:08:20 [2021-06-24T22:08:20.782Z] #46 12.16 runtime/internal/sys
22:08:21 [2021-06-24T22:08:21.010Z] #59 17.32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:08:21 [2021-06-24T22:08:21.044Z] #46 12.58 runtime/internal/math
22:08:21 [2021-06-24T22:08:21.044Z] #46 12.59 internal/bytealg
22:08:21 [2021-06-24T22:08:21.308Z] #46 12.68 internal/race
22:08:21 [2021-06-24T22:08:21.308Z] #46 12.84 sync/atomic
22:08:21 [2021-06-24T22:08:21.580Z] #17 115.8 Selecting previously unselected package libxml2:amd64.
22:08:21 [2021-06-24T22:08:21.580Z] #17 115.8 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 115.8 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.0 Selecting previously unselected package libxml-namespacesupport-perl.
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.0 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1_all.deb ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.0 Unpacking libxml-namespacesupport-perl (1.12-1) ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Selecting previously unselected package libxml-sax-base-perl.
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1_all.deb ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Unpacking libxml-sax-base-perl (1.09-1) ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Selecting previously unselected package libxml-sax-perl.
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Preparing to unpack .../054-libxml-sax-perl_1.00+dfsg-1_all.deb ...
22:08:21 [2021-06-24T22:08:21.580Z] #17 116.1 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
22:08:21 [2021-06-24T22:08:21.583Z] #59 17.65 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:08:21 [2021-06-24T22:08:21.838Z] #17 116.2 Selecting previously unselected package libxml-libxml-perl.
22:08:21 [2021-06-24T22:08:21.838Z] #17 116.2 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
22:08:21 [2021-06-24T22:08:21.838Z] #17 116.2 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
22:08:21 [2021-06-24T22:08:21.838Z] #17 ...
22:08:21 [2021-06-24T22:08:21.838Z] 
22:08:21 [2021-06-24T22:08:21.838Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:21 [2021-06-24T22:08:21.838Z] #47 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:21 [2021-06-24T22:08:21.838Z] #47 126.6 + dpkg --print-architecture
22:08:21 [2021-06-24T22:08:21.838Z] #47 126.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:08:21 [2021-06-24T22:08:21.883Z] #46 13.35 unicode
22:08:22 [2021-06-24T22:08:22.096Z] #47 126.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:08:22 [2021-06-24T22:08:22.096Z] #47 126.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:08:22 [2021-06-24T22:08:22.224Z] #46 ...
22:08:22 [2021-06-24T22:08:22.224Z] 
22:08:22 [2021-06-24T22:08:22.224Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:22 [2021-06-24T22:08:22.224Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:22 [2021-06-24T22:08:22.224Z] #13 5.962 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:08:22 [2021-06-24T22:08:22.224Z] #13 7.841 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:22 [2021-06-24T22:08:22.224Z] #13 9.599 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:22 [2021-06-24T22:08:22.224Z] #13 12.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:22 [2021-06-24T22:08:22.224Z] #13 ...
22:08:22 [2021-06-24T22:08:22.224Z] 
22:08:22 [2021-06-24T22:08:22.224Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:22 [2021-06-24T22:08:22.224Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:08:22 [2021-06-24T22:08:22.224Z] #50 17.98 go: downloading github.com/fatih/color v1.7.0
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.01 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.08 go: downloading github.com/pkg/errors v0.8.1
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.13 go: downloading github.com/spf13/cobra v0.0.5
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.17 go: downloading github.com/spf13/pflag v1.0.5
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.50 go: downloading github.com/spf13/viper v1.6.1
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.87 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:08:22 [2021-06-24T22:08:22.224Z] #50 18.97 go: downloading github.com/go-critic/go-critic v0.4.1
22:08:22 [2021-06-24T22:08:22.457Z] #46 13.84 runtime
22:08:23 [2021-06-24T22:08:23.164Z] #50 19.77 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:08:23 [2021-06-24T22:08:23.427Z] #50 20.03 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:08:23 [2021-06-24T22:08:23.427Z] #50 20.15 go: downloading github.com/mattn/go-colorable v0.1.4
22:08:23 [2021-06-24T22:08:23.502Z] #59 ...
22:08:23 [2021-06-24T22:08:23.502Z] 
22:08:23 [2021-06-24T22:08:23.502Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:23 [2021-06-24T22:08:23.502Z] #34 sha256:eadd840bcf1eed2bca63ed0882467497769a77be7d9fbce51ed15907d3c285cc
22:08:23 [2021-06-24T22:08:23.502Z] #34 16.77 github.com/pelletier/go-toml/cmd/tomll
22:08:23 [2021-06-24T22:08:23.502Z] #34 DONE 19.3s
22:08:23 [2021-06-24T22:08:23.502Z] 
22:08:23 [2021-06-24T22:08:23.502Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:23 [2021-06-24T22:08:23.502Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:08:23 [2021-06-24T22:08:23.502Z] #50 16.90 go: downloading github.com/fatih/color v1.7.0
22:08:23 [2021-06-24T22:08:23.502Z] #50 16.93 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.03 go: downloading github.com/pkg/errors v0.8.1
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.08 go: downloading github.com/spf13/cobra v0.0.5
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.09 go: downloading github.com/spf13/pflag v1.0.5
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.43 go: downloading github.com/spf13/viper v1.6.1
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.59 go: downloading github.com/mattn/go-colorable v0.1.4
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.60 go: downloading github.com/mattn/go-isatty v0.0.8
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.67 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:08:23 [2021-06-24T22:08:23.502Z] #50 17.71 go: downloading github.com/go-critic/go-critic v0.4.1
22:08:23 [2021-06-24T22:08:23.502Z] #50 18.42 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:08:23 [2021-06-24T22:08:23.502Z] #50 18.79 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:08:23 [2021-06-24T22:08:23.687Z] #50 20.23 go: downloading github.com/mattn/go-isatty v0.0.8
22:08:23 [2021-06-24T22:08:23.763Z] #50 ...
22:08:23 [2021-06-24T22:08:23.764Z] 
22:08:23 [2021-06-24T22:08:23.764Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:23 [2021-06-24T22:08:23.764Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:23 [2021-06-24T22:08:23.764Z] #13 5.852 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:23 [2021-06-24T22:08:23.764Z] #13 7.740 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:23 [2021-06-24T22:08:23.764Z] #13 9.863 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:23 [2021-06-24T22:08:23.947Z] #50 ...
22:08:23 [2021-06-24T22:08:23.947Z] 
22:08:23 [2021-06-24T22:08:23.947Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:23 [2021-06-24T22:08:23.947Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:23 [2021-06-24T22:08:23.947Z] #44 10.10 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:23 [2021-06-24T22:08:23.947Z] #44 11.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:23 [2021-06-24T22:08:23.947Z] #44 13.96 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  Packages [2139 B]
22:08:23 [2021-06-24T22:08:23.947Z] #44 ...
22:08:23 [2021-06-24T22:08:23.947Z] 
22:08:23 [2021-06-24T22:08:23.947Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:23 [2021-06-24T22:08:23.947Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:23 [2021-06-24T22:08:23.947Z] #46 20.10 encoding
22:08:23 [2021-06-24T22:08:23.947Z] #46 20.23 unicode/utf16
22:08:23 [2021-06-24T22:08:23.947Z] #46 20.47 container/list
22:08:24 [2021-06-24T22:08:24.025Z] #13 ...
22:08:24 [2021-06-24T22:08:24.025Z] 
22:08:24 [2021-06-24T22:08:24.025Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:24 [2021-06-24T22:08:24.025Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:08:24 [2021-06-24T22:08:24.025Z] #52 17.67 + cd /tmp/tmp.xPVu7KRarf/src/github.com/mvdan/sh
22:08:24 [2021-06-24T22:08:24.025Z] #52 17.67 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:24 [2021-06-24T22:08:24.025Z] #52 17.82 + GO111MODULE=on
22:08:24 [2021-06-24T22:08:24.025Z] #52 17.82 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:08:24 [2021-06-24T22:08:24.025Z] #52 18.79 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:08:24 [2021-06-24T22:08:24.025Z] #52 18.79 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:08:24 [2021-06-24T22:08:24.025Z] #52 18.97 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:08:24 [2021-06-24T22:08:24.211Z] #46 20.95 crypto/internal/subtle
22:08:24 [2021-06-24T22:08:24.379Z] #46 ...
22:08:24 [2021-06-24T22:08:24.379Z] 
22:08:24 [2021-06-24T22:08:24.379Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:24 [2021-06-24T22:08:24.379Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:24 [2021-06-24T22:08:24.379Z] #40 5.455 + git clone https://github.com/docker/distribution.git .
22:08:24 [2021-06-24T22:08:24.379Z] #40 5.460 Cloning into '.'...
22:08:24 [2021-06-24T22:08:24.379Z] #40 ...
22:08:24 [2021-06-24T22:08:24.379Z] 
22:08:24 [2021-06-24T22:08:24.379Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:24 [2021-06-24T22:08:24.379Z] #48 sha256:0d600eecfc7a7cc777694635fed5c84e0f807027ee2ff7a8b5cdef24597b62bf
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.11 go: downloading github.com/fatih/color v1.9.0
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.13 go: downloading github.com/pkg/errors v0.9.1
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.21 go: downloading github.com/spf13/pflag v1.0.3
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.58 go: downloading github.com/mattn/go-colorable v0.1.6
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.64 go: downloading github.com/mattn/go-isatty v0.0.12
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.73 go: downloading github.com/jonboulle/clockwork v0.1.0
22:08:24 [2021-06-24T22:08:24.379Z] #48 12.77 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
22:08:24 [2021-06-24T22:08:24.379Z] #48 13.00 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:08:24 [2021-06-24T22:08:24.379Z] #48 13.61 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
22:08:24 [2021-06-24T22:08:24.379Z] #48 15.33 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
22:08:24 [2021-06-24T22:08:24.471Z] #46 ...
22:08:24 [2021-06-24T22:08:24.471Z] 
22:08:24 [2021-06-24T22:08:24.471Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:24 [2021-06-24T22:08:24.471Z] #34 sha256:093b9c1e66d50aaab5728d39dc6b8317892270cd3e7ebb9d8c7b1cf5d1cdedac
22:08:24 [2021-06-24T22:08:24.471Z] #34 18.47 github.com/pelletier/go-toml/cmd/tomll
22:08:24 [2021-06-24T22:08:24.471Z] #34 DONE 21.1s
22:08:24 [2021-06-24T22:08:24.471Z] 
22:08:24 [2021-06-24T22:08:24.472Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:24 [2021-06-24T22:08:24.472Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:24 [2021-06-24T22:08:24.472Z] #46 21.10 crypto/subtle
22:08:24 [2021-06-24T22:08:24.598Z] #52 ...
22:08:24 [2021-06-24T22:08:24.598Z] 
22:08:24 [2021-06-24T22:08:24.598Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:24 [2021-06-24T22:08:24.598Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:24 [2021-06-24T22:08:24.598Z] #56 10.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:24 [2021-06-24T22:08:24.733Z] #46 21.39 vendor/golang.org/x/crypto/cryptobyte/asn1
22:08:24 [2021-06-24T22:08:24.733Z] #46 21.49 internal/nettrace
22:08:24 [2021-06-24T22:08:24.860Z] #56 ...
22:08:24 [2021-06-24T22:08:24.860Z] 
22:08:24 [2021-06-24T22:08:24.860Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:24 [2021-06-24T22:08:24.860Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:08:24 [2021-06-24T22:08:24.860Z] #52 20.93 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:08:24 [2021-06-24T22:08:24.991Z] #46 21.66 runtime/cgo
22:08:25 [2021-06-24T22:08:25.793Z] #48 ...
22:08:25 [2021-06-24T22:08:25.793Z] 
22:08:25 [2021-06-24T22:08:25.793Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:25 [2021-06-24T22:08:25.793Z] #24 sha256:7ab60c7ecbcb404124ea02eb8ff252ec35aa808d1c23f0378a814abc9c2bdc57
22:08:25 [2021-06-24T22:08:25.793Z] #24 16.17 + mkdir -p /build
22:08:25 [2021-06-24T22:08:25.793Z] #24 16.17 + mv docker/docker /build/
22:08:25 [2021-06-24T22:08:25.793Z] #24 16.18 + rmdir docker
22:08:25 [2021-06-24T22:08:25.794Z] #24 DONE 16.8s
22:08:25 [2021-06-24T22:08:25.794Z] 
22:08:25 [2021-06-24T22:08:25.794Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:25 [2021-06-24T22:08:25.794Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:25 [2021-06-24T22:08:25.794Z] #46 17.03 unicode/utf8
22:08:25 [2021-06-24T22:08:25.803Z] #52 ...
22:08:25 [2021-06-24T22:08:25.804Z] 
22:08:25 [2021-06-24T22:08:25.804Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:25 [2021-06-24T22:08:25.804Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:25 [2021-06-24T22:08:25.804Z] #36 11.70 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:25 [2021-06-24T22:08:25.804Z] #36 ...
22:08:25 [2021-06-24T22:08:25.804Z] 
22:08:25 [2021-06-24T22:08:25.804Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:25 [2021-06-24T22:08:25.804Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:25 [2021-06-24T22:08:25.804Z] #56 21.55 Fetched 8453 kB in 17s (508 kB/s)
22:08:25 [2021-06-24T22:08:25.930Z] #46 ...
22:08:25 [2021-06-24T22:08:25.930Z] 
22:08:25 [2021-06-24T22:08:25.930Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:25 [2021-06-24T22:08:25.930Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:25 [2021-06-24T22:08:25.930Z] #56 12.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:26 [2021-06-24T22:08:26.190Z] #56 ...
22:08:26 [2021-06-24T22:08:26.190Z] 
22:08:26 [2021-06-24T22:08:26.190Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:26 [2021-06-24T22:08:26.190Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.61 go: downloading github.com/google/uuid v1.2.0
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.70 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.72 go: downloading github.com/moby/vpnkit v0.5.0
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.74 go: downloading github.com/gofrs/flock v0.8.0
22:08:26 [2021-06-24T22:08:26.190Z] #59 18.96 go: downloading github.com/gorilla/mux v1.8.0
22:08:26 [2021-06-24T22:08:26.190Z] #59 19.21 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:08:26 [2021-06-24T22:08:26.190Z] #59 19.65 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:08:26 [2021-06-24T22:08:26.190Z] #59 19.79 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:08:26 [2021-06-24T22:08:26.190Z] #59 22.02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:08:26 [2021-06-24T22:08:26.450Z] #59 ...
22:08:26 [2021-06-24T22:08:26.450Z] 
22:08:26 [2021-06-24T22:08:26.450Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:26 [2021-06-24T22:08:26.450Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:26 [2021-06-24T22:08:26.450Z] #56 23.11 Fetched 8453 kB in 17s (491 kB/s)
22:08:26 [2021-06-24T22:08:26.743Z] #46 18.00 math/bits
22:08:27 [2021-06-24T22:08:27.009Z] #46 18.47 math
22:08:27 [2021-06-24T22:08:27.381Z] INFO: Extraction ended at 06/24/2021 22:08:26. Duration:00:00:24.4675575
22:08:27 [2021-06-24T22:08:27.381Z] INFO: Updating the golang and path environment variables
22:08:27 [2021-06-24T22:08:27.381Z] INFO: GOPATH=d:\gopath
22:08:27 [2021-06-24T22:08:27.381Z] INFO: go version go1.16.5 windows/amd64
22:08:27 [2021-06-24T22:08:27.381Z] INFO: Running the daemon under test in debug mode
22:08:27 [2021-06-24T22:08:27.381Z] INFO: Starting a daemon under test...
22:08:27 [2021-06-24T22:08:27.381Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42450\33\daemon --pidfile d:\CI\PR-42450\33\docker.pid -D
22:08:28 [2021-06-24T22:08:28.354Z] INFO: Process started successfully.
22:08:28 [2021-06-24T22:08:28.354Z] INFO: Start tailing logs of the daemon under tests
22:08:28 [2021-06-24T22:08:28.354Z] INFO: Waiting for the daemon under test to start...
22:08:28 [2021-06-24T22:08:28.646Z] #47 ...
22:08:28 [2021-06-24T22:08:28.646Z] 
22:08:28 [2021-06-24T22:08:28.646Z] #17 [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
22:08:28 [2021-06-24T22:08:28.646Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.4 Selecting previously unselected package libxml-simple-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.4 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.4 Unpacking libxml-simple-perl (2.25-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.5 Selecting previously unselected package libyaml-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.5 Preparing to unpack .../057-libyaml-perl_1.27-1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.5 Unpacking libyaml-perl (1.27-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.5 Selecting previously unselected package libconfig-auto-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.6 Preparing to unpack .../058-libconfig-auto-perl_0.44-1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.6 Unpacking libconfig-auto-perl (0.44-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.6 Selecting previously unselected package libfile-which-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.6 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.6 Unpacking libfile-which-perl (1.23-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Selecting previously unselected package libfile-homedir-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Unpacking libfile-homedir-perl (1.004-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Selecting previously unselected package libdebian-dpkgcross-perl.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.15-3_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.7 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.8 Selecting previously unselected package dpkg-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.8 Preparing to unpack .../062-dpkg-cross_2.6.15-3_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.8 Unpacking dpkg-cross (2.6.15-3) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Selecting previously unselected package crossbuild-essential-arm64.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Preparing to unpack .../063-crossbuild-essential-arm64_12.6_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Unpacking crossbuild-essential-arm64 (12.6) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Selecting previously unselected package libc6-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Preparing to unpack .../064-libc6-armel-cross_2.28-7cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 116.9 Unpacking libc6-armel-cross (2.28-7cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.2 Selecting previously unselected package libgcc1-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.2 Preparing to unpack .../065-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.2 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Selecting previously unselected package libgomp1-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Preparing to unpack .../066-libgomp1-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Selecting previously unselected package libatomic1-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Preparing to unpack .../067-libatomic1-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.3 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.4 Selecting previously unselected package libstdc++6-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.4 Preparing to unpack .../068-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.4 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.5 Selecting previously unselected package libasan5-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.5 Preparing to unpack .../069-libasan5-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.5 Unpacking libasan5-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.7 Selecting previously unselected package libubsan1-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.7 Preparing to unpack .../070-libubsan1-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.7 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.7 Selecting previously unselected package libgcc-8-dev-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.7 Preparing to unpack .../071-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 117.8 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 118.0 Selecting previously unselected package gcc-8-arm-linux-gnueabi.
22:08:28 [2021-06-24T22:08:28.646Z] #17 118.0 Preparing to unpack .../072-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 118.0 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Selecting previously unselected package gcc-arm-linux-gnueabi.
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Selecting previously unselected package linux-libc-dev-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Preparing to unpack .../074-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 119.5 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.0 Selecting previously unselected package libc6-dev-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.0 Preparing to unpack .../075-libc6-dev-armel-cross_2.28-7cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.0 Unpacking libc6-dev-armel-cross (2.28-7cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.5 Selecting previously unselected package libstdc++-8-dev-armel-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.5 Preparing to unpack .../076-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 120.5 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 121.1 Selecting previously unselected package g++-8-arm-linux-gnueabi.
22:08:28 [2021-06-24T22:08:28.646Z] #17 121.1 Preparing to unpack .../077-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 121.1 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.5 Selecting previously unselected package g++-arm-linux-gnueabi.
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.5 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.6 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.6 Selecting previously unselected package crossbuild-essential-armel.
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.7 Preparing to unpack .../079-crossbuild-essential-armel_12.6_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.7 Unpacking crossbuild-essential-armel (12.6) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.8 Selecting previously unselected package libc6-armhf-cross.
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.8 Preparing to unpack .../080-libc6-armhf-cross_2.28-7cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 122.9 Unpacking libc6-armhf-cross (2.28-7cross1) ...
22:08:28 [2021-06-24T22:08:28.646Z] #17 123.2 Selecting previously unselected package libgcc1-armhf-cross.
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.2 Preparing to unpack .../081-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.2 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.4 Selecting previously unselected package libgomp1-armhf-cross.
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.4 Preparing to unpack .../082-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.4 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ...
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.4 Selecting previously unselected package libatomic1-armhf-cross.
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.5 Preparing to unpack .../083-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:28 [2021-06-24T22:08:28.906Z] #17 123.5 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ...
22:08:29 [2021-06-24T22:08:29.163Z] #17 123.6 Selecting previously unselected package libstdc++6-armhf-cross.
22:08:29 [2021-06-24T22:08:29.163Z] #17 123.6 Preparing to unpack .../084-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:29 [2021-06-24T22:08:29.163Z] #17 123.6 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ...
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.7 Selecting previously unselected package libasan5-armhf-cross.
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.7 Preparing to unpack .../085-libasan5-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.7 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ...
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.9 Selecting previously unselected package libubsan1-armhf-cross.
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.9 Preparing to unpack .../086-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:29 [2021-06-24T22:08:29.420Z] #17 123.9 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ...
22:08:29 [2021-06-24T22:08:29.676Z] #17 124.0 Selecting previously unselected package libgcc-8-dev-armhf-cross.
22:08:29 [2021-06-24T22:08:29.676Z] #17 124.0 Preparing to unpack .../087-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:29 [2021-06-24T22:08:29.676Z] #17 124.0 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
22:08:29 [2021-06-24T22:08:29.676Z] #17 124.2 Selecting previously unselected package gcc-8-arm-linux-gnueabihf.
22:08:29 [2021-06-24T22:08:29.933Z] #17 124.2 Preparing to unpack .../088-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
22:08:29 [2021-06-24T22:08:29.933Z] #17 124.2 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:30 [2021-06-24T22:08:30.320Z] #46 ...
22:08:30 [2021-06-24T22:08:30.320Z] 
22:08:30 [2021-06-24T22:08:30.320Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:30 [2021-06-24T22:08:30.320Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:30 [2021-06-24T22:08:30.320Z] #56 11.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:30 [2021-06-24T22:08:30.320Z] #56 13.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:30 [2021-06-24T22:08:30.582Z] #56 ...
22:08:30 [2021-06-24T22:08:30.582Z] 
22:08:30 [2021-06-24T22:08:30.582Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:30 [2021-06-24T22:08:30.582Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.24 go: downloading github.com/fatih/color v1.7.0
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.31 go: downloading github.com/pkg/errors v0.8.1
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.37 go: downloading github.com/spf13/cobra v0.0.5
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.60 go: downloading github.com/spf13/pflag v1.0.5
22:08:30 [2021-06-24T22:08:30.582Z] #50 20.82 go: downloading github.com/spf13/viper v1.6.1
22:08:30 [2021-06-24T22:08:30.582Z] #50 21.35 go: downloading github.com/mattn/go-colorable v0.1.4
22:08:30 [2021-06-24T22:08:30.582Z] #50 21.35 go: downloading github.com/mattn/go-isatty v0.0.8
22:08:30 [2021-06-24T22:08:30.582Z] #50 21.45 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
22:08:30 [2021-06-24T22:08:30.582Z] #50 21.45 go: downloading github.com/go-critic/go-critic v0.4.1
22:08:30 [2021-06-24T22:08:30.646Z] #56 23.11 Reading package lists...
22:08:30 [2021-06-24T22:08:30.646Z] #56 ...
22:08:30 [2021-06-24T22:08:30.646Z] 
22:08:30 [2021-06-24T22:08:30.646Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:30 [2021-06-24T22:08:30.646Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:08:30 [2021-06-24T22:08:30.646Z] #52 17.23 + cd /tmp/tmp.Q0K2AHPh6P/src/github.com/mvdan/sh
22:08:30 [2021-06-24T22:08:30.646Z] #52 17.23 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:30 [2021-06-24T22:08:30.646Z] #52 17.33 + GO111MODULE=on
22:08:30 [2021-06-24T22:08:30.646Z] #52 17.33 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:08:30 [2021-06-24T22:08:30.646Z] #52 18.48 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:08:30 [2021-06-24T22:08:30.646Z] #52 18.50 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:08:30 [2021-06-24T22:08:30.646Z] #52 18.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:08:30 [2021-06-24T22:08:30.646Z] #52 20.34 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:08:30 [2021-06-24T22:08:30.646Z] #52 23.95 runtime
22:08:30 [2021-06-24T22:08:30.646Z] #52 ...
22:08:30 [2021-06-24T22:08:30.646Z] 
22:08:30 [2021-06-24T22:08:30.646Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:30 [2021-06-24T22:08:30.646Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.58 go: downloading github.com/sirupsen/logrus v1.4.2
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.58 go: downloading github.com/stretchr/testify v1.4.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.83 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.89 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.92 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:08:30 [2021-06-24T22:08:30.646Z] #50 23.93 go: downloading github.com/hashicorp/hcl v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.28 go: downloading github.com/magiconair/properties v1.8.1
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.28 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.34 go: downloading github.com/pelletier/go-toml v1.2.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.42 go: downloading github.com/spf13/afero v1.1.2
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.60 go: downloading github.com/spf13/cast v1.3.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.61 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.65 go: downloading github.com/subosito/gotenv v1.2.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.67 go: downloading gopkg.in/ini.v1 v1.51.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.70 go: downloading gopkg.in/yaml.v2 v2.2.7
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.91 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.92 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.94 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.94 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 24.99 go: downloading github.com/go-toolsmith/astp v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.01 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.06 go: downloading github.com/go-toolsmith/typep v1.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.07 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.28 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.58 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.62 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:08:30 [2021-06-24T22:08:30.646Z] #50 25.67 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.06 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.19 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.21 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.35 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.39 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:08:30 [2021-06-24T22:08:30.646Z] #50 26.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:08:30 [2021-06-24T22:08:30.646Z] #50 27.14 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:08:30 [2021-06-24T22:08:30.646Z] #50 27.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:08:30 [2021-06-24T22:08:30.646Z] #50 27.25 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:08:30 [2021-06-24T22:08:30.646Z] #50 27.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:08:30 [2021-06-24T22:08:30.844Z] #50 ...
22:08:30 [2021-06-24T22:08:30.844Z] 
22:08:30 [2021-06-24T22:08:30.844Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:30 [2021-06-24T22:08:30.844Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:30 [2021-06-24T22:08:30.844Z] #36 12.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 12.25 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 12.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 13.18 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 14.85 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 16.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:30 [2021-06-24T22:08:30.844Z] #36 ...
22:08:30 [2021-06-24T22:08:30.844Z] 
22:08:30 [2021-06-24T22:08:30.844Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:30 [2021-06-24T22:08:30.844Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:30 [2021-06-24T22:08:30.844Z] #32 6.659 + git clone https://github.com/kolyshkin/go-swagger.git .
22:08:30 [2021-06-24T22:08:30.844Z] #32 6.659 Cloning into '.'...
22:08:30 [2021-06-24T22:08:30.907Z] #50 27.47 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:08:30 [2021-06-24T22:08:30.907Z] #50 27.54 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:08:31 [2021-06-24T22:08:31.097Z] #56 21.55 Reading package lists...
22:08:31 [2021-06-24T22:08:31.097Z] #56 ...
22:08:31 [2021-06-24T22:08:31.097Z] 
22:08:31 [2021-06-24T22:08:31.097Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:31 [2021-06-24T22:08:31.097Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.01 go: downloading github.com/sirupsen/logrus v1.4.2
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.04 go: downloading github.com/stretchr/testify v1.4.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.21 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.28 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.40 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.46 go: downloading github.com/hashicorp/hcl v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.77 go: downloading github.com/magiconair/properties v1.8.1
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.77 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.82 go: downloading github.com/pelletier/go-toml v1.2.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 22.93 go: downloading github.com/spf13/afero v1.1.2
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.13 go: downloading github.com/spf13/cast v1.3.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.20 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.23 go: downloading github.com/subosito/gotenv v1.2.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.24 go: downloading gopkg.in/ini.v1 v1.51.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.24 go: downloading gopkg.in/yaml.v2 v2.2.7
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.38 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.49 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.56 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.65 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.69 go: downloading github.com/go-toolsmith/astp v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.73 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.80 go: downloading github.com/go-toolsmith/typep v1.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 23.97 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.03 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.09 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.25 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.30 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.80 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:08:31 [2021-06-24T22:08:31.097Z] #50 24.85 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.06 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.25 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.27 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.58 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.67 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.70 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.72 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.75 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:08:31 [2021-06-24T22:08:31.097Z] #50 25.83 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.14 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.39 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.46 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.63 go: downloading github.com/ultraware/funlen v0.0.2
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.65 go: downloading github.com/ultraware/whitespace v0.0.4
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.68 go: downloading github.com/uudashr/gocognit v1.0.1
22:08:31 [2021-06-24T22:08:31.097Z] #50 26.75 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:08:31 [2021-06-24T22:08:31.097Z] #50 ...
22:08:31 [2021-06-24T22:08:31.097Z] 
22:08:31 [2021-06-24T22:08:31.097Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:31 [2021-06-24T22:08:31.098Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:31 [2021-06-24T22:08:31.098Z] #56 21.55 Reading package lists...
22:08:31 [2021-06-24T22:08:31.107Z] #32 ...
22:08:31 [2021-06-24T22:08:31.107Z] 
22:08:31 [2021-06-24T22:08:31.107Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:31 [2021-06-24T22:08:31.107Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:31 [2021-06-24T22:08:31.107Z] #50 22.43 go: downloading github.com/go-lintpack/lintpack v0.5.2
22:08:31 [2021-06-24T22:08:31.169Z] #50 27.90 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.7 Selecting previously unselected package gcc-arm-linux-gnueabihf.
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.7 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.7 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.7 Selecting previously unselected package linux-libc-dev-armhf-cross.
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ...
22:08:31 [2021-06-24T22:08:31.306Z] #17 125.8 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
22:08:31 [2021-06-24T22:08:31.368Z] #50 22.83 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:08:31 [2021-06-24T22:08:31.368Z] #50 ...
22:08:31 [2021-06-24T22:08:31.368Z] 
22:08:31 [2021-06-24T22:08:31.368Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:31 [2021-06-24T22:08:31.368Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:31 [2021-06-24T22:08:31.368Z] #44 7.112 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 7.166 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 7.172 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 7.669 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease [1540 B]
22:08:31 [2021-06-24T22:08:31.368Z] #44 8.401 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 9.958 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 12.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:31 [2021-06-24T22:08:31.368Z] #44 14.32 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  Packages [2139 B]
22:08:31 [2021-06-24T22:08:31.429Z] #50 ...
22:08:31 [2021-06-24T22:08:31.429Z] 
22:08:31 [2021-06-24T22:08:31.429Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:31 [2021-06-24T22:08:31.429Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:31 [2021-06-24T22:08:31.429Z] #36 17.99 Fetched 8453 kB in 14s (592 kB/s)
22:08:31 [2021-06-24T22:08:31.429Z] #36 17.99 Reading package lists...
22:08:31 [2021-06-24T22:08:31.429Z] #36 24.97 Reading package lists...
22:08:31 [2021-06-24T22:08:31.429Z] #36 ...
22:08:31 [2021-06-24T22:08:31.429Z] 
22:08:31 [2021-06-24T22:08:31.429Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:31 [2021-06-24T22:08:31.429Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:08:31 [2021-06-24T22:08:31.429Z] #50 28.17 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:08:31 [2021-06-24T22:08:31.429Z] #50 28.21 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:08:31 [2021-06-24T22:08:31.761Z] #44 ...
22:08:31 [2021-06-24T22:08:31.761Z] 
22:08:31 [2021-06-24T22:08:31.762Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:31 [2021-06-24T22:08:31.762Z] #34 sha256:775ff0ea0a55aff77486842107769eb0087620e651668b326573e28f374b2ab7
22:08:31 [2021-06-24T22:08:31.762Z] #34 12.85 github.com/pelletier/go-toml
22:08:31 [2021-06-24T22:08:31.762Z] #34 20.37 github.com/pelletier/go-toml/cmd/tomll
22:08:31 [2021-06-24T22:08:31.821Z] #17 126.2 Selecting previously unselected package libc6-dev-armhf-cross.
22:08:31 [2021-06-24T22:08:31.821Z] #17 126.2 Preparing to unpack .../091-libc6-dev-armhf-cross_2.28-7cross1_all.deb ...
22:08:31 [2021-06-24T22:08:31.821Z] #17 126.2 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ...
22:08:31 [2021-06-24T22:08:31.998Z] #50 28.47 go: downloading github.com/ultraware/funlen v0.0.2
22:08:31 [2021-06-24T22:08:31.998Z] #50 28.52 go: downloading github.com/ultraware/whitespace v0.0.4
22:08:31 [2021-06-24T22:08:31.998Z] #50 28.53 go: downloading github.com/uudashr/gocognit v1.0.1
22:08:31 [2021-06-24T22:08:31.998Z] #50 28.62 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:08:32 [2021-06-24T22:08:32.023Z] #34 ...
22:08:32 [2021-06-24T22:08:32.023Z] 
22:08:32 [2021-06-24T22:08:32.023Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:32 [2021-06-24T22:08:32.023Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:32 [2021-06-24T22:08:32.023Z] #46 23.19 encoding
22:08:32 [2021-06-24T22:08:32.023Z] #46 23.41 unicode/utf16
22:08:32 [2021-06-24T22:08:32.385Z] #17 126.7 Selecting previously unselected package libstdc++-8-dev-armhf-cross.
22:08:32 [2021-06-24T22:08:32.385Z] #17 126.7 Preparing to unpack .../092-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
22:08:32 [2021-06-24T22:08:32.385Z] #17 126.7 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
22:08:32 [2021-06-24T22:08:32.596Z] #46 23.84 container/list
22:08:32 [2021-06-24T22:08:32.596Z] #46 ...
22:08:32 [2021-06-24T22:08:32.596Z] 
22:08:32 [2021-06-24T22:08:32.596Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
22:08:32 [2021-06-24T22:08:32.596Z] #34 sha256:775ff0ea0a55aff77486842107769eb0087620e651668b326573e28f374b2ab7
22:08:32 [2021-06-24T22:08:32.596Z] #34 DONE 24.0s
22:08:32 [2021-06-24T22:08:32.621Z] #56 27.61 Reading package lists...
22:08:32 [2021-06-24T22:08:32.621Z] #56 ...
22:08:32 [2021-06-24T22:08:32.621Z] 
22:08:32 [2021-06-24T22:08:32.621Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:32 [2021-06-24T22:08:32.621Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:08:32 [2021-06-24T22:08:32.621Z] #46 18.78 encoding
22:08:32 [2021-06-24T22:08:32.621Z] #46 18.96 unicode/utf16
22:08:32 [2021-06-24T22:08:32.621Z] #46 19.21 container/list
22:08:32 [2021-06-24T22:08:32.621Z] #46 20.38 crypto/internal/subtle
22:08:32 [2021-06-24T22:08:32.621Z] #46 20.53 crypto/subtle
22:08:32 [2021-06-24T22:08:32.621Z] #46 20.75 vendor/golang.org/x/crypto/cryptobyte/asn1
22:08:32 [2021-06-24T22:08:32.621Z] #46 20.83 internal/nettrace
22:08:32 [2021-06-24T22:08:32.621Z] #46 21.05 runtime/cgo
22:08:32 [2021-06-24T22:08:32.857Z] 
22:08:32 [2021-06-24T22:08:32.857Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:32 [2021-06-24T22:08:32.857Z] #59 sha256:0cef50f2f9e659e56dc01507b733b05e0112a3887dc81a70917226ada86a937f
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.78 + cd /tmp/tmp.NLi9eShN41/src/github.com/rootless-containers/rootlesskit
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.78 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + export GO111MODULE=on
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + GO111MODULE=on
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + export GOPROXY=https://proxy.golang.org
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + GOPROXY=https://proxy.golang.org
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + for f in rootlesskit rootlesskit-docker-proxy
22:08:32 [2021-06-24T22:08:32.857Z] #59 14.85 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:08:32 [2021-06-24T22:08:32.857Z] #59 16.26 go: downloading github.com/pkg/errors v0.9.1
22:08:32 [2021-06-24T22:08:32.857Z] #59 16.26 go: downloading github.com/sirupsen/logrus v1.8.1
22:08:32 [2021-06-24T22:08:32.857Z] #59 16.44 go: downloading github.com/urfave/cli/v2 v2.3.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 17.23 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:08:32 [2021-06-24T22:08:32.857Z] #59 20.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:08:32 [2021-06-24T22:08:32.857Z] #59 20.83 go: downloading github.com/google/uuid v1.2.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 20.97 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
22:08:32 [2021-06-24T22:08:32.857Z] #59 20.97 go: downloading github.com/moby/vpnkit v0.5.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 21.10 go: downloading github.com/gofrs/flock v0.8.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 21.21 go: downloading github.com/gorilla/mux v1.8.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 21.54 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:08:32 [2021-06-24T22:08:32.857Z] #59 22.00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:08:32 [2021-06-24T22:08:32.857Z] #59 22.36 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:08:32 [2021-06-24T22:08:32.883Z] #46 ...
22:08:32 [2021-06-24T22:08:32.883Z] 
22:08:32 [2021-06-24T22:08:32.883Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:32 [2021-06-24T22:08:32.883Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:08:32 [2021-06-24T22:08:32.883Z] #50 27.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:08:32 [2021-06-24T22:08:32.883Z] #50 27.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:08:32 [2021-06-24T22:08:32.883Z] #50 28.01 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:08:32 [2021-06-24T22:08:32.883Z] #50 28.10 go: downloading github.com/davecgh/go-spew v1.1.1
22:08:32 [2021-06-24T22:08:32.883Z] #50 28.15 go: downloading github.com/pmezard/go-difflib v1.0.0
22:08:32 [2021-06-24T22:08:32.883Z] #50 28.40 go: downloading github.com/stretchr/objx v0.2.0
22:08:32 [2021-06-24T22:08:32.883Z] #50 28.55 go: downloading golang.org/x/text v0.3.2
22:08:32 [2021-06-24T22:08:32.939Z] #50 29.61 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:08:32 [2021-06-24T22:08:32.939Z] #50 29.65 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:08:32 [2021-06-24T22:08:32.950Z] #17 127.3 Selecting previously unselected package g++-8-arm-linux-gnueabihf.
22:08:32 [2021-06-24T22:08:32.950Z] #17 127.3 Preparing to unpack .../093-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
22:08:32 [2021-06-24T22:08:32.950Z] #17 127.3 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:33 [2021-06-24T22:08:33.118Z] #59 ...
22:08:33 [2021-06-24T22:08:33.118Z] 
22:08:33 [2021-06-24T22:08:33.118Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:33 [2021-06-24T22:08:33.118Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:33 [2021-06-24T22:08:33.118Z] #46 24.49 crypto/internal/subtle
22:08:33 [2021-06-24T22:08:33.200Z] #50 29.78 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:08:33 [2021-06-24T22:08:33.200Z] #50 29.79 go: downloading github.com/davecgh/go-spew v1.1.1
22:08:33 [2021-06-24T22:08:33.200Z] #50 29.92 go: downloading github.com/stretchr/objx v0.2.0
22:08:33 [2021-06-24T22:08:33.200Z] #50 29.92 go: downloading github.com/pmezard/go-difflib v1.0.0
22:08:33 [2021-06-24T22:08:33.379Z] #46 24.82 crypto/subtle
22:08:33 [2021-06-24T22:08:33.460Z] #50 30.11 go: downloading golang.org/x/text v0.3.2
22:08:33 [2021-06-24T22:08:33.514Z] #17 ...
22:08:33 [2021-06-24T22:08:33.514Z] 
22:08:33 [2021-06-24T22:08:33.514Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:33 [2021-06-24T22:08:33.514Z] #57 sha256:4395840a38a268ee03c7c45cca5b418ca8c6f144e54e1fc6c9d29da6bc656f76
22:08:33 [2021-06-24T22:08:33.514Z] #57 138.6 + /build/golangci-lint --version
22:08:33 [2021-06-24T22:08:33.711Z] #46 25.00 vendor/golang.org/x/crypto/cryptobyte/asn1
22:08:33 [2021-06-24T22:08:33.711Z] #46 25.28 internal/nettrace
22:08:33 [2021-06-24T22:08:33.771Z] #57 138.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:08:33 [2021-06-24T22:08:33.980Z] #46 25.40 runtime/cgo
22:08:34 [2021-06-24T22:08:34.271Z] #50 ...
22:08:34 [2021-06-24T22:08:34.271Z] 
22:08:34 [2021-06-24T22:08:34.271Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:34 [2021-06-24T22:08:34.272Z] #59 sha256:823a81b288c5f6106d91d15f068a99cc61b658e28a55be6abe5d8ec3d54b4d8b
22:08:34 [2021-06-24T22:08:34.272Z] #59 20.22 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:08:34 [2021-06-24T22:08:34.272Z] #59 24.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:08:34 [2021-06-24T22:08:34.272Z] #59 ...
22:08:34 [2021-06-24T22:08:34.272Z] 
22:08:34 [2021-06-24T22:08:34.272Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:34 [2021-06-24T22:08:34.272Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:34 [2021-06-24T22:08:34.272Z] #40 22.87 Checking out files:  93% (1590/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
22:08:34 [2021-06-24T22:08:34.272Z] #40 22.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:08:34 [2021-06-24T22:08:34.272Z] #40 25.14 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:08:34 [2021-06-24T22:08:34.533Z] #40 ...
22:08:34 [2021-06-24T22:08:34.533Z] 
22:08:34 [2021-06-24T22:08:34.533Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:34 [2021-06-24T22:08:34.533Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:08:34 [2021-06-24T22:08:34.533Z] #46 30.75 vendor/golang.org/x/crypto/internal/subtle
22:08:35 [2021-06-24T22:08:35.371Z] #46 ...
22:08:35 [2021-06-24T22:08:35.371Z] 
22:08:35 [2021-06-24T22:08:35.371Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:35 [2021-06-24T22:08:35.371Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:35 [2021-06-24T22:08:35.371Z] #13 7.557 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 7.696 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 7.696 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 7.733 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 8.617 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 10.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 12.45 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 14.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:35 [2021-06-24T22:08:35.371Z] #13 ...
22:08:35 [2021-06-24T22:08:35.371Z] 
22:08:35 [2021-06-24T22:08:35.371Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:35 [2021-06-24T22:08:35.371Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:35 [2021-06-24T22:08:35.371Z] #50 25.96 go: downloading github.com/sirupsen/logrus v1.4.2
22:08:35 [2021-06-24T22:08:35.371Z] #50 25.97 go: downloading github.com/stretchr/testify v1.4.0
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.23 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.26 go: downloading github.com/inconshreveable/mousetrap v1.0.0
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.40 go: downloading github.com/fsnotify/fsnotify v1.4.7
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.48 go: downloading github.com/hashicorp/hcl v1.0.0
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.82 go: downloading github.com/magiconair/properties v1.8.1
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.82 go: downloading github.com/mitchellh/mapstructure v1.1.2
22:08:35 [2021-06-24T22:08:35.371Z] #50 26.88 go: downloading github.com/pelletier/go-toml v1.2.0
22:08:35 [2021-06-24T22:08:35.633Z] #50 26.96 go: downloading github.com/spf13/afero v1.1.2
22:08:35 [2021-06-24T22:08:35.663Z] #57 DONE 140.5s
22:08:35 [2021-06-24T22:08:35.663Z] 
22:08:35 [2021-06-24T22:08:35.663Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:35 [2021-06-24T22:08:35.663Z] #47 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:35 [2021-06-24T22:08:35.663Z] #47 DONE 140.2s
22:08:35 [2021-06-24T22:08:35.663Z] 
22:08:35 [2021-06-24T22:08:35.663Z] #17 [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
22:08:35 [2021-06-24T22:08:35.663Z] #17 sha256:558e3f898bc27e051a58dd3151901103e61bcbf86d811105b6cdec576ef2923d
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.6 Selecting previously unselected package g++-arm-linux-gnueabihf.
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.6 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.6 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.7 Selecting previously unselected package crossbuild-essential-armhf.
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.7 Preparing to unpack .../095-crossbuild-essential-armhf_12.6_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.7 Unpacking crossbuild-essential-armhf (12.6) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.9 Selecting previously unselected package libc6-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.9 Preparing to unpack .../096-libc6-ppc64el-cross_2.28-7cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 128.9 Unpacking libc6-ppc64el-cross (2.28-7cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.2 Selecting previously unselected package libgcc1-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.2 Preparing to unpack .../097-libgcc1-ppc64el-cross_1%3a8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.2 Unpacking libgcc1-ppc64el-cross (1:8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.5 Selecting previously unselected package libgomp1-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.5 Unpacking libgomp1-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.7 Selecting previously unselected package libitm1-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.7 Preparing to unpack .../099-libitm1-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.7 Unpacking libitm1-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.8 Selecting previously unselected package libatomic1-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.8 Preparing to unpack .../100-libatomic1-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.8 Unpacking libatomic1-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.9 Selecting previously unselected package libstdc++6-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.9 Preparing to unpack .../101-libstdc++6-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 129.9 Unpacking libstdc++6-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.0 Selecting previously unselected package libasan5-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.0 Preparing to unpack .../102-libasan5-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.0 Unpacking libasan5-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.2 Selecting previously unselected package liblsan0-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.2 Preparing to unpack .../103-liblsan0-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.663Z] #17 130.2 Unpacking liblsan0-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.895Z] #50 27.27 go: downloading github.com/spf13/cast v1.3.0
22:08:35 [2021-06-24T22:08:35.895Z] #50 27.29 go: downloading github.com/spf13/jwalterweatherman v1.0.0
22:08:35 [2021-06-24T22:08:35.895Z] #50 27.30 go: downloading github.com/subosito/gotenv v1.2.0
22:08:35 [2021-06-24T22:08:35.895Z] #50 27.31 go: downloading gopkg.in/ini.v1 v1.51.0
22:08:35 [2021-06-24T22:08:35.895Z] #50 ...
22:08:35 [2021-06-24T22:08:35.895Z] 
22:08:35 [2021-06-24T22:08:35.895Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:35 [2021-06-24T22:08:35.895Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:08:35 [2021-06-24T22:08:35.895Z] #52 17.34 + cd /tmp/tmp.NhezaaFtNh/src/github.com/mvdan/sh
22:08:35 [2021-06-24T22:08:35.895Z] #52 17.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
22:08:35 [2021-06-24T22:08:35.895Z] #52 17.52 + GO111MODULE=on
22:08:35 [2021-06-24T22:08:35.895Z] #52 17.52 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
22:08:35 [2021-06-24T22:08:35.895Z] #52 18.49 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
22:08:35 [2021-06-24T22:08:35.895Z] #52 18.49 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
22:08:35 [2021-06-24T22:08:35.895Z] #52 18.68 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
22:08:35 [2021-06-24T22:08:35.895Z] #52 20.50 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
22:08:35 [2021-06-24T22:08:35.895Z] #52 23.84 unicode/utf16
22:08:35 [2021-06-24T22:08:35.895Z] #52 24.07 runtime
22:08:35 [2021-06-24T22:08:35.895Z] #52 ...
22:08:35 [2021-06-24T22:08:35.895Z] 
22:08:35 [2021-06-24T22:08:35.895Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:35 [2021-06-24T22:08:35.895Z] #59 sha256:0cef50f2f9e659e56dc01507b733b05e0112a3887dc81a70917226ada86a937f
22:08:35 [2021-06-24T22:08:35.896Z] #59 27.44 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.3 Selecting previously unselected package libtsan0-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.3 Preparing to unpack .../104-libtsan0-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.3 Unpacking libtsan0-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.4 Selecting previously unselected package libubsan1-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.4 Preparing to unpack .../105-libubsan1-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.4 Unpacking libubsan1-ppc64el-cross (8.3.0-2cross1) ...
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.5 Selecting previously unselected package libquadmath0-ppc64el-cross.
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.5 Preparing to unpack .../106-libquadmath0-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:35 [2021-06-24T22:08:35.921Z] #17 130.5 Unpacking libquadmath0-ppc64el-cross (8.3.0-2cross1) ...
22:08:36 [2021-06-24T22:08:36.177Z] #17 130.6 Selecting previously unselected package libgcc-8-dev-ppc64el-cross.
22:08:36 [2021-06-24T22:08:36.177Z] #17 130.6 Preparing to unpack .../107-libgcc-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:36 [2021-06-24T22:08:36.177Z] #17 130.6 Unpacking libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ...
22:08:36 [2021-06-24T22:08:36.434Z] #17 130.9 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu.
22:08:36 [2021-06-24T22:08:36.434Z] #17 130.9 Preparing to unpack .../108-gcc-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:36 [2021-06-24T22:08:36.434Z] #17 130.9 Unpacking gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:36 [2021-06-24T22:08:36.448Z] #46 ...
22:08:36 [2021-06-24T22:08:36.448Z] 
22:08:36 [2021-06-24T22:08:36.448Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:36 [2021-06-24T22:08:36.448Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:36 [2021-06-24T22:08:36.448Z] #36 22.44 Fetched 8453 kB in 16s (527 kB/s)
22:08:36 [2021-06-24T22:08:36.448Z] #36 22.44 Reading package lists...
22:08:36 [2021-06-24T22:08:36.448Z] #36 27.92 Reading package lists...
22:08:36 [2021-06-24T22:08:36.448Z] #36 ...
22:08:36 [2021-06-24T22:08:36.448Z] 
22:08:36 [2021-06-24T22:08:36.448Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:36 [2021-06-24T22:08:36.448Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:36 [2021-06-24T22:08:36.448Z] #13 19.98 Fetched 8984 kB in 17s (523 kB/s)
22:08:36 [2021-06-24T22:08:36.448Z] #13 19.98 Reading package lists...
22:08:36 [2021-06-24T22:08:36.467Z] #59 27.65 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:08:37 [2021-06-24T22:08:37.020Z] #13 26.75 Reading package lists...
22:08:37 [2021-06-24T22:08:37.020Z] #13 ...
22:08:37 [2021-06-24T22:08:37.020Z] 
22:08:37 [2021-06-24T22:08:37.020Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:37 [2021-06-24T22:08:37.020Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:37 [2021-06-24T22:08:37.020Z] #56 27.61 Reading package lists...
22:08:37 [2021-06-24T22:08:37.365Z] #17 131.9 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
22:08:37 [2021-06-24T22:08:37.593Z] #56 33.34 Building dependency tree...
22:08:37 [2021-06-24T22:08:37.593Z] #56 ...
22:08:37 [2021-06-24T22:08:37.593Z] 
22:08:37 [2021-06-24T22:08:37.593Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:37 [2021-06-24T22:08:37.593Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:37 [2021-06-24T22:08:37.593Z] #44 23.35 Fetched 8457 kB in 17s (497 kB/s)
22:08:37 [2021-06-24T22:08:37.593Z] #44 23.35 Reading package lists...
22:08:37 [2021-06-24T22:08:37.593Z] #44 29.52 Reading package lists...
22:08:37 [2021-06-24T22:08:37.593Z] #44 ...
22:08:37 [2021-06-24T22:08:37.593Z] 
22:08:37 [2021-06-24T22:08:37.593Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:37 [2021-06-24T22:08:37.593Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:37 [2021-06-24T22:08:37.593Z] #36 27.92 Reading package lists...
22:08:37 [2021-06-24T22:08:37.613Z] .....INFO: Daemon under test started and replied!
22:08:37 [2021-06-24T22:08:37.613Z] INFO: Docker version of the daemon under test
22:08:37 [2021-06-24T22:08:37.613Z] 
22:08:37 [2021-06-24T22:08:37.613Z] Client:
22:08:37 [2021-06-24T22:08:37.613Z]  Version:      17.06.2-ce
22:08:37 [2021-06-24T22:08:37.613Z]  API version:  1.30
22:08:37 [2021-06-24T22:08:37.613Z]  Go version:   go1.8.3
22:08:37 [2021-06-24T22:08:37.613Z]  Git commit:   cec0b72
22:08:37 [2021-06-24T22:08:37.613Z]  Built:        Tue Sep  5 19:57:19 2017
22:08:37 [2021-06-24T22:08:37.613Z]  OS/Arch:      windows/amd64
22:08:37 [2021-06-24T22:08:37.613Z] 
22:08:37 [2021-06-24T22:08:37.613Z] Server:
22:08:37 [2021-06-24T22:08:37.613Z]  Version:      0.0.0-dev
22:08:37 [2021-06-24T22:08:37.613Z]  API version:  1.41 (minimum version 1.24)
22:08:37 [2021-06-24T22:08:37.613Z]  Go version:   go1.16.5
22:08:37 [2021-06-24T22:08:37.613Z]  Git commit:   cf7c110e79
22:08:37 [2021-06-24T22:08:37.613Z]  Built:        06/24/2021 22:06:45
22:08:37 [2021-06-24T22:08:37.613Z]  OS/Arch:      windows/amd64
22:08:37 [2021-06-24T22:08:37.613Z]  Experimental: false
22:08:37 [2021-06-24T22:08:37.613Z] 
22:08:37 [2021-06-24T22:08:37.613Z] INFO: Docker info of the daemon under test
22:08:37 [2021-06-24T22:08:37.613Z] 
22:08:37 [2021-06-24T22:08:37.613Z] Containers: 0
22:08:37 [2021-06-24T22:08:37.613Z]  Running: 0
22:08:37 [2021-06-24T22:08:37.613Z]  Paused: 0
22:08:37 [2021-06-24T22:08:37.613Z]  Stopped: 0
22:08:37 [2021-06-24T22:08:37.613Z] Images: 0
22:08:37 [2021-06-24T22:08:37.614Z] Server Version: 0.0.0-dev
22:08:37 [2021-06-24T22:08:37.614Z] Storage Driver: windowsfilter
22:08:37 [2021-06-24T22:08:37.614Z]  Windows: 
22:08:37 [2021-06-24T22:08:37.614Z] Logging Driver: json-file
22:08:37 [2021-06-24T22:08:37.614Z] Plugins: 
22:08:37 [2021-06-24T22:08:37.614Z]  Volume: local
22:08:37 [2021-06-24T22:08:37.614Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:08:37 [2021-06-24T22:08:37.614Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:08:37 [2021-06-24T22:08:37.614Z] Swarm: inactive
22:08:37 [2021-06-24T22:08:37.614Z] Default Isolation: process
22:08:37 [2021-06-24T22:08:37.614Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
22:08:37 [2021-06-24T22:08:37.614Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
22:08:37 [2021-06-24T22:08:37.614Z] OSType: windows
22:08:37 [2021-06-24T22:08:37.614Z] Architecture: x86_64
22:08:37 [2021-06-24T22:08:37.614Z] CPUs: 4
22:08:37 [2021-06-24T22:08:37.614Z] Total Memory: 32GiB
22:08:37 [2021-06-24T22:08:37.614Z] Name: azwin-2-38c460
22:08:37 [2021-06-24T22:08:37.614Z] ID: HZ6J:I6XO:CRMH:W3RH:NVDP:Z64X:RTQW:EAY7:XNAA:7FUO:YQX7:J4DV
22:08:37 [2021-06-24T22:08:37.614Z] Docker Root Dir: D:\CI\PR-42450\33\daemon
22:08:37 [2021-06-24T22:08:37.614Z] Debug Mode (client): false
22:08:37 [2021-06-24T22:08:37.614Z] Debug Mode (server): true
22:08:37 [2021-06-24T22:08:37.614Z]  File Descriptors: -1
22:08:37 [2021-06-24T22:08:37.614Z]  Goroutines: 16
22:08:37 [2021-06-24T22:08:37.614Z]  System Time: 2021-06-24T22:08:36.1416705Z
22:08:37 [2021-06-24T22:08:37.614Z]  EventsListeners: 0
22:08:37 [2021-06-24T22:08:37.614Z] Registry: https://index.docker.io/v1/
22:08:37 [2021-06-24T22:08:37.614Z] Labels:
22:08:37 [2021-06-24T22:08:37.614Z] Experimental: false
22:08:37 [2021-06-24T22:08:37.614Z] Insecure Registries:
22:08:37 [2021-06-24T22:08:37.614Z]  127.0.0.0/8
22:08:37 [2021-06-24T22:08:37.614Z] Live Restore Enabled: false
22:08:37 [2021-06-24T22:08:37.614Z] 
22:08:37 [2021-06-24T22:08:37.614Z] 
22:08:37 [2021-06-24T22:08:37.614Z] INFO: Docker images of the daemon under test
22:08:37 [2021-06-24T22:08:37.614Z] 
22:08:37 [2021-06-24T22:08:37.614Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
22:08:37 [2021-06-24T22:08:37.614Z] 
22:08:37 [2021-06-24T22:08:37.614Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
22:08:37 [2021-06-24T22:08:37.614Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
22:08:37 [2021-06-24T22:08:37.614Z] ltsc2019: Pulling from windows/servercore
22:08:37 [2021-06-24T22:08:37.614Z] 4612f6d0b889: Pulling fs layer
22:08:37 [2021-06-24T22:08:37.614Z] 639bb6bb2beb: Pulling fs layer
22:08:37 [2021-06-24T22:08:37.622Z] #17 131.9 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:37 [2021-06-24T22:08:37.622Z] #17 131.9 Unpacking gcc-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.0 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.0 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_4.19.20-1cross1_all.deb ...
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.0 Unpacking linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ...
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.1 Selecting previously unselected package libc6-dev-ppc64el-cross.
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.1 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.28-7cross1_all.deb ...
22:08:37 [2021-06-24T22:08:37.622Z] #17 132.1 Unpacking libc6-dev-ppc64el-cross (2.28-7cross1) ...
22:08:37 [2021-06-24T22:08:37.670Z] #50 ...
22:08:37 [2021-06-24T22:08:37.670Z] 
22:08:37 [2021-06-24T22:08:37.670Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:37 [2021-06-24T22:08:37.670Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:37 [2021-06-24T22:08:37.670Z] #40 23.27 Checking out files:  98% (1670/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
22:08:37 [2021-06-24T22:08:37.670Z] #40 23.31 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:08:37 [2021-06-24T22:08:37.670Z] #40 25.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
22:08:37 [2021-06-24T22:08:37.670Z] #40 ...
22:08:37 [2021-06-24T22:08:37.670Z] 
22:08:37 [2021-06-24T22:08:37.670Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:37 [2021-06-24T22:08:37.670Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:37 [2021-06-24T22:08:37.670Z] #36 24.97 Reading package lists...
22:08:37 [2021-06-24T22:08:37.670Z] #36 30.86 Building dependency tree...
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.11 The following additional packages will be installed:
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.12   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.13 Suggested packages:
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.14   cmake-doc ninja-build lrzip
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.14 Recommended packages:
22:08:37 [2021-06-24T22:08:37.670Z] #36 34.14   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:08:37 [2021-06-24T22:08:37.855Z] #36 33.85 Building dependency tree...
22:08:37 [2021-06-24T22:08:37.855Z] #36 ...
22:08:37 [2021-06-24T22:08:37.855Z] 
22:08:37 [2021-06-24T22:08:37.855Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:37 [2021-06-24T22:08:37.855Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:08:37 [2021-06-24T22:08:37.855Z] #52 24.00 runtime
22:08:37 [2021-06-24T22:08:37.855Z] #52 ...
22:08:37 [2021-06-24T22:08:37.855Z] 
22:08:37 [2021-06-24T22:08:37.855Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:37 [2021-06-24T22:08:37.855Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:08:37 [2021-06-24T22:08:37.855Z] #50 34.12 go: downloading github.com/gobwas/glob v0.2.3
22:08:37 [2021-06-24T22:08:37.855Z] #50 34.14 go: downloading github.com/kisielk/gotool v1.0.0
22:08:37 [2021-06-24T22:08:37.855Z] #50 34.19 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:08:38 [2021-06-24T22:08:38.116Z] #50 34.31 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:08:38 [2021-06-24T22:08:38.116Z] #50 34.33 go: downloading github.com/gogo/protobuf v1.2.1
22:08:38 [2021-06-24T22:08:38.188Z] #17 132.5 Selecting previously unselected package libstdc++-8-dev-ppc64el-cross.
22:08:38 [2021-06-24T22:08:38.188Z] #17 132.5 Preparing to unpack .../112-libstdc++-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ...
22:08:38 [2021-06-24T22:08:38.188Z] #17 132.5 Unpacking libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ...
22:08:38 [2021-06-24T22:08:38.239Z] #36 ...
22:08:38 [2021-06-24T22:08:38.239Z] 
22:08:38 [2021-06-24T22:08:38.239Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:38 [2021-06-24T22:08:38.239Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:38 [2021-06-24T22:08:38.239Z] #44 24.39 Fetched 8457 kB in 19s (455 kB/s)
22:08:38 [2021-06-24T22:08:38.239Z] #44 24.39 Reading package lists...
22:08:38 [2021-06-24T22:08:38.239Z] #44 30.01 Reading package lists...
22:08:38 [2021-06-24T22:08:38.239Z] #44 ...
22:08:38 [2021-06-24T22:08:38.239Z] 
22:08:38 [2021-06-24T22:08:38.239Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:38 [2021-06-24T22:08:38.239Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:38 [2021-06-24T22:08:38.239Z] #56 23.11 Reading package lists...
22:08:38 [2021-06-24T22:08:38.239Z] #56 28.66 Reading package lists...
22:08:38 [2021-06-24T22:08:38.449Z] #17 132.7 Selecting previously unselected package g++-8-powerpc64le-linux-gnu.
22:08:38 [2021-06-24T22:08:38.449Z] #17 132.7 Preparing to unpack .../113-g++-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:38 [2021-06-24T22:08:38.449Z] #17 132.7 Unpacking g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:38 [2021-06-24T22:08:38.499Z] #56 34.56 Building dependency tree...
22:08:38 [2021-06-24T22:08:38.499Z] #56 ...
22:08:38 [2021-06-24T22:08:38.499Z] 
22:08:38 [2021-06-24T22:08:38.500Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:38 [2021-06-24T22:08:38.500Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:38 [2021-06-24T22:08:38.500Z] #13 22.53 Fetched 8984 kB in 18s (491 kB/s)
22:08:38 [2021-06-24T22:08:38.500Z] #13 22.53 Reading package lists...
22:08:38 [2021-06-24T22:08:38.500Z] #13 29.16 Reading package lists...
22:08:38 [2021-06-24T22:08:38.500Z] #13 ...
22:08:38 [2021-06-24T22:08:38.500Z] 
22:08:38 [2021-06-24T22:08:38.500Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:38 [2021-06-24T22:08:38.500Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:38 [2021-06-24T22:08:38.500Z] #36 35.07 The following NEW packages will be installed:
22:08:38 [2021-06-24T22:08:38.500Z] #36 35.09   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:08:38 [2021-06-24T22:08:38.500Z] #36 35.09   vim-common xxd
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.48 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.48 Need to get 14.9 MB of archives.
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.48 After this operation, 61.8 MB of additional disk space will be used.
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:08:38 [2021-06-24T22:08:38.759Z] #36 35.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Selecting previously unselected package g++-powerpc64le-linux-gnu.
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Unpacking g++-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Selecting previously unselected package crossbuild-essential-ppc64el.
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.6_all.deb ...
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.4 Unpacking crossbuild-essential-ppc64el (12.6) ...
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.5 Selecting previously unselected package libc6-s390x-cross.
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.5 Preparing to unpack .../116-libc6-s390x-cross_2.28-7cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.011Z] #17 133.5 Unpacking libc6-s390x-cross (2.28-7cross1) ...
22:08:39 [2021-06-24T22:08:39.020Z] #36 35.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:08:39 [2021-06-24T22:08:39.268Z] #17 133.6 Selecting previously unselected package libgcc1-s390x-cross.
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.6 Preparing to unpack .../117-libgcc1-s390x-cross_1%3a8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.6 Unpacking libgcc1-s390x-cross (1:8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Selecting previously unselected package libgomp1-s390x-cross.
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Preparing to unpack .../118-libgomp1-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Unpacking libgomp1-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Selecting previously unselected package libitm1-s390x-cross.
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Preparing to unpack .../119-libitm1-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.7 Unpacking libitm1-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Selecting previously unselected package libatomic1-s390x-cross.
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Preparing to unpack .../120-libatomic1-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Unpacking libatomic1-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Selecting previously unselected package libstdc++6-s390x-cross.
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Preparing to unpack .../121-libstdc++6-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.8 Unpacking libstdc++6-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.269Z] #17 133.9 Selecting previously unselected package libasan5-s390x-cross.
22:08:39 [2021-06-24T22:08:39.506Z] #50 35.79 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:08:39 [2021-06-24T22:08:39.527Z] #17 133.9 Preparing to unpack .../122-libasan5-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 133.9 Unpacking libasan5-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Selecting previously unselected package libubsan1-s390x-cross.
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Preparing to unpack .../123-libubsan1-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Unpacking libubsan1-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Selecting previously unselected package libgcc-8-dev-s390x-cross.
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Preparing to unpack .../124-libgcc-8-dev-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.0 Unpacking libgcc-8-dev-s390x-cross (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.527Z] #17 134.1 Selecting previously unselected package gcc-8-s390x-linux-gnu.
22:08:39 [2021-06-24T22:08:39.589Z] #36 36.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
22:08:39 [2021-06-24T22:08:39.589Z] #36 36.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:08:39 [2021-06-24T22:08:39.589Z] #36 36.42 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:08:39 [2021-06-24T22:08:39.589Z] #36 36.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:08:39 [2021-06-24T22:08:39.589Z] #36 36.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:08:39 [2021-06-24T22:08:39.768Z] #50 36.05 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:08:39 [2021-06-24T22:08:39.787Z] #17 134.1 Preparing to unpack .../125-gcc-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:39 [2021-06-24T22:08:39.787Z] #17 134.1 Unpacking gcc-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:39 [2021-06-24T22:08:39.849Z] #36 36.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:08:40 [2021-06-24T22:08:40.029Z] #50 36.17 go: downloading github.com/BurntSushi/toml v0.3.1
22:08:40 [2021-06-24T22:08:40.108Z] #36 ...
22:08:40 [2021-06-24T22:08:40.108Z] 
22:08:40 [2021-06-24T22:08:40.108Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:40 [2021-06-24T22:08:40.108Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:08:40 [2021-06-24T22:08:40.108Z] #59 26.68 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:08:40 [2021-06-24T22:08:40.108Z] #59 ...
22:08:40 [2021-06-24T22:08:40.108Z] 
22:08:40 [2021-06-24T22:08:40.108Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:40 [2021-06-24T22:08:40.109Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:08:40 [2021-06-24T22:08:40.109Z] #50 35.94 go: downloading github.com/gobwas/glob v0.2.3
22:08:40 [2021-06-24T22:08:40.109Z] #50 35.98 go: downloading github.com/kisielk/gotool v1.0.0
22:08:40 [2021-06-24T22:08:40.109Z] #50 36.07 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:08:40 [2021-06-24T22:08:40.109Z] #50 36.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:08:40 [2021-06-24T22:08:40.109Z] #50 36.25 go: downloading github.com/gogo/protobuf v1.2.1
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.7 Selecting previously unselected package gcc-s390x-linux-gnu.
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.7 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.7 Unpacking gcc-s390x-linux-gnu (4:8.3.0-1) ...
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.8 Selecting previously unselected package linux-libc-dev-s390x-cross.
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.8 Preparing to unpack .../127-linux-libc-dev-s390x-cross_4.19.20-1cross1_all.deb ...
22:08:40 [2021-06-24T22:08:40.351Z] #17 134.8 Unpacking linux-libc-dev-s390x-cross (4.19.20-1cross1) ...
22:08:40 [2021-06-24T22:08:40.607Z] #17 134.9 Selecting previously unselected package libc6-dev-s390x-cross.
22:08:40 [2021-06-24T22:08:40.607Z] #17 134.9 Preparing to unpack .../128-libc6-dev-s390x-cross_2.28-7cross1_all.deb ...
22:08:40 [2021-06-24T22:08:40.607Z] #17 134.9 Unpacking libc6-dev-s390x-cross (2.28-7cross1) ...
22:08:40 [2021-06-24T22:08:40.677Z] #50 37.30 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:08:40 [2021-06-24T22:08:40.902Z] #17 135.2 Selecting previously unselected package libstdc++-8-dev-s390x-cross.
22:08:40 [2021-06-24T22:08:40.902Z] #17 135.2 Preparing to unpack .../129-libstdc++-8-dev-s390x-cross_8.3.0-2cross1_all.deb ...
22:08:40 [2021-06-24T22:08:40.902Z] #17 135.2 Unpacking libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ...
22:08:40 [2021-06-24T22:08:40.937Z] #50 37.46 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:08:41 [2021-06-24T22:08:41.164Z] #17 135.5 Selecting previously unselected package g++-8-s390x-linux-gnu.
22:08:41 [2021-06-24T22:08:41.164Z] #17 135.5 Preparing to unpack .../130-g++-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
22:08:41 [2021-06-24T22:08:41.164Z] #17 135.6 Unpacking g++-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:41 [2021-06-24T22:08:41.197Z] #50 37.74 go: downloading github.com/BurntSushi/toml v0.3.1
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.2 Selecting previously unselected package g++-s390x-linux-gnu.
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.2 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.2 Unpacking g++-s390x-linux-gnu (4:8.3.0-1) ...
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.2 Selecting previously unselected package crossbuild-essential-s390x.
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.2 Preparing to unpack .../132-crossbuild-essential-s390x_12.6_all.deb ...
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.3 Unpacking crossbuild-essential-s390x (12.6) ...
22:08:41 [2021-06-24T22:08:41.747Z] #17 136.3 Setting up libconfig-inifiles-perl (3.000001-1) ...
22:08:41 [2021-06-24T22:08:41.762Z] #59 ...
22:08:41 [2021-06-24T22:08:41.762Z] 
22:08:41 [2021-06-24T22:08:41.762Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:41 [2021-06-24T22:08:41.762Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:41 [2021-06-24T22:08:41.762Z] #50 27.40 go: downloading gopkg.in/yaml.v2 v2.2.7
22:08:41 [2021-06-24T22:08:41.762Z] #50 27.58 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
22:08:41 [2021-06-24T22:08:41.762Z] #50 27.70 go: downloading github.com/go-toolsmith/astcast v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 27.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 27.92 go: downloading github.com/go-toolsmith/astequal v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.14 go: downloading github.com/go-toolsmith/astfmt v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.14 go: downloading github.com/go-toolsmith/astp v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.21 go: downloading github.com/go-toolsmith/strparse v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.21 go: downloading github.com/go-toolsmith/typep v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.51 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.51 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.51 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.63 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.73 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
22:08:41 [2021-06-24T22:08:41.762Z] #50 28.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.27 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.34 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.62 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.70 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.81 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
22:08:41 [2021-06-24T22:08:41.762Z] #50 29.90 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.44 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.51 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.53 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.66 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.79 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
22:08:41 [2021-06-24T22:08:41.762Z] #50 30.88 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.34 go: downloading github.com/sourcegraph/go-diff v0.5.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.43 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.43 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.56 go: downloading github.com/ultraware/funlen v0.0.2
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.62 go: downloading github.com/ultraware/whitespace v0.0.4
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.62 go: downloading github.com/uudashr/gocognit v1.0.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 31.65 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.51 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.54 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.66 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.72 go: downloading github.com/davecgh/go-spew v1.1.1
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.76 go: downloading github.com/pmezard/go-difflib v1.0.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.84 go: downloading github.com/stretchr/objx v0.2.0
22:08:41 [2021-06-24T22:08:41.762Z] #50 32.98 go: downloading golang.org/x/text v0.3.2
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.3 Setting up libfile-which-perl (1.23-1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.3 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.3 Setting up libc6-armhf-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up binutils-s390x-linux-gnu (2.31.1-16) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up gcc-8-cross-base (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up libc6-ppc64el-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up libc6-s390x-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.4 Setting up gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up libatomic1-s390x-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up libxml-namespacesupport-perl (1.12-1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up file (1:5.35-4+deb10u2) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.5 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.6 Setting up libgomp1-ppc64el-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.6 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.6 Setting up libyaml-perl (1.27-1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.6 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.005Z] #17 136.6 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.7 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.7 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.7 Setting up libxml-sax-base-perl (1.09-1) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.7 Setting up libio-string-perl (1.08-3) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.8 Setting up linux-libc-dev-s390x-cross (4.19.20-1cross1) ...
22:08:42 [2021-06-24T22:08:42.261Z] #17 136.8 Setting up cross-config (2.6.15-3) ...
22:08:42 [2021-06-24T22:08:42.335Z] #50 ...
22:08:42 [2021-06-24T22:08:42.335Z] 
22:08:42 [2021-06-24T22:08:42.335Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:42 [2021-06-24T22:08:42.335Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:42 [2021-06-24T22:08:42.335Z] #13 24.51 Fetched 8984 kB in 17s (526 kB/s)
22:08:42 [2021-06-24T22:08:42.517Z] #17 136.9 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 136.9 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 136.9 Setting up cpp-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up xz-utils (5.2.4-1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up libc6-arm64-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up patch (2.7.6-3+deb10u1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.0 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.1 Setting up libitm1-arm64-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.1 Setting up libitm1-ppc64el-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.1 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.1 Setting up libc6-armel-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.518Z] #17 137.1 Setting up libitm1-s390x-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.1 Setting up libatomic1-ppc64el-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.1 Setting up libc6-dev-s390x-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up binutils-powerpc64le-linux-gnu (2.31.1-16) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up libc6-dev-armel-cross (2.28-7cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up libfile-homedir-perl (1.004-1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.2 Setting up libgomp1-s390x-cross (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.3 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.3 Setting up liblocale-gettext-perl (1.07-3+b4) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.3 Setting up gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.3 Setting up libgcc1-s390x-cross (1:8.3.0-2cross1) ...
22:08:42 [2021-06-24T22:08:42.774Z] #17 137.3 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.3 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.3 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libgcc1-ppc64el-cross (1:8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libgomp1-armel-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libc6-dev-ppc64el-cross (2.28-7cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up cpp-s390x-linux-gnu (4:8.3.0-1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.4 Setting up libquadmath0-ppc64el-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up libstdc++6-s390x-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up libc6-dev-armhf-cross (2.28-7cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up libasan5-s390x-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up libc6-dev-arm64-cross (2.28-7cross1) ...
22:08:43 [2021-06-24T22:08:43.037Z] #17 137.5 Setting up libatomic1-armel-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.5 Setting up libxml-sax-perl (1.00+dfsg-1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.8 
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.8 Setting up dpkg-dev (1.19.7) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.8 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.9 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.9 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.9 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.293Z] #17 137.9 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.335Z] #50 ...
22:08:43 [2021-06-24T22:08:43.335Z] 
22:08:43 [2021-06-24T22:08:43.335Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:43 [2021-06-24T22:08:43.335Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:43 [2021-06-24T22:08:43.335Z] #56 33.34 Building dependency tree...
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.34 The following additional packages will be installed:
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.34   libbtrfs0
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.52 The following NEW packages will be installed:
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.52   libbtrfs-dev libbtrfs0
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.97 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.97 Need to get 119 kB of archives.
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.97 After this operation, 387 kB of additional disk space will be used.
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:08:43 [2021-06-24T22:08:43.335Z] #56 36.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:08:43 [2021-06-24T22:08:43.335Z] #56 37.93 debconf: delaying package configuration, since apt-utils is not installed
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.11 Fetched 119 kB in 0s (406 kB/s)
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.19 Selecting previously unselected package libbtrfs0.
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.24 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.26 Unpacking libbtrfs0 (4.20.1-2) ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.37 Selecting previously unselected package libbtrfs-dev.
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.41 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.41 Unpacking libbtrfs-dev (4.20.1-2) ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.64 Setting up libbtrfs0 (4.20.1-2) ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.65 Setting up libbtrfs-dev (4.20.1-2) ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 38.68 Processing triggers for libc-bin (2.28-10) ...
22:08:43 [2021-06-24T22:08:43.335Z] #56 DONE 39.6s
22:08:43 [2021-06-24T22:08:43.335Z] 
22:08:43 [2021-06-24T22:08:43.335Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:08:43 [2021-06-24T22:08:43.335Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:08:43 [2021-06-24T22:08:43.558Z] #17 137.9 Setting up libstdc++6-ppc64el-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.558Z] #17 137.9 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
22:08:43 [2021-06-24T22:08:43.558Z] #17 138.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
22:08:43 [2021-06-24T22:08:43.558Z] #17 138.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
22:08:43 [2021-06-24T22:08:43.729Z] #13 24.51 Reading package lists...
22:08:43 [2021-06-24T22:08:43.729Z] #13 ...
22:08:43 [2021-06-24T22:08:43.729Z] 
22:08:43 [2021-06-24T22:08:43.729Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:43 [2021-06-24T22:08:43.729Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:43 [2021-06-24T22:08:43.729Z] #56 24.78 Fetched 8453 kB in 15s (550 kB/s)
22:08:43 [2021-06-24T22:08:43.729Z] #56 24.78 Reading package lists...
22:08:43 [2021-06-24T22:08:43.729Z] #56 31.83 Reading package lists...
22:08:43 [2021-06-24T22:08:43.729Z] #56 ...
22:08:43 [2021-06-24T22:08:43.729Z] 
22:08:43 [2021-06-24T22:08:43.729Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:43 [2021-06-24T22:08:43.729Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:43 [2021-06-24T22:08:43.729Z] #36 28.31 Fetched 8453 kB in 17s (512 kB/s)
22:08:43 [2021-06-24T22:08:43.729Z] #36 28.31 Reading package lists...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.2 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up cpp-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up libubsan1-s390x-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.3 Setting up libasan5-ppc64el-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.4 Setting up libubsan1-ppc64el-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.4 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.4 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.4 Setting up libasan5-armhf-cross (8.3.0-2cross1) ...
22:08:43 [2021-06-24T22:08:43.815Z] #17 138.4 Setting up liblsan0-ppc64el-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.4 Setting up libasan5-arm64-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.4 Setting up libasan5-armel-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libtsan0-ppc64el-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libubsan1-armel-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libxml-simple-perl (2.25-1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libgcc-8-dev-s390x-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.5 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up libconfig-auto-perl (0.44-1) ...
22:08:44 [2021-06-24T22:08:44.071Z] #17 138.6 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.6 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up gcc-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up g++-8-s390x-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.7 Setting up libdebian-dpkgcross-perl (2.6.15-3) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.8 Setting up gcc-s390x-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up gcc-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up dpkg-cross (2.6.15-3) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up g++-powerpc64le-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.327Z] #17 138.9 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
22:08:44 [2021-06-24T22:08:44.499Z] #50 ...
22:08:44 [2021-06-24T22:08:44.499Z] 
22:08:44 [2021-06-24T22:08:44.499Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:44 [2021-06-24T22:08:44.499Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:44 [2021-06-24T22:08:44.499Z] #56 34.56 Building dependency tree...
22:08:44 [2021-06-24T22:08:44.499Z] #56 37.78 The following additional packages will be installed:
22:08:44 [2021-06-24T22:08:44.499Z] #56 37.78   libbtrfs0
22:08:44 [2021-06-24T22:08:44.499Z] #56 37.98 The following NEW packages will be installed:
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.00   libbtrfs-dev libbtrfs0
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.42 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.42 Need to get 119 kB of archives.
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.42 After this operation, 387 kB of additional disk space will be used.
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:08:44 [2021-06-24T22:08:44.499Z] #56 38.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.41 debconf: delaying package configuration, since apt-utils is not installed
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.62 Fetched 119 kB in 0s (427 kB/s)
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.72 Selecting previously unselected package libbtrfs0.
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.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 ... 15421 files and directories currently installed.)
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.78 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.79 Unpacking libbtrfs0 (4.20.1-2) ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.92 Selecting previously unselected package libbtrfs-dev.
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.92 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 39.96 Unpacking libbtrfs-dev (4.20.1-2) ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 40.22 Setting up libbtrfs0 (4.20.1-2) ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 40.24 Setting up libbtrfs-dev (4.20.1-2) ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 40.27 Processing triggers for libc-bin (2.28-10) ...
22:08:44 [2021-06-24T22:08:44.499Z] #56 DONE 41.2s
22:08:44 [2021-06-24T22:08:44.499Z] 
22:08:44 [2021-06-24T22:08:44.499Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:44 [2021-06-24T22:08:44.499Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:44 [2021-06-24T22:08:44.499Z] #46 31.17 vendor/golang.org/x/crypto/internal/subtle
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up g++-s390x-linux-gnu (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up crossbuild-essential-armhf (12.6) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up crossbuild-essential-arm64 (12.6) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up crossbuild-essential-s390x (12.6) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.0 Setting up crossbuild-essential-ppc64el (12.6) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.1 Setting up crossbuild-essential-armel (12.6) ...
22:08:44 [2021-06-24T22:08:44.583Z] #17 139.1 Processing triggers for libc-bin (2.28-10) ...
22:08:44 [2021-06-24T22:08:44.701Z] 639bb6bb2beb: Verifying Checksum
22:08:44 [2021-06-24T22:08:44.702Z] 639bb6bb2beb: Download complete
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.251 + RM_GOPATH=0
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.252 + TMP_GOPATH=
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.253 + : /build
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.256 + '[' -z '' ']'
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.256 ++ mktemp -d
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.286 + export GOPATH=/tmp/tmp.kCloUtkant
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.287 + GOPATH=/tmp/tmp.kCloUtkant
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.287 + RM_GOPATH=1
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.287 + case "$(go env GOARCH)" in
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.288 ++ go env GOARCH
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.316 + export GO_BUILDMODE=-buildmode=pie
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.316 + GO_BUILDMODE=-buildmode=pie
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.327 ++ dirname /tmp/install/install.sh
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.329 + dir=/tmp/install
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.329 + bin=containerd
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.329 + shift
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.329 + '[' '!' -f /tmp/install/containerd.installer ']'
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.330 + . /tmp/install/containerd.installer
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.330 ++ set -e
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.330 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.331 + install_containerd
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.331 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a'
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.331 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.343 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kCloUtkant/src/github.com/containerd/containerd
22:08:44 [2021-06-24T22:08:44.733Z] #57 1.345 Cloning into '/tmp/tmp.kCloUtkant/src/github.com/containerd/containerd'...
22:08:44 [2021-06-24T22:08:44.771Z] #46 ...
22:08:44 [2021-06-24T22:08:44.771Z] 
22:08:44 [2021-06-24T22:08:44.771Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:44 [2021-06-24T22:08:44.771Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.61 debconf: delaying package configuration, since apt-utils is not installed
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.81 Fetched 14.9 MB in 1s (10.1 MB/s)
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.88 Selecting previously unselected package xxd.
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:08:44 [2021-06-24T22:08:44.771Z] #36 37.95 Unpacking xxd (2:8.1.0875-5) ...
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.21 Selecting previously unselected package vim-common.
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.21 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.26 Unpacking vim-common (2:8.1.0875-5) ...
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.58 Selecting previously unselected package cmake-data.
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.58 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:08:44 [2021-06-24T22:08:44.771Z] #36 38.59 Unpacking cmake-data (3.13.4-1) ...
22:08:45 [2021-06-24T22:08:45.032Z] #36 41.59 Selecting previously unselected package libicu63:amd64.
22:08:45 [2021-06-24T22:08:45.032Z] #36 41.60 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
22:08:45 [2021-06-24T22:08:45.032Z] #36 41.65 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:08:45 [2021-06-24T22:08:45.122Z] #36 34.79 Reading package lists...
22:08:45 [2021-06-24T22:08:45.122Z] #36 ...
22:08:45 [2021-06-24T22:08:45.122Z] 
22:08:45 [2021-06-24T22:08:45.123Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:45 [2021-06-24T22:08:45.123Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:45 [2021-06-24T22:08:45.123Z] #44 23.79 Fetched 8457 kB in 17s (500 kB/s)
22:08:45 [2021-06-24T22:08:45.123Z] #44 23.79 Reading package lists...
22:08:45 [2021-06-24T22:08:45.161Z] #17 DONE 139.8s
22:08:45 [2021-06-24T22:08:45.418Z] 
22:08:45 [2021-06-24T22:08:45.418Z] #18 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
22:08:45 [2021-06-24T22:08:45.418Z] #18 sha256:c87af7bb457354136fda71e23b5675a8a574bd513292ce222f14e1bad7ae007d
22:08:45 [2021-06-24T22:08:45.696Z] #44 30.48 Reading package lists...
22:08:45 [2021-06-24T22:08:45.697Z] #44 ...
22:08:45 [2021-06-24T22:08:45.697Z] 
22:08:45 [2021-06-24T22:08:45.697Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:45 [2021-06-24T22:08:45.697Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:08:45 [2021-06-24T22:08:45.697Z] #46 36.90 vendor/golang.org/x/crypto/internal/subtle
22:08:47 [2021-06-24T22:08:47.312Z] #18 DONE 1.7s
22:08:47 [2021-06-24T22:08:47.312Z] 
22:08:47 [2021-06-24T22:08:47.312Z] #31 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
22:08:47 [2021-06-24T22:08:47.312Z] #31 sha256:e484e159859ec09be9890317c3146340779ca249994b789ad5a33a8c66a71fa2
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.454 + RM_GOPATH=0
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.454 + TMP_GOPATH=
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.454 + : /build
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.454 + '[' -z '' ']'
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.454 ++ mktemp -d
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.455 + export GOPATH=/tmp/tmp.2EUnLV3fe6
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.455 + GOPATH=/tmp/tmp.2EUnLV3fe6
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.455 + RM_GOPATH=1
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.455 + case "$(go env GOARCH)" in
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.456 ++ go env GOARCH
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.462 + export GO_BUILDMODE=-buildmode=pie
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.462 + GO_BUILDMODE=-buildmode=pie
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.462 ++ dirname /tmp/install/install.sh
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 Install docker/cli version 17.06.2-ce from stable
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + dir=/tmp/install
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + bin=dockercli
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + shift
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + '[' '!' -f /tmp/install/dockercli.installer ']'
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + . /tmp/install/dockercli.installer
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 ++ : stable
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 ++ : 17.06.2-ce
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + install_dockercli
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.463 + echo 'Install docker/cli version 17.06.2-ce from stable'
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.465 ++ uname -m
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.466 + arch=x86_64
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.466 + '[' x86_64 '!=' x86_64 ']'
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.466 + url=https://download.docker.com/linux/static
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.467 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
22:08:47 [2021-06-24T22:08:47.312Z] #31 1.473 + tar -xz docker/docker
22:08:47 [2021-06-24T22:08:47.617Z] #46 ...
22:08:47 [2021-06-24T22:08:47.617Z] 
22:08:47 [2021-06-24T22:08:47.617Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:08:47 [2021-06-24T22:08:47.617Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:08:47 [2021-06-24T22:08:47.617Z] #40 23.00 Checking out files:  92% (1575/1695)   
Checking out files:  93% (1577/1695)   
Checking out files:  94% (1594/1695)   
Checking out files:  95% (1611/1695)   
Checking out files:  96% (1628/1695)   
Checking out files:  97% (1645/1695)   
Checking out files:  98% (1662/1695)   
Checking out files:  99% (1679/1695)   
Checking out files: 100% (1695/1695)   
Checking out files: 100% (1695/1695), done.
22:08:47 [2021-06-24T22:08:47.617Z] #40 23.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
22:08:47 [2021-06-24T22:08:47.617Z] #40 25.19 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
22:08:47 [2021-06-24T22:08:47.617Z] #40 ...
22:08:47 [2021-06-24T22:08:47.617Z] 
22:08:47 [2021-06-24T22:08:47.617Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:47 [2021-06-24T22:08:47.617Z] #56 sha256:b1456013c39aaf4d446442107d102c88827565d154c30774c7edcf1a7044ece3
22:08:47 [2021-06-24T22:08:47.617Z] #56 31.83 Reading package lists...
22:08:48 [2021-06-24T22:08:48.330Z] #36 ...
22:08:48 [2021-06-24T22:08:48.331Z] 
22:08:48 [2021-06-24T22:08:48.331Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:48 [2021-06-24T22:08:48.331Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:48 [2021-06-24T22:08:48.331Z] #44 30.01 Reading package lists...
22:08:48 [2021-06-24T22:08:48.331Z] #44 35.72 Building dependency tree...
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.96 The following additional packages will be installed:
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.96   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.96   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.96   python3-pkg-resources python3-protobuf python3-six python3.7
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.96   python3.7-minimal
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.97 Suggested packages:
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.98   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
22:08:48 [2021-06-24T22:08:48.331Z] #44 38.98   python3.7-doc binfmt-support
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.20 The following NEW packages will be installed:
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.20   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.21   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.21   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.22   python3.7-minimal
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.72 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.72 Need to get 6695 kB of archives.
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.72 After this operation, 33.1 MB of additional disk space will be used.
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 40.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.20 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.82 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 41.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.09 debconf: delaying package configuration, since apt-utils is not installed
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.26 Fetched 6695 kB in 1s (4862 kB/s)
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.35 Selecting previously unselected package libpython3.7-minimal:amd64.
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.35 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.42 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:48 [2021-06-24T22:08:48.331Z] #44 43.43 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:08:48 [2021-06-24T22:08:48.331Z] #44 44.30 Selecting previously unselected package python3.7-minimal.
22:08:48 [2021-06-24T22:08:48.331Z] #44 44.30 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:48 [2021-06-24T22:08:48.331Z] #44 44.31 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:48 [2021-06-24T22:08:48.331Z] #44 ...
22:08:48 [2021-06-24T22:08:48.331Z] 
22:08:48 [2021-06-24T22:08:48.331Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:48 [2021-06-24T22:08:48.331Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:48 [2021-06-24T22:08:48.331Z] #32 44.53 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
22:08:48 [2021-06-24T22:08:48.331Z] #32 44.81 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:08:48 [2021-06-24T22:08:48.562Z] #56 38.24 Building dependency tree...
22:08:48 [2021-06-24T22:08:48.902Z] #32 45.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:48 [2021-06-24T22:08:48.952Z] #57 ...
22:08:48 [2021-06-24T22:08:48.952Z] 
22:08:48 [2021-06-24T22:08:48.952Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:48 [2021-06-24T22:08:48.952Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:48 [2021-06-24T22:08:48.952Z] #36 33.85 Building dependency tree...
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.81 The following additional packages will be installed:
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.83   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.85 Suggested packages:
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.85   cmake-doc ninja-build lrzip
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.85 Recommended packages:
22:08:48 [2021-06-24T22:08:48.952Z] #36 36.85   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:08:48 [2021-06-24T22:08:48.952Z] #36 37.65 The following NEW packages will be installed:
22:08:48 [2021-06-24T22:08:48.952Z] #36 37.65   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:08:48 [2021-06-24T22:08:48.952Z] #36 37.66   vim-common xxd
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.12 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.12 Need to get 14.9 MB of archives.
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.12 After this operation, 61.8 MB of additional disk space will be used.
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 38.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 39.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:08:48 [2021-06-24T22:08:48.952Z] #36 40.92 debconf: delaying package configuration, since apt-utils is not installed
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.15 Fetched 14.9 MB in 2s (7715 kB/s)
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.23 Selecting previously unselected package xxd.
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.32 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.32 Unpacking xxd (2:8.1.0875-5) ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.50 Selecting previously unselected package vim-common.
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.50 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.55 Unpacking vim-common (2:8.1.0875-5) ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.88 Selecting previously unselected package cmake-data.
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.90 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 41.91 Unpacking cmake-data (3.13.4-1) ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 44.51 Selecting previously unselected package libicu63:amd64.
22:08:48 [2021-06-24T22:08:48.952Z] #36 44.52 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
22:08:48 [2021-06-24T22:08:48.952Z] #36 44.54 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:08:49 [2021-06-24T22:08:49.248Z] #36 ...
22:08:49 [2021-06-24T22:08:49.248Z] 
22:08:49 [2021-06-24T22:08:49.248Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:49 [2021-06-24T22:08:49.248Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:49 [2021-06-24T22:08:49.248Z] #44 29.52 Reading package lists...
22:08:49 [2021-06-24T22:08:49.248Z] #44 35.04 Building dependency tree...
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.02 The following additional packages will be installed:
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.02   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.02   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.03   python3-pkg-resources python3-protobuf python3-six python3.7
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.03   python3.7-minimal
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.03 Suggested packages:
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.03   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
22:08:49 [2021-06-24T22:08:49.248Z] #44 38.03   python3.7-doc binfmt-support
22:08:49 [2021-06-24T22:08:49.248Z] #44 39.44 The following NEW packages will be installed:
22:08:49 [2021-06-24T22:08:49.248Z] #44 39.46   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
22:08:49 [2021-06-24T22:08:49.248Z] #44 39.46   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
22:08:49 [2021-06-24T22:08:49.248Z] #44 39.47   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
22:08:49 [2021-06-24T22:08:49.248Z] #44 39.47   python3.7-minimal
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.06 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.06 Need to get 6695 kB of archives.
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.06 After this operation, 33.1 MB of additional disk space will be used.
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.30 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.72 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.75 Get:13 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 40.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.22 debconf: delaying package configuration, since apt-utils is not installed
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.36 Fetched 6695 kB in 1s (4747 kB/s)
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.52 Selecting previously unselected package libpython3.7-minimal:amd64.
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.52 (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 ... 15421 files and directories currently installed.)
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.62 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 42.63 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 43.31 Selecting previously unselected package python3.7-minimal.
22:08:49 [2021-06-24T22:08:49.248Z] #44 43.31 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 43.33 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 45.08 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 45.12 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:49 [2021-06-24T22:08:49.248Z] #44 ...
22:08:49 [2021-06-24T22:08:49.248Z] 
22:08:49 [2021-06-24T22:08:49.248Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:49 [2021-06-24T22:08:49.248Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:08:49 [2021-06-24T22:08:49.248Z] #32 43.92 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
22:08:49 [2021-06-24T22:08:49.248Z] #32 44.19 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:08:49 [2021-06-24T22:08:49.248Z] #32 45.07 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:08:49 [2021-06-24T22:08:49.487Z] ...INFO: Daemon under test started and replied!
22:08:49 [2021-06-24T22:08:49.487Z] INFO: Docker version of the daemon under test
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] Client:
22:08:49 [2021-06-24T22:08:49.487Z]  Version:      17.06.2-ce
22:08:49 [2021-06-24T22:08:49.487Z]  API version:  1.30
22:08:49 [2021-06-24T22:08:49.487Z]  Go version:   go1.8.3
22:08:49 [2021-06-24T22:08:49.487Z]  Git commit:   cec0b72
22:08:49 [2021-06-24T22:08:49.487Z]  Built:        Tue Sep  5 19:57:19 2017
22:08:49 [2021-06-24T22:08:49.487Z]  OS/Arch:      windows/amd64
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] Server:
22:08:49 [2021-06-24T22:08:49.487Z]  Version:      0.0.0-dev
22:08:49 [2021-06-24T22:08:49.487Z]  API version:  1.41 (minimum version 1.24)
22:08:49 [2021-06-24T22:08:49.487Z]  Go version:   go1.16.5
22:08:49 [2021-06-24T22:08:49.487Z]  Git commit:   f901d3cfa8
22:08:49 [2021-06-24T22:08:49.487Z]  Built:        06/24/2021 22:06:43
22:08:49 [2021-06-24T22:08:49.487Z]  OS/Arch:      windows/amd64
22:08:49 [2021-06-24T22:08:49.487Z]  Experimental: false
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] INFO: Docker info of the daemon under test
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] Containers: 0
22:08:49 [2021-06-24T22:08:49.487Z]  Running: 0
22:08:49 [2021-06-24T22:08:49.487Z]  Paused: 0
22:08:49 [2021-06-24T22:08:49.487Z]  Stopped: 0
22:08:49 [2021-06-24T22:08:49.487Z] Images: 0
22:08:49 [2021-06-24T22:08:49.487Z] Server Version: 0.0.0-dev
22:08:49 [2021-06-24T22:08:49.487Z] Storage Driver: windowsfilter
22:08:49 [2021-06-24T22:08:49.487Z]  Windows: 
22:08:49 [2021-06-24T22:08:49.487Z] Logging Driver: json-file
22:08:49 [2021-06-24T22:08:49.487Z] Plugins: 
22:08:49 [2021-06-24T22:08:49.487Z]  Volume: local
22:08:49 [2021-06-24T22:08:49.487Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
22:08:49 [2021-06-24T22:08:49.487Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
22:08:49 [2021-06-24T22:08:49.487Z] Swarm: inactive
22:08:49 [2021-06-24T22:08:49.487Z] Default Isolation: process
22:08:49 [2021-06-24T22:08:49.487Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
22:08:49 [2021-06-24T22:08:49.487Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
22:08:49 [2021-06-24T22:08:49.487Z] OSType: windows
22:08:49 [2021-06-24T22:08:49.487Z] Architecture: x86_64
22:08:49 [2021-06-24T22:08:49.487Z] CPUs: 4
22:08:49 [2021-06-24T22:08:49.487Z] Total Memory: 32GiB
22:08:49 [2021-06-24T22:08:49.487Z] Name: azwin-2-45e6b0
22:08:49 [2021-06-24T22:08:49.487Z] ID: RM75:3S5V:DY2H:HPB2:ZKKK:FWTO:WSJY:54N2:V7CV:YAHG:V7KK:J4ES
22:08:49 [2021-06-24T22:08:49.487Z] Docker Root Dir: D:\CI\PR-42450\33\daemon
22:08:49 [2021-06-24T22:08:49.487Z] Debug Mode (client): false
22:08:49 [2021-06-24T22:08:49.487Z] Debug Mode (server): true
22:08:49 [2021-06-24T22:08:49.487Z]  File Descriptors: -1
22:08:49 [2021-06-24T22:08:49.487Z]  Goroutines: 16
22:08:49 [2021-06-24T22:08:49.487Z]  System Time: 2021-06-24T22:08:47.6818923Z
22:08:49 [2021-06-24T22:08:49.487Z]  EventsListeners: 0
22:08:49 [2021-06-24T22:08:49.487Z] Registry: https://index.docker.io/v1/
22:08:49 [2021-06-24T22:08:49.487Z] Labels:
22:08:49 [2021-06-24T22:08:49.487Z] Experimental: false
22:08:49 [2021-06-24T22:08:49.487Z] Insecure Registries:
22:08:49 [2021-06-24T22:08:49.487Z]  127.0.0.0/8
22:08:49 [2021-06-24T22:08:49.487Z] Live Restore Enabled: false
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] INFO: Docker images of the daemon under test
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
22:08:49 [2021-06-24T22:08:49.487Z] 
22:08:49 [2021-06-24T22:08:49.487Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider
22:08:49 [2021-06-24T22:08:49.488Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time...
22:08:49 [2021-06-24T22:08:49.488Z] 10.0.20295.1: Pulling from windows/servercore/insider
22:08:49 [2021-06-24T22:08:49.488Z] 29d5b6a226d2: Pulling fs layer
22:08:49 [2021-06-24T22:08:49.863Z] #31 4.448 + mkdir -p /build
22:08:49 [2021-06-24T22:08:49.863Z] #31 4.450 + mv docker/docker /build/
22:08:49 [2021-06-24T22:08:49.863Z] #31 4.452 + rmdir docker
22:08:50 [2021-06-24T22:08:50.489Z] #56 41.59 The following additional packages will be installed:
22:08:50 [2021-06-24T22:08:50.489Z] #56 41.61   libbtrfs0
22:08:50 [2021-06-24T22:08:50.489Z] #56 41.79 The following NEW packages will be installed:
22:08:50 [2021-06-24T22:08:50.489Z] #56 41.81   libbtrfs-dev libbtrfs0
22:08:50 [2021-06-24T22:08:50.497Z] 4612f6d0b889: Verifying Checksum
22:08:50 [2021-06-24T22:08:50.497Z] 4612f6d0b889: Download complete
22:08:50 [2021-06-24T22:08:50.686Z] #32 ...
22:08:50 [2021-06-24T22:08:50.686Z] 
22:08:50 [2021-06-24T22:08:50.686Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:50 [2021-06-24T22:08:50.686Z] #13 26.75 Reading package lists...
22:08:50 [2021-06-24T22:08:50.686Z] #13 32.69 Building dependency tree...
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.14 The following additional packages will be installed:
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.14   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.14   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.14   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.14   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.18   mingw-w64-x86-64-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.18 Suggested packages:
22:08:50 [2021-06-24T22:08:50.686Z] #13 36.18   gcc-8-locales seccomp wine64
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24 The following NEW packages will be installed:
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.24   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.25   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.26 The following packages will be upgraded:
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.27   libseccomp2
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.72 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.72 Need to get 77.8 MB of archives.
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.72 After this operation, 487 MB of additional disk space will be used.
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.72 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.73 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 37.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 38.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
22:08:50 [2021-06-24T22:08:50.686Z] #13 42.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
22:08:50 [2021-06-24T22:08:50.818Z] #32 ...
22:08:50 [2021-06-24T22:08:50.818Z] 
22:08:50 [2021-06-24T22:08:50.818Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:50 [2021-06-24T22:08:50.818Z] #13 29.16 Reading package lists...
22:08:50 [2021-06-24T22:08:50.818Z] #13 35.36 Building dependency tree...
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.59 The following additional packages will be installed:
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.59   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.60   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.60   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.60   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.60   mingw-w64-x86-64-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.61 Suggested packages:
22:08:50 [2021-06-24T22:08:50.818Z] #13 38.62   gcc-8-locales seccomp wine64
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.03 The following NEW packages will be installed:
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.03   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.03   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.04   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.04   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.04   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.04   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.05 The following packages will be upgraded:
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.07   libseccomp2
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.49 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.49 Need to get 77.8 MB of archives.
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.49 After this operation, 487 MB of additional disk space will be used.
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.50 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.51 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 40.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
22:08:50 [2021-06-24T22:08:50.818Z] #13 41.82 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
22:08:51 [2021-06-24T22:08:51.064Z] #56 42.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:08:51 [2021-06-24T22:08:51.064Z] #56 42.22 Need to get 119 kB of archives.
22:08:51 [2021-06-24T22:08:51.064Z] #56 42.22 After this operation, 387 kB of additional disk space will be used.
22:08:51 [2021-06-24T22:08:51.064Z] #56 42.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:08:51 [2021-06-24T22:08:51.064Z] #56 42.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:08:51 [2021-06-24T22:08:51.079Z] #13 45.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
22:08:51 [2021-06-24T22:08:51.079Z] #13 ...
22:08:51 [2021-06-24T22:08:51.079Z] 
22:08:51 [2021-06-24T22:08:51.079Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:51 [2021-06-24T22:08:51.079Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:08:51 [2021-06-24T22:08:51.079Z] #52 47.34 internal/testlog
22:08:51 [2021-06-24T22:08:51.079Z] #52 47.34 internal/reflectlite
22:08:51 [2021-06-24T22:08:51.236Z] #31 DONE 5.7s
22:08:51 [2021-06-24T22:08:51.236Z] 
22:08:51 [2021-06-24T22:08:51.236Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:51 [2021-06-24T22:08:51.236Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:08:51 [2021-06-24T22:08:51.236Z] #19 1.470 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 1.507 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 1.507 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 1.508 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 1.956 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.016 Get:6 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.045 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.078 Get:8 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.120 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.146 Get:10 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 2.857 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
22:08:51 [2021-06-24T22:08:51.236Z] #19 3.706 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:51 [2021-06-24T22:08:51.630Z] #13 ...
22:08:51 [2021-06-24T22:08:51.630Z] 
22:08:51 [2021-06-24T22:08:51.630Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:51 [2021-06-24T22:08:51.630Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:08:51 [2021-06-24T22:08:51.630Z] #52 47.81 errors
22:08:51 [2021-06-24T22:08:51.630Z] #52 47.83 sort
22:08:52 [2021-06-24T22:08:52.013Z] #56 43.23 debconf: delaying package configuration, since apt-utils is not installed
22:08:52 [2021-06-24T22:08:52.013Z] #56 43.45 Fetched 119 kB in 0s (428 kB/s)
22:08:52 [2021-06-24T22:08:52.170Z] #19 4.870 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:08:52 [2021-06-24T22:08:52.206Z] #52 48.32 io
22:08:52 [2021-06-24T22:08:52.276Z] #56 43.57 Selecting previously unselected package libbtrfs0.
22:08:52 [2021-06-24T22:08:52.276Z] #56 43.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:52 [2021-06-24T22:08:52.276Z] #56 43.72 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:08:52 [2021-06-24T22:08:52.276Z] #56 43.74 Unpacking libbtrfs0 (4.20.1-2) ...
22:08:52 [2021-06-24T22:08:52.276Z] #56 43.85 Selecting previously unselected package libbtrfs-dev.
22:08:52 [2021-06-24T22:08:52.541Z] #56 43.88 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:08:52 [2021-06-24T22:08:52.541Z] #56 43.90 Unpacking libbtrfs-dev (4.20.1-2) ...
22:08:52 [2021-06-24T22:08:52.780Z] #52 48.90 internal/oserror
22:08:52 [2021-06-24T22:08:52.780Z] #52 49.11 syscall
22:08:52 [2021-06-24T22:08:52.803Z] #56 44.18 Setting up libbtrfs0 (4.20.1-2) ...
22:08:52 [2021-06-24T22:08:52.803Z] #56 44.21 Setting up libbtrfs-dev (4.20.1-2) ...
22:08:52 [2021-06-24T22:08:52.803Z] #56 44.23 Processing triggers for libc-bin (2.28-10) ...
22:08:52 [2021-06-24T22:08:52.997Z] #52 49.39 errors
22:08:52 [2021-06-24T22:08:52.997Z] #52 49.39 sort
22:08:53 [2021-06-24T22:08:53.101Z] #19 5.765 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
22:08:53 [2021-06-24T22:08:53.257Z] #52 49.85 io
22:08:53 [2021-06-24T22:08:53.390Z] #56 DONE 44.7s
22:08:53 [2021-06-24T22:08:53.390Z] 
22:08:53 [2021-06-24T22:08:53.390Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:08:53 [2021-06-24T22:08:53.390Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:08:53 [2021-06-24T22:08:53.664Z] #19 6.421 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
22:08:53 [2021-06-24T22:08:53.664Z] #19 ...
22:08:53 [2021-06-24T22:08:53.664Z] 
22:08:53 [2021-06-24T22:08:53.664Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 sha256:15a5fe4a86d4ba95f827e74c2c5788de774eb8527af579ccdfb41343f4ef78c9
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.645 + RM_GOPATH=0
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.645 + TMP_GOPATH=
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.645 + : /build
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.645 + '[' -z '' ']'
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 ++ mktemp -d
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + export GOPATH=/tmp/tmp.M1DsdtLrUe
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + GOPATH=/tmp/tmp.M1DsdtLrUe
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + RM_GOPATH=1
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + case "$(go env GOARCH)" in
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 ++ go env GOARCH
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + export GO_BUILDMODE=-buildmode=pie
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + GO_BUILDMODE=-buildmode=pie
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 ++ dirname /tmp/install/install.sh
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.650 + dir=/tmp/install
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + bin=rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + shift
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + . /tmp/install/rootlesskit.installer
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 ++ : 4cd567642273d369adaadcbadca00880552c1778
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + install_rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + case "$1" in
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + export CGO_ENABLED=0
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + CGO_ENABLED=0
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.651 + _install_rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.665 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.665 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.665 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.M1DsdtLrUe/src/github.com/rootless-containers/rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 1.665 Cloning into '/tmp/tmp.M1DsdtLrUe/src/github.com/rootless-containers/rootlesskit'...
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.702 + cd /tmp/tmp.M1DsdtLrUe/src/github.com/rootless-containers/rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.706 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.730 + export GO111MODULE=on
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.730 + GO111MODULE=on
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.730 + export GOPROXY=https://proxy.golang.org
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.731 + GOPROXY=https://proxy.golang.org
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.731 + for f in rootlesskit rootlesskit-docker-proxy
22:08:53 [2021-06-24T22:08:53.664Z] #66 3.731 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:08:53 [2021-06-24T22:08:53.664Z] #66 5.703 go: downloading github.com/pkg/errors v0.9.1
22:08:53 [2021-06-24T22:08:53.664Z] #66 5.716 go: downloading github.com/sirupsen/logrus v1.8.1
22:08:53 [2021-06-24T22:08:53.664Z] #66 5.793 go: downloading github.com/urfave/cli/v2 v2.3.0
22:08:53 [2021-06-24T22:08:53.664Z] #66 6.361 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:08:53 [2021-06-24T22:08:53.664Z] #66 7.751 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:08:53 [2021-06-24T22:08:53.664Z] #66 8.127 go: downloading github.com/google/uuid v1.2.0
22:08:53 [2021-06-24T22:08:53.664Z] #66 8.264 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
22:08:53 [2021-06-24T22:08:53.664Z] #66 8.287 go: downloading github.com/moby/vpnkit v0.5.0
22:08:53 [2021-06-24T22:08:53.826Z] #52 50.61 internal/oserror
22:08:53 [2021-06-24T22:08:53.921Z] #66 8.427 go: downloading github.com/gofrs/flock v0.8.0
22:08:53 [2021-06-24T22:08:53.921Z] #66 8.467 go: downloading github.com/gorilla/mux v1.8.0
22:08:53 [2021-06-24T22:08:53.921Z] #66 8.596 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:08:54 [2021-06-24T22:08:54.086Z] #52 50.81 syscall
22:08:54 [2021-06-24T22:08:54.171Z] #52 50.11 bytes
22:08:54 [2021-06-24T22:08:54.178Z] #66 8.856 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:08:54 [2021-06-24T22:08:54.178Z] #66 ...
22:08:54 [2021-06-24T22:08:54.178Z] 
22:08:54 [2021-06-24T22:08:54.178Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:54 [2021-06-24T22:08:54.178Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:08:54 [2021-06-24T22:08:54.178Z] #19 6.966 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
22:08:54 [2021-06-24T22:08:54.345Z] #52 51.13 bytes
22:08:54 [2021-06-24T22:08:54.345Z] #52 ...
22:08:54 [2021-06-24T22:08:54.345Z] 
22:08:54 [2021-06-24T22:08:54.345Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:08:54 [2021-06-24T22:08:54.345Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.120 + RM_GOPATH=0
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.120 + TMP_GOPATH=
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.120 + : /build
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.120 + '[' -z '' ']'
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.120 ++ mktemp -d
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.125 + export GOPATH=/tmp/tmp.vfAconFX8J
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.125 + GOPATH=/tmp/tmp.vfAconFX8J
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.125 + RM_GOPATH=1
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.125 + case "$(go env GOARCH)" in
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.125 ++ go env GOARCH
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.151 + export GO_BUILDMODE=-buildmode=pie
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.151 + GO_BUILDMODE=-buildmode=pie
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.152 ++ dirname /tmp/install/install.sh
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.153 + dir=/tmp/install
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.153 + bin=containerd
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.153 + shift
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.154 + '[' '!' -f /tmp/install/containerd.installer ']'
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.154 + . /tmp/install/containerd.installer
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.154 ++ set -e
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.154 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.159 + install_containerd
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.160 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a'
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.162 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.162 + git clone https://github.com/containerd/containerd.git /tmp/tmp.vfAconFX8J/src/github.com/containerd/containerd
22:08:54 [2021-06-24T22:08:54.346Z] #57 1.165 Cloning into '/tmp/tmp.vfAconFX8J/src/github.com/containerd/containerd'...
22:08:54 [2021-06-24T22:08:54.605Z] #57 ...
22:08:54 [2021-06-24T22:08:54.605Z] 
22:08:54 [2021-06-24T22:08:54.606Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:54 [2021-06-24T22:08:54.606Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.64 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.69 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.71 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 47.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
22:08:54 [2021-06-24T22:08:54.606Z] #13 48.84 debconf: delaying package configuration, since apt-utils is not installed
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.537 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.537 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.551 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.574 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.598 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.609 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.627 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.630 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.639 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.640 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.641 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
22:08:54 [2021-06-24T22:08:54.742Z] #19 7.643 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
22:08:54 [2021-06-24T22:08:54.865Z] #13 49.03 Fetched 77.8 MB in 7s (10.4 MB/s)
22:08:55 [2021-06-24T22:08:55.132Z] #13 49.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 ... 15421 files and directories currently installed.)
22:08:55 [2021-06-24T22:08:55.132Z] #13 49.21 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
22:08:55 [2021-06-24T22:08:55.132Z] #13 49.24 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
22:08:55 [2021-06-24T22:08:55.306Z] #19 ...
22:08:55 [2021-06-24T22:08:55.306Z] 
22:08:55 [2021-06-24T22:08:55.306Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:55 [2021-06-24T22:08:55.306Z] #43 sha256:6f2446eab86599ea2b8fc8f1dcaf59e4b4cd11beec775f1a019fbdcc443a1ef6
22:08:55 [2021-06-24T22:08:55.306Z] #43 2.142 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 2.179 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 2.179 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 2.660 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 3.280 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 4.025 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 5.174 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 5.909 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 6.867 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.834 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.842 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.887 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.913 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.923 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.939 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.975 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 7.986 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 8.009 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 8.020 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 8.022 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
22:08:55 [2021-06-24T22:08:55.306Z] #43 8.051 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #43 ...
22:08:55 [2021-06-24T22:08:55.563Z] 
22:08:55 [2021-06-24T22:08:55.563Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:08:55 [2021-06-24T22:08:55.563Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:08:55 [2021-06-24T22:08:55.563Z] #63 2.246 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 2.274 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 2.274 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 2.801 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 3.537 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 4.309 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 5.147 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 5.773 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 6.777 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 7.840 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 7.849 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 7.914 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 7.954 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 7.972 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB]
22:08:55 [2021-06-24T22:08:55.563Z] #63 8.017 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.023 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.058 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.086 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.087 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.118 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
22:08:55 [2021-06-24T22:08:55.564Z] #63 8.126 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
22:08:55 [2021-06-24T22:08:55.701Z] #13 49.81 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
22:08:56 [2021-06-24T22:08:56.114Z] #52 ...
22:08:56 [2021-06-24T22:08:56.114Z] 
22:08:56 [2021-06-24T22:08:56.114Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:56 [2021-06-24T22:08:56.114Z] #48 sha256:0093363b787706e8e85f6b34518b34c0d0b03aa354f60d12b5b93d2f19d194b0
22:08:56 [2021-06-24T22:08:56.114Z] #48 DONE 52.0s
22:08:56 [2021-06-24T22:08:56.114Z] 
22:08:56 [2021-06-24T22:08:56.114Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:56 [2021-06-24T22:08:56.114Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.72 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.76 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.80 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.85 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 44.88 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
22:08:56 [2021-06-24T22:08:56.114Z] #13 45.94 debconf: delaying package configuration, since apt-utils is not installed
22:08:56 [2021-06-24T22:08:56.114Z] #13 46.12 Fetched 77.8 MB in 7s (10.4 MB/s)
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.29 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.32 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.65 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.84 Selecting previously unselected package binutils-mingw-w64-i686.
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.84 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:56 [2021-06-24T22:08:56.115Z] #13 46.91 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:08:56 [2021-06-24T22:08:56.115Z] #13 47.08 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:08:56 [2021-06-24T22:08:56.271Z] 
22:08:56 [2021-06-24T22:08:56.271Z] #13 ...
22:08:56 [2021-06-24T22:08:56.271Z] 
22:08:56 [2021-06-24T22:08:56.271Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:08:56 [2021-06-24T22:08:56.271Z] #48 sha256:966073014a2c49da1fb53cab420e7bf93b3b30b8b80af3699e2040bd7faba338
22:08:56 [2021-06-24T22:08:56.271Z] #48 DONE 52.9s
22:08:56 [2021-06-24T22:08:56.271Z] 
22:08:56 [2021-06-24T22:08:56.271Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:56 [2021-06-24T22:08:56.271Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:56 [2021-06-24T22:08:56.271Z] #13 50.43 Selecting previously unselected package binutils-mingw-w64-i686.
22:08:56 [2021-06-24T22:08:56.271Z] #13 50.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 ... 15421 files and directories currently installed.)
22:08:56 [2021-06-24T22:08:56.271Z] #13 50.61 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:08:56 [2021-06-24T22:08:56.271Z] #13 50.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.299 + RM_GOPATH=0
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.299 + TMP_GOPATH=
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.299 + : /build
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.300 + '[' -z '' ']'
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.302 ++ mktemp -d
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.303 + export GOPATH=/tmp/tmp.7ilrtWKkJ7
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.304 + GOPATH=/tmp/tmp.7ilrtWKkJ7
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.304 + RM_GOPATH=1
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.304 + case "$(go env GOARCH)" in
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.308 ++ go env GOARCH
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.318 + export GO_BUILDMODE=-buildmode=pie
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.318 + GO_BUILDMODE=-buildmode=pie
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.320 ++ dirname /tmp/install/install.sh
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.320 + dir=/tmp/install
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.321 + bin=containerd
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.321 + shift
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.322 + '[' '!' -f /tmp/install/containerd.installer ']'
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.322 + . /tmp/install/containerd.installer
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.323 ++ set -e
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.324 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.326 + install_containerd
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.328 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a'
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.328 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7ilrtWKkJ7/src/github.com/containerd/containerd
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.328 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a
22:08:56 [2021-06-24T22:08:56.702Z] #57 3.330 Cloning into '/tmp/tmp.7ilrtWKkJ7/src/github.com/containerd/containerd'...
22:08:57 [2021-06-24T22:08:57.655Z] #13 ...
22:08:57 [2021-06-24T22:08:57.655Z] 
22:08:57 [2021-06-24T22:08:57.655Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:57 [2021-06-24T22:08:57.655Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.35 Selecting previously unselected package libxml2:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.35 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.36 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.90 Selecting previously unselected package libarchive13:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.92 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 48.93 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.26 Selecting previously unselected package libjsoncpp1:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.27 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.27 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.41 Selecting previously unselected package librhash0:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.41 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.43 Unpacking librhash0:amd64 (1.3.8-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.62 Selecting previously unselected package libuv1:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.62 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.63 Unpacking libuv1:amd64 (1.24.1-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.84 Selecting previously unselected package cmake.
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.84 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 49.87 Unpacking cmake (3.13.4-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.14 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.21 Setting up xxd (2:8.1.0875-5) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.22 Setting up libuv1:amd64 (1.24.1-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.24 Setting up vim-common (2:8.1.0875-5) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.29 Setting up librhash0:amd64 (1.3.8-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.30 Setting up cmake-data (3.13.4-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.35 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.37 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.38 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.40 Setting up cmake (3.13.4-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.42 Processing triggers for libc-bin (2.28-10) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 53.54 Processing triggers for mime-support (3.62) ...
22:08:57 [2021-06-24T22:08:57.655Z] #36 DONE 54.2s
22:08:57 [2021-06-24T22:08:57.655Z] 
22:08:57 [2021-06-24T22:08:57.655Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:57 [2021-06-24T22:08:57.655Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:57 [2021-06-24T22:08:57.655Z] #44 45.78 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 45.81 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 49.97 Selecting previously unselected package python3-minimal.
22:08:57 [2021-06-24T22:08:57.655Z] #44 49.97 (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 ... 15661 files and directories currently installed.)
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.06 Unpacking python3-minimal (3.7.3-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.21 Selecting previously unselected package libmpdec2:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.21 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.23 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.39 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.39 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 50.41 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.49 Selecting previously unselected package python3.7.
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.50 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.54 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.85 Selecting previously unselected package libpython3-stdlib:amd64.
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.94 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 52.97 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:08:57 [2021-06-24T22:08:57.655Z] #44 53.29 Setting up python3-minimal (3.7.3-1) ...
22:08:58 [2021-06-24T22:08:58.036Z] #13 50.02 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:08:58 [2021-06-24T22:08:58.036Z] #13 50.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.036Z] #13 50.05 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:08:58 [2021-06-24T22:08:58.036Z] #13 ...
22:08:58 [2021-06-24T22:08:58.036Z] 
22:08:58 [2021-06-24T22:08:58.036Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:58 [2021-06-24T22:08:58.036Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:08:58 [2021-06-24T22:08:58.036Z] #46 44.27 sync
22:08:58 [2021-06-24T22:08:58.036Z] #46 44.27 internal/reflectlite
22:08:58 [2021-06-24T22:08:58.036Z] #46 46.10 internal/testlog
22:08:58 [2021-06-24T22:08:58.036Z] #46 46.38 github.com/LK4D4/vndr/godl/singleflight
22:08:58 [2021-06-24T22:08:58.036Z] #46 46.78 math/rand
22:08:58 [2021-06-24T22:08:58.036Z] #46 47.36 errors
22:08:58 [2021-06-24T22:08:58.036Z] #46 47.88 sort
22:08:58 [2021-06-24T22:08:58.036Z] #46 47.91 io
22:08:58 [2021-06-24T22:08:58.036Z] #46 49.10 strconv
22:08:58 [2021-06-24T22:08:58.036Z] #46 49.38 bytes
22:08:58 [2021-06-24T22:08:58.036Z] #46 51.83 strings
22:08:58 [2021-06-24T22:08:58.036Z] #46 52.80 reflect
22:08:58 [2021-06-24T22:08:58.093Z] #57 ...
22:08:58 [2021-06-24T22:08:58.093Z] 
22:08:58 [2021-06-24T22:08:58.093Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:08:58 [2021-06-24T22:08:58.093Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:08:58 [2021-06-24T22:08:58.093Z] #50 39.42 go: downloading github.com/gobwas/glob v0.2.3
22:08:58 [2021-06-24T22:08:58.093Z] #50 39.42 go: downloading github.com/kisielk/gotool v1.0.0
22:08:58 [2021-06-24T22:08:58.093Z] #50 39.48 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
22:08:58 [2021-06-24T22:08:58.093Z] #50 39.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
22:08:58 [2021-06-24T22:08:58.093Z] #50 39.64 go: downloading github.com/gogo/protobuf v1.2.1
22:08:58 [2021-06-24T22:08:58.093Z] #50 40.90 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
22:08:58 [2021-06-24T22:08:58.093Z] #50 41.07 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
22:08:58 [2021-06-24T22:08:58.093Z] #50 41.20 go: downloading github.com/BurntSushi/toml v0.3.1
22:08:58 [2021-06-24T22:08:58.093Z] #50 ...
22:08:58 [2021-06-24T22:08:58.093Z] 
22:08:58 [2021-06-24T22:08:58.093Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:58 [2021-06-24T22:08:58.093Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:58 [2021-06-24T22:08:58.093Z] #36 34.79 Reading package lists...
22:08:58 [2021-06-24T22:08:58.093Z] #36 41.18 Building dependency tree...
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.45 The following additional packages will be installed:
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.45   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.49 Suggested packages:
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.49   cmake-doc ninja-build lrzip
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.49 Recommended packages:
22:08:58 [2021-06-24T22:08:58.093Z] #36 44.49   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.49 The following NEW packages will be installed:
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.51   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.51   vim-common xxd
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 Need to get 14.9 MB of archives.
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 After this operation, 61.8 MB of additional disk space will be used.
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 45.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 46.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 46.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 46.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 47.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 47.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 47.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 47.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.53 debconf: delaying package configuration, since apt-utils is not installed
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.75 Fetched 14.9 MB in 2s (8458 kB/s)
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.88 Selecting previously unselected package xxd.
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.94 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.093Z] #36 48.95 Unpacking xxd (2:8.1.0875-5) ...
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.14 Selecting previously unselected package vim-common.
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.15 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.17 Unpacking vim-common (2:8.1.0875-5) ...
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.50 Selecting previously unselected package cmake-data.
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.50 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:08:58 [2021-06-24T22:08:58.093Z] #36 49.51 Unpacking cmake-data (3.13.4-1) ...
22:08:58 [2021-06-24T22:08:58.297Z] #46 ...
22:08:58 [2021-06-24T22:08:58.297Z] 
22:08:58 [2021-06-24T22:08:58.297Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:08:58 [2021-06-24T22:08:58.297Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:08:58 [2021-06-24T22:08:58.297Z] #36 51.76 Selecting previously unselected package libxml2:amd64.
22:08:58 [2021-06-24T22:08:58.297Z] #36 51.76 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 51.78 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 52.80 Selecting previously unselected package libarchive13:amd64.
22:08:58 [2021-06-24T22:08:58.297Z] #36 52.82 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 52.84 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.49 Selecting previously unselected package libjsoncpp1:amd64.
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.50 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.50 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.64 Selecting previously unselected package librhash0:amd64.
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.65 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.65 Unpacking librhash0:amd64 (1.3.8-1) ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.83 Selecting previously unselected package libuv1:amd64.
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.85 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 53.86 Unpacking libuv1:amd64 (1.24.1-1) ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 54.00 Selecting previously unselected package cmake.
22:08:58 [2021-06-24T22:08:58.297Z] #36 54.02 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
22:08:58 [2021-06-24T22:08:58.297Z] #36 54.03 Unpacking cmake (3.13.4-1) ...
22:08:58 [2021-06-24T22:08:58.355Z] #36 ...
22:08:58 [2021-06-24T22:08:58.355Z] 
22:08:58 [2021-06-24T22:08:58.355Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:08:58 [2021-06-24T22:08:58.355Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:08:58 [2021-06-24T22:08:58.355Z] #52 49.84 sync
22:08:58 [2021-06-24T22:08:58.355Z] #52 49.85 internal/reflectlite
22:08:58 [2021-06-24T22:08:58.595Z] #44 ...
22:08:58 [2021-06-24T22:08:58.595Z] 
22:08:58 [2021-06-24T22:08:58.595Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:08:58 [2021-06-24T22:08:58.595Z] #37 sha256:e62885531d9b0cd7234ef63fb1f1c276842e6961d76198ac6f7d3e6e44b23370
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.094 + RM_GOPATH=0
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.094 + TMP_GOPATH=
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.095 + : /build
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.095 + '[' -z '' ']'
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.095 ++ mktemp -d
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.098 + export GOPATH=/tmp/tmp.dtX7fLOvsf
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.098 + GOPATH=/tmp/tmp.dtX7fLOvsf
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.098 + RM_GOPATH=1
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.098 + case "$(go env GOARCH)" in
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.099 ++ go env GOARCH
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.118 + export GO_BUILDMODE=-buildmode=pie
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.118 + GO_BUILDMODE=-buildmode=pie
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.119 ++ dirname /tmp/install/install.sh
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.123 + dir=/tmp/install
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.124 + bin=tini
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.124 + shift
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.126 + '[' '!' -f /tmp/install/tini.installer ']'
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.127 + . /tmp/install/tini.installer
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.127 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.127 + install_tini
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.128 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.128 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.128 + git clone https://github.com/krallin/tini.git /tmp/tmp.dtX7fLOvsf/tini
22:08:58 [2021-06-24T22:08:58.595Z] #37 1.130 Cloning into '/tmp/tmp.dtX7fLOvsf/tini'...
22:08:58 [2021-06-24T22:08:58.929Z] #52 ...
22:08:58 [2021-06-24T22:08:58.929Z] 
22:08:58 [2021-06-24T22:08:58.929Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:58 [2021-06-24T22:08:58.929Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:58 [2021-06-24T22:08:58.929Z] #13 24.51 Reading package lists...
22:08:58 [2021-06-24T22:08:58.929Z] #13 31.42 Reading package lists...
22:08:58 [2021-06-24T22:08:58.929Z] #13 37.80 Building dependency tree...
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.73 The following additional packages will be installed:
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.74   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.74   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.75   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.75   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.76   mingw-w64-x86-64-dev
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.76 Suggested packages:
22:08:58 [2021-06-24T22:08:58.929Z] #13 40.77   gcc-8-locales seccomp wine64
22:08:59 [2021-06-24T22:08:59.171Z] #37 ...
22:08:59 [2021-06-24T22:08:59.171Z] 
22:08:59 [2021-06-24T22:08:59.171Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:08:59 [2021-06-24T22:08:59.171Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:08:59 [2021-06-24T22:08:59.171Z] #46 45.79 internal/reflectlite
22:08:59 [2021-06-24T22:08:59.171Z] #46 45.80 sync
22:08:59 [2021-06-24T22:08:59.171Z] #46 47.22 internal/testlog
22:08:59 [2021-06-24T22:08:59.171Z] #46 47.58 github.com/LK4D4/vndr/godl/singleflight
22:08:59 [2021-06-24T22:08:59.171Z] #46 47.99 math/rand
22:08:59 [2021-06-24T22:08:59.171Z] #46 49.11 internal/singleflight
22:08:59 [2021-06-24T22:08:59.171Z] #46 49.72 errors
22:08:59 [2021-06-24T22:08:59.171Z] #46 49.73 sort
22:08:59 [2021-06-24T22:08:59.171Z] #46 50.23 io
22:08:59 [2021-06-24T22:08:59.171Z] #46 50.66 strconv
22:08:59 [2021-06-24T22:08:59.171Z] #46 51.78 bytes
22:08:59 [2021-06-24T22:08:59.171Z] #46 54.45 strings
22:08:59 [2021-06-24T22:08:59.171Z] #46 55.00 reflect
22:08:59 [2021-06-24T22:08:59.171Z] #46 ...
22:08:59 [2021-06-24T22:08:59.171Z] 
22:08:59 [2021-06-24T22:08:59.171Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:59 [2021-06-24T22:08:59.171Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:59 [2021-06-24T22:08:59.171Z] #13 53.42 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:08:59 [2021-06-24T22:08:59.171Z] #13 53.42 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.171Z] #13 53.44 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:08:59 [2021-06-24T22:08:59.193Z] #13 ...
22:08:59 [2021-06-24T22:08:59.193Z] 
22:08:59 [2021-06-24T22:08:59.193Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:59 [2021-06-24T22:08:59.193Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:59 [2021-06-24T22:08:59.193Z] #44 30.48 Reading package lists...
22:08:59 [2021-06-24T22:08:59.193Z] #44 36.53 Building dependency tree...
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.91 The following additional packages will be installed:
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.93   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.93   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.93   python3-pkg-resources python3-protobuf python3-six python3.7
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.93   python3.7-minimal
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.94 Suggested packages:
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.94   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
22:08:59 [2021-06-24T22:08:59.193Z] #44 39.94   python3.7-doc binfmt-support
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.15 The following NEW packages will be installed:
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.15   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.15   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.16   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.16   python3.7-minimal
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.63 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.63 Need to get 6695 kB of archives.
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.63 After this operation, 33.1 MB of additional disk space will be used.
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 41.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.22 Get:11 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.22 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.23 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 42.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:08:59 [2021-06-24T22:08:59.193Z] #44 43.76 debconf: delaying package configuration, since apt-utils is not installed
22:08:59 [2021-06-24T22:08:59.193Z] #44 44.00 Fetched 6695 kB in 1s (5078 kB/s)
22:08:59 [2021-06-24T22:08:59.193Z] #44 44.11 Selecting previously unselected package libpython3.7-minimal:amd64.
22:08:59 [2021-06-24T22:08:59.193Z] #44 44.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
22:08:59 [2021-06-24T22:08:59.193Z] #44 44.19 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.193Z] #44 44.20 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:08:59 [2021-06-24T22:08:59.245Z] #36 ...
22:08:59 [2021-06-24T22:08:59.245Z] 
22:08:59 [2021-06-24T22:08:59.245Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:08:59 [2021-06-24T22:08:59.245Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:08:59 [2021-06-24T22:08:59.245Z] #44 45.12 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.17 Selecting previously unselected package python3-minimal.
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15661 files and directories currently installed.)
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.27 Unpacking python3-minimal (3.7.3-1) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.38 Selecting previously unselected package libmpdec2:amd64.
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.39 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.40 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.58 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.59 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 49.60 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.63 Selecting previously unselected package python3.7.
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.63 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.69 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.91 Selecting previously unselected package libpython3-stdlib:amd64.
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.96 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 51.97 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 52.38 Setting up python3-minimal (3.7.3-1) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 53.97 Selecting previously unselected package python3.
22:08:59 [2021-06-24T22:08:59.245Z] #44 53.97 (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 ... 16073 files and directories currently installed.)
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.01 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.03 Unpacking python3 (3.7.3-1) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.18 Selecting previously unselected package libprotobuf17:amd64.
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.18 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.19 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.98 Selecting previously unselected package python3-pkg-resources.
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.98 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
22:08:59 [2021-06-24T22:08:59.245Z] #44 54.99 Unpacking python3-pkg-resources (40.8.0-1) ...
22:08:59 [2021-06-24T22:08:59.455Z] #44 45.00 Selecting previously unselected package python3.7-minimal.
22:08:59 [2021-06-24T22:08:59.455Z] #44 45.01 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.455Z] #44 45.04 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:08:59 [2021-06-24T22:08:59.455Z] #44 ...
22:08:59 [2021-06-24T22:08:59.455Z] 
22:08:59 [2021-06-24T22:08:59.455Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:08:59 [2021-06-24T22:08:59.455Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:08:59 [2021-06-24T22:08:59.455Z] #13 41.80 The following NEW packages will be installed:
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.20 Selecting previously unselected package python3-six.
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.20 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.21 Unpacking python3-six (1.12.0-1) ...
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.33 Selecting previously unselected package python3-protobuf.
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.34 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
22:08:59 [2021-06-24T22:08:59.507Z] #44 55.35 Unpacking python3-protobuf (3.6.1.3-2) ...
22:08:59 [2021-06-24T22:08:59.717Z] #13 41.81   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:08:59 [2021-06-24T22:08:59.717Z] #13 41.81   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.81   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.81   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.81   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.82   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.84 The following packages will be upgraded:
22:08:59 [2021-06-24T22:08:59.718Z] #13 41.84   libseccomp2
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.24 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.24 Need to get 77.8 MB of archives.
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.24 After this operation, 487 MB of additional disk space will be used.
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.24 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.25 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
22:08:59 [2021-06-24T22:08:59.980Z] #13 42.29 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.76 Selecting previously unselected package libnet1:amd64.
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.76 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.91 Selecting previously unselected package libnl-3-200:amd64.
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.91 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
22:09:00 [2021-06-24T22:09:00.080Z] #44 55.91 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:09:00 [2021-06-24T22:09:00.242Z] #13 42.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
22:09:00 [2021-06-24T22:09:00.341Z] #44 56.06 Selecting previously unselected package libprotobuf-c1:amd64.
22:09:00 [2021-06-24T22:09:00.342Z] #44 56.06 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:09:00 [2021-06-24T22:09:00.342Z] #44 56.06 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:00 [2021-06-24T22:09:00.342Z] #44 56.19 Selecting previously unselected package criu.
22:09:00 [2021-06-24T22:09:00.342Z] #44 56.19 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
22:09:00 [2021-06-24T22:09:00.342Z] #44 56.20 Unpacking criu (3.15-1) ...
22:09:00 [2021-06-24T22:09:00.505Z] #13 42.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:09:00 [2021-06-24T22:09:00.505Z] #13 42.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:09:00 [2021-06-24T22:09:00.505Z] #13 42.71 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:09:00 [2021-06-24T22:09:00.505Z] #13 42.72 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:09:00 [2021-06-24T22:09:00.603Z] #44 ...
22:09:00 [2021-06-24T22:09:00.603Z] 
22:09:00 [2021-06-24T22:09:00.603Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:00 [2021-06-24T22:09:00.603Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:09:00 [2021-06-24T22:09:00.865Z] #36 56.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 56.96 Setting up xxd (2:8.1.0875-5) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 56.97 Setting up libuv1:amd64 (1.24.1-1) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 56.98 Setting up vim-common (2:8.1.0875-5) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.02 Setting up librhash0:amd64 (1.3.8-1) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.04 Setting up cmake-data (3.13.4-1) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.06 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.07 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:09:00 [2021-06-24T22:09:00.865Z] #36 57.19 Setting up cmake (3.13.4-1) ...
22:09:01 [2021-06-24T22:09:01.078Z] #13 43.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:09:01 [2021-06-24T22:09:01.078Z] #13 43.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
22:09:01 [2021-06-24T22:09:01.130Z] #36 57.22 Processing triggers for libc-bin (2.28-10) ...
22:09:01 [2021-06-24T22:09:01.130Z] #36 57.30 Processing triggers for mime-support (3.62) ...
22:09:01 [2021-06-24T22:09:01.341Z] #13 43.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.77 Selecting previously unselected package binutils-mingw-w64.
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.79 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.92 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:01 [2021-06-24T22:09:01.729Z] #13 55.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:01 [2021-06-24T22:09:01.989Z] #13 56.19 Selecting previously unselected package dmsetup.
22:09:01 [2021-06-24T22:09:01.989Z] #13 56.20 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:09:01 [2021-06-24T22:09:01.989Z] #13 56.20 Unpacking dmsetup (2:1.02.155-3) ...
22:09:02 [2021-06-24T22:09:02.076Z] #36 DONE 58.0s
22:09:02 [2021-06-24T22:09:02.076Z] 
22:09:02 [2021-06-24T22:09:02.076Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:02 [2021-06-24T22:09:02.076Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.74 Selecting previously unselected package binutils-mingw-w64.
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.75 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.90 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.90 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 52.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.18 Selecting previously unselected package dmsetup.
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.21 Unpacking dmsetup (2:1.02.155-3) ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.64 Selecting previously unselected package mingw-w64-common.
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.65 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:09:02 [2021-06-24T22:09:02.076Z] #13 53.69 Unpacking mingw-w64-common (6.0.0-3) ...
22:09:02 [2021-06-24T22:09:02.266Z] #13 56.46 Selecting previously unselected package mingw-w64-common.
22:09:02 [2021-06-24T22:09:02.266Z] #13 56.47 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:09:02 [2021-06-24T22:09:02.266Z] #13 56.48 Unpacking mingw-w64-common (6.0.0-3) ...
22:09:05 [2021-06-24T22:09:05.522Z] #63 ...
22:09:05 [2021-06-24T22:09:05.522Z] 
22:09:05 [2021-06-24T22:09:05.522Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:09:05 [2021-06-24T22:09:05.522Z] #66 sha256:15a5fe4a86d4ba95f827e74c2c5788de774eb8527af579ccdfb41343f4ef78c9
22:09:05 [2021-06-24T22:09:05.522Z] #66 8.952 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:09:05 [2021-06-24T22:09:05.522Z] #66 10.57 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:09:05 [2021-06-24T22:09:05.522Z] #66 10.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:09:05 [2021-06-24T22:09:05.570Z] #13 47.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
22:09:05 [2021-06-24T22:09:05.582Z] #13 ...
22:09:05 [2021-06-24T22:09:05.583Z] 
22:09:05 [2021-06-24T22:09:05.583Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:05 [2021-06-24T22:09:05.583Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.42 Selecting previously unselected package python3.
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16073 files and directories currently installed.)
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.47 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.48 Unpacking python3 (3.7.3-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.61 Selecting previously unselected package libprotobuf17:amd64.
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.61 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 55.65 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.32 Selecting previously unselected package python3-pkg-resources.
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.32 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.34 Unpacking python3-pkg-resources (40.8.0-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.55 Selecting previously unselected package python3-six.
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.55 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.56 Unpacking python3-six (1.12.0-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.66 Selecting previously unselected package python3-protobuf.
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.66 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 56.67 Unpacking python3-protobuf (3.6.1.3-2) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.11 Selecting previously unselected package libnet1:amd64.
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.12 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.13 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.27 Selecting previously unselected package libnl-3-200:amd64.
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.27 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.28 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.44 Selecting previously unselected package libprotobuf-c1:amd64.
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.44 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.45 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.57 Selecting previously unselected package criu.
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.58 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 57.59 Unpacking criu (3.15-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.33 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.37 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.47 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.51 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.57 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.59 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:09:05 [2021-06-24T22:09:05.583Z] #44 58.61 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:09:06 [2021-06-24T22:09:06.145Z] #13 ...
22:09:06 [2021-06-24T22:09:06.145Z] 
22:09:06 [2021-06-24T22:09:06.145Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
22:09:06 [2021-06-24T22:09:06.145Z] #48 sha256:0d600eecfc7a7cc777694635fed5c84e0f807027ee2ff7a8b5cdef24597b62bf
22:09:06 [2021-06-24T22:09:06.145Z] #48 DONE 57.5s
22:09:06 [2021-06-24T22:09:06.145Z] 
22:09:06 [2021-06-24T22:09:06.145Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:09:06 [2021-06-24T22:09:06.145Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:09:06 [2021-06-24T22:09:06.145Z] #32 46.51 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
22:09:06 [2021-06-24T22:09:06.145Z] #32 46.79 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
22:09:06 [2021-06-24T22:09:06.145Z] #32 47.50 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:09:06 [2021-06-24T22:09:06.966Z] #44 ...
22:09:06 [2021-06-24T22:09:06.966Z] 
22:09:06 [2021-06-24T22:09:06.966Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:06 [2021-06-24T22:09:06.966Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:09:06 [2021-06-24T22:09:06.966Z] #52 53.62 strconv
22:09:06 [2021-06-24T22:09:06.966Z] #52 57.61 reflect
22:09:06 [2021-06-24T22:09:06.966Z] #52 59.67 time
22:09:07 [2021-06-24T22:09:07.226Z] #52 ...
22:09:07 [2021-06-24T22:09:07.226Z] 
22:09:07 [2021-06-24T22:09:07.226Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:07 [2021-06-24T22:09:07.226Z] #37 sha256:e62885531d9b0cd7234ef63fb1f1c276842e6961d76198ac6f7d3e6e44b23370
22:09:07 [2021-06-24T22:09:07.226Z] #37 1.867 + cd /tmp/tmp.dtX7fLOvsf/tini
22:09:07 [2021-06-24T22:09:07.226Z] #37 1.867 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:09:07 [2021-06-24T22:09:07.226Z] #37 1.877 + cmake .
22:09:07 [2021-06-24T22:09:07.226Z] #37 2.478 -- The C compiler identification is GNU 8.3.0
22:09:07 [2021-06-24T22:09:07.226Z] #37 2.553 -- Check for working C compiler: /usr/bin/cc
22:09:07 [2021-06-24T22:09:07.226Z] #37 3.194 -- Check for working C compiler: /usr/bin/cc -- works
22:09:07 [2021-06-24T22:09:07.226Z] #37 3.196 -- Detecting C compiler ABI info
22:09:07 [2021-06-24T22:09:07.226Z] #37 3.995 -- Detecting C compiler ABI info - done
22:09:07 [2021-06-24T22:09:07.226Z] #37 4.040 -- Detecting C compile features
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.414 -- Detecting C compile features - done
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.450 -- Performing Test HAS_BUILTIN_FORTIFY
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.648 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.796 -- Configuring done
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.805 -- Generating done
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.825 -- Build files have been written to: /tmp/tmp.dtX7fLOvsf/tini
22:09:07 [2021-06-24T22:09:07.226Z] #37 6.855 + make tini-static
22:09:07 [2021-06-24T22:09:07.226Z] #37 7.191 Scanning dependencies of target tini-static
22:09:07 [2021-06-24T22:09:07.226Z] #37 7.361 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:09:07 [2021-06-24T22:09:07.226Z] #37 8.699 [100%] Linking C executable tini-static
22:09:07 [2021-06-24T22:09:07.226Z] #37 9.387 [100%] Built target tini-static
22:09:07 [2021-06-24T22:09:07.226Z] #37 9.475 + mkdir -p /build
22:09:07 [2021-06-24T22:09:07.226Z] #37 9.481 + cp tini-static /build/docker-init
22:09:07 [2021-06-24T22:09:07.374Z] #13 ...
22:09:07 [2021-06-24T22:09:07.374Z] 
22:09:07 [2021-06-24T22:09:07.374Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:07 [2021-06-24T22:09:07.374Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:09:07 [2021-06-24T22:09:07.374Z] #52 52.93 reflect
22:09:07 [2021-06-24T22:09:07.374Z] #52 57.95 time
22:09:07 [2021-06-24T22:09:07.374Z] #52 ...
22:09:07 [2021-06-24T22:09:07.374Z] 
22:09:07 [2021-06-24T22:09:07.374Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:07 [2021-06-24T22:09:07.374Z] #37 sha256:0e2139e062369261352b6f1728e205c8cb130fd73d8a3de44f51c606ece096a3
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.180 + RM_GOPATH=0
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.180 + TMP_GOPATH=
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.180 + : /build
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.181 + '[' -z '' ']'
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.183 ++ mktemp -d
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.188 + export GOPATH=/tmp/tmp.7CwkTNEp4O
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.189 + GOPATH=/tmp/tmp.7CwkTNEp4O
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.189 + RM_GOPATH=1
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.190 + case "$(go env GOARCH)" in
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.191 ++ go env GOARCH
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.208 + export GO_BUILDMODE=-buildmode=pie
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.209 + GO_BUILDMODE=-buildmode=pie
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.210 ++ dirname /tmp/install/install.sh
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.213 + dir=/tmp/install
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.215 + bin=tini
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.216 + shift
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.216 + '[' '!' -f /tmp/install/tini.installer ']'
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.216 + . /tmp/install/tini.installer
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.217 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.217 + install_tini
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.218 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.218 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.218 + git clone https://github.com/krallin/tini.git /tmp/tmp.7CwkTNEp4O/tini
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.226 Cloning into '/tmp/tmp.7CwkTNEp4O/tini'...
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.956 + cd /tmp/tmp.7CwkTNEp4O/tini
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.956 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:09:07 [2021-06-24T22:09:07.374Z] #37 1.968 + cmake .
22:09:07 [2021-06-24T22:09:07.374Z] #37 2.544 -- The C compiler identification is GNU 8.3.0
22:09:07 [2021-06-24T22:09:07.374Z] #37 2.583 -- Check for working C compiler: /usr/bin/cc
22:09:07 [2021-06-24T22:09:07.374Z] #37 3.220 -- Check for working C compiler: /usr/bin/cc -- works
22:09:07 [2021-06-24T22:09:07.374Z] #37 3.225 -- Detecting C compiler ABI info
22:09:07 [2021-06-24T22:09:07.374Z] #37 3.812 -- Detecting C compiler ABI info - done
22:09:07 [2021-06-24T22:09:07.374Z] #37 3.853 -- Detecting C compile features
22:09:07 [2021-06-24T22:09:07.374Z] #37 5.675 -- Detecting C compile features - done
22:09:07 [2021-06-24T22:09:07.374Z] #37 5.707 -- Performing Test HAS_BUILTIN_FORTIFY
22:09:07 [2021-06-24T22:09:07.374Z] #37 ...
22:09:07 [2021-06-24T22:09:07.374Z] 
22:09:07 [2021-06-24T22:09:07.374Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:07 [2021-06-24T22:09:07.374Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:07 [2021-06-24T22:09:07.374Z] #13 59.58 Selecting previously unselected package mingw-w64-x86-64-dev.
22:09:07 [2021-06-24T22:09:07.487Z] #37 ...
22:09:07 [2021-06-24T22:09:07.487Z] 
22:09:07 [2021-06-24T22:09:07.487Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:07 [2021-06-24T22:09:07.487Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:07 [2021-06-24T22:09:07.487Z] #44 63.94 Setting up python3 (3.7.3-1) ...
22:09:07 [2021-06-24T22:09:07.537Z] #32 ...
22:09:07 [2021-06-24T22:09:07.537Z] 
22:09:07 [2021-06-24T22:09:07.537Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:07 [2021-06-24T22:09:07.537Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:09:07 [2021-06-24T22:09:07.537Z] #13 49.89 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:09:07 [2021-06-24T22:09:07.636Z] #13 59.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:09:07 [2021-06-24T22:09:07.636Z] #13 59.60 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:07 [2021-06-24T22:09:07.799Z] #13 49.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:09:07 [2021-06-24T22:09:07.799Z] #13 49.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
22:09:08 [2021-06-24T22:09:08.055Z] #44 ...
22:09:08 [2021-06-24T22:09:08.056Z] 
22:09:08 [2021-06-24T22:09:08.056Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:08 [2021-06-24T22:09:08.056Z] #37 sha256:e62885531d9b0cd7234ef63fb1f1c276842e6961d76198ac6f7d3e6e44b23370
22:09:08 [2021-06-24T22:09:08.056Z] #37 DONE 10.6s
22:09:08 [2021-06-24T22:09:08.315Z] 
22:09:08 [2021-06-24T22:09:08.315Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:08 [2021-06-24T22:09:08.315Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:08 [2021-06-24T22:09:08.315Z] #13 62.41 Selecting previously unselected package mingw-w64-x86-64-dev.
22:09:08 [2021-06-24T22:09:08.315Z] #13 62.41 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:09:08 [2021-06-24T22:09:08.315Z] #13 62.41 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:08 [2021-06-24T22:09:08.580Z] #13 ...
22:09:08 [2021-06-24T22:09:08.580Z] 
22:09:08 [2021-06-24T22:09:08.580Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:08 [2021-06-24T22:09:08.580Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:08 [2021-06-24T22:09:08.580Z] #46 54.82 bufio
22:09:08 [2021-06-24T22:09:08.580Z] #46 56.60 syscall
22:09:08 [2021-06-24T22:09:08.580Z] #46 64.62 internal/syscall/unix
22:09:08 [2021-06-24T22:09:08.743Z] #13 ...
22:09:08 [2021-06-24T22:09:08.743Z] 
22:09:08 [2021-06-24T22:09:08.743Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:08 [2021-06-24T22:09:08.743Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:08 [2021-06-24T22:09:08.743Z] #46 49.95 sync
22:09:08 [2021-06-24T22:09:08.743Z] #46 49.96 internal/reflectlite
22:09:08 [2021-06-24T22:09:08.743Z] #46 51.44 internal/testlog
22:09:08 [2021-06-24T22:09:08.743Z] #46 51.84 github.com/LK4D4/vndr/godl/singleflight
22:09:08 [2021-06-24T22:09:08.743Z] #46 52.27 math/rand
22:09:08 [2021-06-24T22:09:08.743Z] #46 53.35 sort
22:09:08 [2021-06-24T22:09:08.743Z] #46 53.37 io
22:09:08 [2021-06-24T22:09:08.743Z] #46 54.57 strconv
22:09:08 [2021-06-24T22:09:08.743Z] #46 54.82 bytes
22:09:08 [2021-06-24T22:09:08.743Z] #46 57.29 strings
22:09:08 [2021-06-24T22:09:08.743Z] #46 58.27 reflect
22:09:08 [2021-06-24T22:09:08.743Z] #46 ...
22:09:08 [2021-06-24T22:09:08.743Z] 
22:09:08 [2021-06-24T22:09:08.743Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:08 [2021-06-24T22:09:08.743Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:08 [2021-06-24T22:09:08.743Z] #44 46.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:09:08 [2021-06-24T22:09:08.743Z] #44 46.77 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:09:08 [2021-06-24T22:09:08.743Z] #44 51.79 Selecting previously unselected package python3-minimal.
22:09:08 [2021-06-24T22:09:08.744Z] #44 51.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 ... 15661 files and directories currently installed.)
22:09:08 [2021-06-24T22:09:08.744Z] #44 51.90 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 51.94 Unpacking python3-minimal (3.7.3-1) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.06 Selecting previously unselected package libmpdec2:amd64.
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.06 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.07 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.22 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.22 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 52.22 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 53.88 Selecting previously unselected package python3.7.
22:09:08 [2021-06-24T22:09:08.744Z] #44 53.88 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 53.89 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 54.09 Selecting previously unselected package libpython3-stdlib:amd64.
22:09:08 [2021-06-24T22:09:08.744Z] #44 54.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 54.10 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 54.28 Setting up python3-minimal (3.7.3-1) ...
22:09:08 [2021-06-24T22:09:08.744Z] #44 ...
22:09:08 [2021-06-24T22:09:08.744Z] 
22:09:08 [2021-06-24T22:09:08.744Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:08 [2021-06-24T22:09:08.744Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:08 [2021-06-24T22:09:08.744Z] #46 60.19 bufio
22:09:08 [2021-06-24T22:09:08.841Z] #46 ...
22:09:08 [2021-06-24T22:09:08.841Z] 
22:09:08 [2021-06-24T22:09:08.841Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:08 [2021-06-24T22:09:08.841Z] #37 sha256:0e2139e062369261352b6f1728e205c8cb130fd73d8a3de44f51c606ece096a3
22:09:08 [2021-06-24T22:09:08.841Z] #37 5.983 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.086 -- Configuring done
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.116 -- Generating done
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.119 -- Build files have been written to: /tmp/tmp.7CwkTNEp4O/tini
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.122 + make tini-static
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.528 Scanning dependencies of target tini-static
22:09:08 [2021-06-24T22:09:08.841Z] #37 6.690 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:09:09 [2021-06-24T22:09:09.786Z] #37 8.030 [100%] Linking C executable tini-static
22:09:10 [2021-06-24T22:09:10.138Z] #46 ...
22:09:10 [2021-06-24T22:09:10.138Z] 
22:09:10 [2021-06-24T22:09:10.138Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:10 [2021-06-24T22:09:10.138Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:10 [2021-06-24T22:09:10.138Z] #52 51.20 internal/testlog
22:09:10 [2021-06-24T22:09:10.138Z] #52 52.38 sort
22:09:10 [2021-06-24T22:09:10.138Z] #52 52.39 errors
22:09:10 [2021-06-24T22:09:10.138Z] #52 52.75 io
22:09:10 [2021-06-24T22:09:10.138Z] #52 53.91 internal/oserror
22:09:10 [2021-06-24T22:09:10.138Z] #52 54.01 syscall
22:09:10 [2021-06-24T22:09:10.138Z] #52 54.25 bytes
22:09:10 [2021-06-24T22:09:10.138Z] #52 56.86 strconv
22:09:10 [2021-06-24T22:09:10.138Z] #52 61.20 reflect
22:09:10 [2021-06-24T22:09:10.138Z] #52 ...
22:09:10 [2021-06-24T22:09:10.138Z] 
22:09:10 [2021-06-24T22:09:10.138Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:10 [2021-06-24T22:09:10.138Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.19 debconf: delaying package configuration, since apt-utils is not installed
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.40 Fetched 77.8 MB in 8s (9775 kB/s)
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.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 ... 15421 files and directories currently installed.)
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.58 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.62 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
22:09:10 [2021-06-24T22:09:10.138Z] #13 51.92 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
22:09:10 [2021-06-24T22:09:10.138Z] #13 52.09 Selecting previously unselected package binutils-mingw-w64-i686.
22:09:10 [2021-06-24T22:09:10.138Z] #13 52.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 ... 15421 files and directories currently installed.)
22:09:10 [2021-06-24T22:09:10.138Z] #13 52.20 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:09:10 [2021-06-24T22:09:10.138Z] #13 52.24 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:09:10 [2021-06-24T22:09:10.359Z] #37 8.496 [100%] Built target tini-static
22:09:10 [2021-06-24T22:09:10.359Z] #37 8.598 + mkdir -p /build
22:09:10 [2021-06-24T22:09:10.359Z] #37 8.601 + cp tini-static /build/docker-init
22:09:10 [2021-06-24T22:09:10.779Z] #66 ...
22:09:10 [2021-06-24T22:09:10.779Z] 
22:09:10 [2021-06-24T22:09:10.779Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:09:10 [2021-06-24T22:09:10.779Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:09:10 [2021-06-24T22:09:10.779Z] #63 25.52 Fetched 48.3 MB in 24s (2054 kB/s)
22:09:10 [2021-06-24T22:09:10.855Z] #13 ...
22:09:10 [2021-06-24T22:09:10.855Z] 
22:09:10 [2021-06-24T22:09:10.855Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:10 [2021-06-24T22:09:10.855Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:10 [2021-06-24T22:09:10.855Z] #46 57.51 bufio
22:09:10 [2021-06-24T22:09:10.855Z] #46 58.79 syscall
22:09:10 [2021-06-24T22:09:10.855Z] #46 67.21 internal/poll
22:09:10 [2021-06-24T22:09:10.855Z] #46 67.35 internal/fmtsort
22:09:10 [2021-06-24T22:09:10.932Z] #37 DONE 9.2s
22:09:10 [2021-06-24T22:09:10.932Z] 
22:09:10 [2021-06-24T22:09:10.932Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:10 [2021-06-24T22:09:10.932Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:10 [2021-06-24T22:09:10.932Z] #46 65.04 internal/poll
22:09:10 [2021-06-24T22:09:10.932Z] #46 65.13 internal/fmtsort
22:09:10 [2021-06-24T22:09:10.932Z] #46 65.60 internal/syscall/execenv
22:09:10 [2021-06-24T22:09:10.932Z] #46 65.88 path
22:09:10 [2021-06-24T22:09:10.932Z] #46 66.45 io/fs
22:09:11 [2021-06-24T22:09:11.084Z] #13 ...
22:09:11 [2021-06-24T22:09:11.084Z] 
22:09:11 [2021-06-24T22:09:11.084Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:11 [2021-06-24T22:09:11.084Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:09:11 [2021-06-24T22:09:11.084Z] #36 52.50 Selecting previously unselected package libicu63:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 52.54 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 52.55 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.29 Selecting previously unselected package libxml2:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.29 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.31 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.80 Selecting previously unselected package libarchive13:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.80 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 59.81 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.28 Selecting previously unselected package libjsoncpp1:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.28 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.43 Selecting previously unselected package librhash0:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.45 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.49 Unpacking librhash0:amd64 (1.3.8-1) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.66 Selecting previously unselected package libuv1:amd64.
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.66 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.67 Unpacking libuv1:amd64 (1.24.1-1) ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.85 Selecting previously unselected package cmake.
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.85 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.084Z] #36 60.89 Unpacking cmake (3.13.4-1) ...
22:09:11 [2021-06-24T22:09:11.115Z] #46 ...
22:09:11 [2021-06-24T22:09:11.115Z] 
22:09:11 [2021-06-24T22:09:11.115Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:11 [2021-06-24T22:09:11.115Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:11 [2021-06-24T22:09:11.115Z] #44 64.89 Setting up python3-six (1.12.0-1) ...
22:09:11 [2021-06-24T22:09:11.115Z] #44 66.29 Setting up python3-pkg-resources (40.8.0-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #46 ...
22:09:11 [2021-06-24T22:09:11.195Z] 
22:09:11 [2021-06-24T22:09:11.195Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:11 [2021-06-24T22:09:11.195Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:11 [2021-06-24T22:09:11.195Z] #44 56.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.00 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.02 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.06 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.08 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.09 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.11 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 57.13 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 62.90 Setting up python3 (3.7.3-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 63.44 Setting up python3-six (1.12.0-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 64.57 Setting up python3-pkg-resources (40.8.0-1) ...
22:09:11 [2021-06-24T22:09:11.195Z] #44 66.13 Setting up python3-protobuf (3.6.1.3-2) ...
22:09:11 [2021-06-24T22:09:11.346Z] #36 ...
22:09:11 [2021-06-24T22:09:11.346Z] 
22:09:11 [2021-06-24T22:09:11.346Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:11 [2021-06-24T22:09:11.346Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:11 [2021-06-24T22:09:11.346Z] #44 55.81 Selecting previously unselected package python3.
22:09:11 [2021-06-24T22:09:11.346Z] #44 55.81 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16073 files and directories currently installed.)
22:09:11 [2021-06-24T22:09:11.346Z] #44 55.86 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 55.88 Unpacking python3 (3.7.3-1) ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.04 Selecting previously unselected package libprotobuf17:amd64.
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.04 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.05 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.85 Selecting previously unselected package python3-pkg-resources.
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.85 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 56.85 Unpacking python3-pkg-resources (40.8.0-1) ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 57.07 Selecting previously unselected package python3-six.
22:09:11 [2021-06-24T22:09:11.346Z] #44 57.07 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
22:09:11 [2021-06-24T22:09:11.346Z] #44 57.07 Unpacking python3-six (1.12.0-1) ...
22:09:11 [2021-06-24T22:09:11.608Z] #44 57.22 Selecting previously unselected package python3-protobuf.
22:09:11 [2021-06-24T22:09:11.608Z] #44 57.22 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
22:09:11 [2021-06-24T22:09:11.608Z] #44 57.22 Unpacking python3-protobuf (3.6.1.3-2) ...
22:09:11 [2021-06-24T22:09:11.633Z] #44 67.74 Setting up python3-protobuf (3.6.1.3-2) ...
22:09:11 [2021-06-24T22:09:11.767Z] #44 ...
22:09:11 [2021-06-24T22:09:11.767Z] 
22:09:11 [2021-06-24T22:09:11.767Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:11 [2021-06-24T22:09:11.767Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:11 [2021-06-24T22:09:11.767Z] #46 67.87 regexp/syntax
22:09:11 [2021-06-24T22:09:11.870Z] #44 57.66 Selecting previously unselected package libnet1:amd64.
22:09:12 [2021-06-24T22:09:12.137Z] #44 57.66 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:09:12 [2021-06-24T22:09:12.340Z] #46 68.59 os
22:09:12 [2021-06-24T22:09:12.398Z] #44 58.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:12 [2021-06-24T22:09:12.671Z] #44 58.41 Selecting previously unselected package libnl-3-200:amd64.
22:09:12 [2021-06-24T22:09:12.671Z] #44 58.41 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
22:09:12 [2021-06-24T22:09:12.671Z] #44 58.42 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:09:13 [2021-06-24T22:09:13.541Z] #44 ...
22:09:13 [2021-06-24T22:09:13.541Z] 
22:09:13 [2021-06-24T22:09:13.541Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:13 [2021-06-24T22:09:13.541Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:13 [2021-06-24T22:09:13.541Z] #13 67.80 Selecting previously unselected package gcc-mingw-w64-base.
22:09:13 [2021-06-24T22:09:13.541Z] #13 67.80 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:13 [2021-06-24T22:09:13.541Z] #13 67.81 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.21 Selecting previously unselected package libprotobuf-c1:amd64.
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.21 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.22 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.31 Selecting previously unselected package criu.
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.32 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
22:09:13 [2021-06-24T22:09:13.619Z] #44 59.32 Unpacking criu (3.15-1) ...
22:09:13 [2021-06-24T22:09:13.801Z] #13 67.97 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:09:13 [2021-06-24T22:09:13.801Z] #13 68.01 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:13 [2021-06-24T22:09:13.801Z] #13 68.01 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 ...
22:09:14 [2021-06-24T22:09:14.565Z] 
22:09:14 [2021-06-24T22:09:14.565Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:14 [2021-06-24T22:09:14.565Z] #36 sha256:f3b6567b17c9fa69585e9ef0ab1bf67e7e226928d0978522e0c916093864cff7
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.08 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.11 Setting up xxd (2:8.1.0875-5) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.76 Setting up libuv1:amd64 (1.24.1-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.90 Setting up vim-common (2:8.1.0875-5) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.93 Setting up librhash0:amd64 (1.3.8-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.96 Setting up cmake-data (3.13.4-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 64.99 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 65.01 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 65.02 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 65.03 Setting up cmake (3.13.4-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 65.06 Processing triggers for libc-bin (2.28-10) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 65.16 Processing triggers for mime-support (3.62) ...
22:09:14 [2021-06-24T22:09:14.565Z] #36 DONE 65.7s
22:09:14 [2021-06-24T22:09:14.565Z] 
22:09:14 [2021-06-24T22:09:14.565Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:14 [2021-06-24T22:09:14.565Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.20 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.22 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.25 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.26 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.30 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.30 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:09:14 [2021-06-24T22:09:14.565Z] #44 60.31 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:09:15 [2021-06-24T22:09:15.645Z] #46 71.86 fmt
22:09:16 [2021-06-24T22:09:16.218Z] #46 ...
22:09:16 [2021-06-24T22:09:16.218Z] 
22:09:16 [2021-06-24T22:09:16.218Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:16 [2021-06-24T22:09:16.218Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:16 [2021-06-24T22:09:16.218Z] #44 69.81 Setting up criu (3.15-1) ...
22:09:16 [2021-06-24T22:09:16.219Z] #44 71.49 Processing triggers for libc-bin (2.28-10) ...
22:09:16 [2021-06-24T22:09:16.219Z] #44 71.56 Processing triggers for mime-support (3.62) ...
22:09:16 [2021-06-24T22:09:16.219Z] #44 DONE 72.0s
22:09:16 [2021-06-24T22:09:16.482Z] 
22:09:16 [2021-06-24T22:09:16.482Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:16 [2021-06-24T22:09:16.482Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.58 Selecting previously unselected package gcc-mingw-w64-base.
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.59 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.60 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.74 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:16 [2021-06-24T22:09:16.482Z] #13 65.74 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:17 [2021-06-24T22:09:17.096Z] #13 ...
22:09:17 [2021-06-24T22:09:17.096Z] 
22:09:17 [2021-06-24T22:09:17.096Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:17 [2021-06-24T22:09:17.096Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:17 [2021-06-24T22:09:17.096Z] #44 70.71 Setting up criu (3.15-1) ...
22:09:17 [2021-06-24T22:09:17.096Z] #44 72.35 Processing triggers for libc-bin (2.28-10) ...
22:09:17 [2021-06-24T22:09:17.096Z] #44 72.41 Processing triggers for mime-support (3.62) ...
22:09:17 [2021-06-24T22:09:17.096Z] #44 DONE 73.0s
22:09:17 [2021-06-24T22:09:17.096Z] 
22:09:17 [2021-06-24T22:09:17.096Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:17 [2021-06-24T22:09:17.096Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:09:17 [2021-06-24T22:09:17.096Z] #52 64.72 context
22:09:17 [2021-06-24T22:09:17.096Z] #52 66.02 internal/syscall/unix
22:09:17 [2021-06-24T22:09:17.096Z] #52 66.21 internal/poll
22:09:17 [2021-06-24T22:09:17.096Z] #52 68.33 path
22:09:17 [2021-06-24T22:09:17.096Z] #52 68.80 io/fs
22:09:17 [2021-06-24T22:09:17.096Z] #52 69.91 os
22:09:17 [2021-06-24T22:09:17.096Z] #52 69.96 encoding/binary
22:09:17 [2021-06-24T22:09:17.096Z] #52 72.21 encoding/base64
22:09:17 [2021-06-24T22:09:17.096Z] #52 72.90 golang.org/x/sys/unix
22:09:17 [2021-06-24T22:09:17.096Z] #52 73.45 fmt
22:09:18 [2021-06-24T22:09:18.402Z] #13 ...
22:09:18 [2021-06-24T22:09:18.402Z] 
22:09:18 [2021-06-24T22:09:18.402Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:18 [2021-06-24T22:09:18.402Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:09:18 [2021-06-24T22:09:18.402Z] #52 64.14 context
22:09:18 [2021-06-24T22:09:18.402Z] #52 64.81 encoding/binary
22:09:18 [2021-06-24T22:09:18.402Z] #52 64.88 internal/fmtsort
22:09:18 [2021-06-24T22:09:18.402Z] #52 65.46 internal/poll
22:09:18 [2021-06-24T22:09:18.402Z] #52 66.98 encoding/base64
22:09:18 [2021-06-24T22:09:18.402Z] #52 68.25 os
22:09:18 [2021-06-24T22:09:18.402Z] #52 68.49 golang.org/x/sys/unix
22:09:18 [2021-06-24T22:09:18.402Z] #52 71.91 fmt
22:09:18 [2021-06-24T22:09:18.402Z] #52 ...
22:09:18 [2021-06-24T22:09:18.402Z] 
22:09:18 [2021-06-24T22:09:18.402Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:18 [2021-06-24T22:09:18.402Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:18 [2021-06-24T22:09:18.402Z] #46 73.52 path/filepath
22:09:18 [2021-06-24T22:09:18.478Z] #52 ...
22:09:18 [2021-06-24T22:09:18.478Z] 
22:09:18 [2021-06-24T22:09:18.478Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:18 [2021-06-24T22:09:18.478Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:18 [2021-06-24T22:09:18.478Z] #46 68.01 internal/syscall/execenv
22:09:18 [2021-06-24T22:09:18.478Z] #46 68.18 path
22:09:18 [2021-06-24T22:09:18.478Z] #46 68.81 io/fs
22:09:18 [2021-06-24T22:09:18.478Z] #46 69.71 regexp/syntax
22:09:18 [2021-06-24T22:09:18.478Z] #46 70.23 os
22:09:18 [2021-06-24T22:09:18.478Z] #46 74.17 fmt
22:09:18 [2021-06-24T22:09:18.478Z] #46 74.82 path/filepath
22:09:18 [2021-06-24T22:09:18.663Z] #46 74.82 regexp
22:09:18 [2021-06-24T22:09:18.880Z] #63 25.52 Reading package lists...
22:09:18 [2021-06-24T22:09:18.880Z] #63 ...
22:09:18 [2021-06-24T22:09:18.880Z] 
22:09:18 [2021-06-24T22:09:18.880Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:18 [2021-06-24T22:09:18.880Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:18 [2021-06-24T22:09:18.880Z] #19 26.41 Fetched 51.1 MB in 25s (2031 kB/s)
22:09:19 [2021-06-24T22:09:19.418Z] #46 75.99 regexp
22:09:19 [2021-06-24T22:09:19.607Z] #46 75.83 flag
22:09:20 [2021-06-24T22:09:20.778Z] #19 26.41 Reading package lists...
22:09:20 [2021-06-24T22:09:20.778Z] #19 ...
22:09:20 [2021-06-24T22:09:20.778Z] 
22:09:20 [2021-06-24T22:09:20.778Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:09:20 [2021-06-24T22:09:20.778Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:09:20 [2021-06-24T22:09:20.778Z] #63 25.52 Reading package lists...
22:09:20 [2021-06-24T22:09:20.995Z] #46 77.24 go/token
22:09:21 [2021-06-24T22:09:21.162Z] #44 65.77 Setting up python3 (3.7.3-1) ...
22:09:21 [2021-06-24T22:09:21.162Z] #44 ...
22:09:21 [2021-06-24T22:09:21.162Z] 
22:09:21 [2021-06-24T22:09:21.162Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:21 [2021-06-24T22:09:21.162Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:21 [2021-06-24T22:09:21.162Z] #52 61.48 time
22:09:21 [2021-06-24T22:09:21.162Z] #52 67.28 context
22:09:21 [2021-06-24T22:09:21.162Z] #52 68.12 internal/poll
22:09:21 [2021-06-24T22:09:21.162Z] #52 70.79 internal/syscall/execenv
22:09:21 [2021-06-24T22:09:21.162Z] #52 71.01 path
22:09:21 [2021-06-24T22:09:21.162Z] #52 71.66 io/fs
22:09:21 [2021-06-24T22:09:21.162Z] #52 ...
22:09:21 [2021-06-24T22:09:21.162Z] 
22:09:21 [2021-06-24T22:09:21.162Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:21 [2021-06-24T22:09:21.162Z] #37 sha256:f82be7027222dc7b1c3fefa7817c3d336145c37b9cfa35fabb347b4c9adcf5ed
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.298 + RM_GOPATH=0
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.298 + TMP_GOPATH=
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.298 + : /build
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.298 + '[' -z '' ']'
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.298 ++ mktemp -d
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.307 + export GOPATH=/tmp/tmp.CAvlFlw6Ct
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.307 + GOPATH=/tmp/tmp.CAvlFlw6Ct
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.307 + RM_GOPATH=1
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.307 + case "$(go env GOARCH)" in
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.311 ++ go env GOARCH
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.323 + export GO_BUILDMODE=-buildmode=pie
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.323 + GO_BUILDMODE=-buildmode=pie
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.324 ++ dirname /tmp/install/install.sh
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + dir=/tmp/install
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + bin=tini
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + shift
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + '[' '!' -f /tmp/install/tini.installer ']'
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + . /tmp/install/tini.installer
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + install_tini
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.334 + git clone https://github.com/krallin/tini.git /tmp/tmp.CAvlFlw6Ct/tini
22:09:21 [2021-06-24T22:09:21.162Z] #37 3.343 Cloning into '/tmp/tmp.CAvlFlw6Ct/tini'...
22:09:21 [2021-06-24T22:09:21.162Z] #37 4.031 + cd /tmp/tmp.CAvlFlw6Ct/tini
22:09:21 [2021-06-24T22:09:21.162Z] #37 4.031 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:09:21 [2021-06-24T22:09:21.162Z] #37 4.037 + cmake .
22:09:21 [2021-06-24T22:09:21.162Z] #37 4.631 -- The C compiler identification is GNU 8.3.0
22:09:21 [2021-06-24T22:09:21.162Z] #37 4.684 -- Check for working C compiler: /usr/bin/cc
22:09:21 [2021-06-24T22:09:21.162Z] #37 5.504 -- Check for working C compiler: /usr/bin/cc -- works
22:09:21 [2021-06-24T22:09:21.162Z] #37 5.512 -- Detecting C compiler ABI info
22:09:21 [2021-06-24T22:09:21.162Z] #37 6.244 -- Detecting C compiler ABI info - done
22:09:21 [2021-06-24T22:09:21.162Z] #37 6.286 -- Detecting C compile features
22:09:21 [2021-06-24T22:09:21.162Z] #37 ...
22:09:21 [2021-06-24T22:09:21.162Z] 
22:09:21 [2021-06-24T22:09:21.162Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:21 [2021-06-24T22:09:21.162Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:21 [2021-06-24T22:09:21.162Z] #46 62.19 internal/syscall/unix
22:09:21 [2021-06-24T22:09:21.162Z] #46 62.54 time
22:09:21 [2021-06-24T22:09:21.162Z] #46 67.78 internal/poll
22:09:21 [2021-06-24T22:09:21.162Z] #46 70.68 internal/syscall/execenv
22:09:21 [2021-06-24T22:09:21.162Z] #46 70.85 path
22:09:21 [2021-06-24T22:09:21.162Z] #46 71.44 io/fs
22:09:21 [2021-06-24T22:09:21.162Z] #46 71.50 internal/fmtsort
22:09:21 [2021-06-24T22:09:21.162Z] #46 72.22 regexp/syntax
22:09:21 [2021-06-24T22:09:21.162Z] #46 ...
22:09:21 [2021-06-24T22:09:21.162Z] 
22:09:21 [2021-06-24T22:09:21.162Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:21 [2021-06-24T22:09:21.162Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:21 [2021-06-24T22:09:21.162Z] #44 66.43 Setting up python3-six (1.12.0-1) ...
22:09:21 [2021-06-24T22:09:21.324Z] #46 ...
22:09:21 [2021-06-24T22:09:21.324Z] 
22:09:21 [2021-06-24T22:09:21.324Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:21 [2021-06-24T22:09:21.324Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:09:21 [2021-06-24T22:09:21.324Z] #52 77.65 encoding/json
22:09:21 [2021-06-24T22:09:21.568Z] #46 77.70 internal/lazyregexp
22:09:21 [2021-06-24T22:09:21.600Z] #63 35.70 Reading package lists...
22:09:21 [2021-06-24T22:09:21.600Z] #63 ...
22:09:21 [2021-06-24T22:09:21.600Z] 
22:09:21 [2021-06-24T22:09:21.600Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:21 [2021-06-24T22:09:21.600Z] #43 sha256:6f2446eab86599ea2b8fc8f1dcaf59e4b4cd11beec775f1a019fbdcc443a1ef6
22:09:21 [2021-06-24T22:09:21.600Z] #43 26.13 Fetched 48.3 MB in 24s (1991 kB/s)
22:09:21 [2021-06-24T22:09:21.600Z] #43 26.13 Reading package lists...
22:09:21 [2021-06-24T22:09:21.830Z] #46 77.95 net/url
22:09:22 [2021-06-24T22:09:22.092Z] #46 78.13 go/scanner
22:09:22 [2021-06-24T22:09:22.108Z] #44 67.58 Setting up python3-pkg-resources (40.8.0-1) ...
22:09:22 [2021-06-24T22:09:22.682Z] #44 ...
22:09:22 [2021-06-24T22:09:22.682Z] 
22:09:22 [2021-06-24T22:09:22.682Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:22 [2021-06-24T22:09:22.682Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:22 [2021-06-24T22:09:22.682Z] #13 54.89 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:09:22 [2021-06-24T22:09:22.682Z] #13 54.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 54.91 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.23 Selecting previously unselected package binutils-mingw-w64.
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.24 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.40 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.61 Selecting previously unselected package dmsetup.
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.63 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.65 Unpacking dmsetup (2:1.02.155-3) ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.80 Selecting previously unselected package mingw-w64-common.
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.81 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 57.81 Unpacking mingw-w64-common (6.0.0-3) ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 62.64 Selecting previously unselected package mingw-w64-x86-64-dev.
22:09:22 [2021-06-24T22:09:22.682Z] #13 62.64 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:09:22 [2021-06-24T22:09:22.682Z] #13 62.65 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:22 [2021-06-24T22:09:22.944Z] #13 ...
22:09:22 [2021-06-24T22:09:22.944Z] 
22:09:22 [2021-06-24T22:09:22.944Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:22 [2021-06-24T22:09:22.944Z] #37 sha256:f82be7027222dc7b1c3fefa7817c3d336145c37b9cfa35fabb347b4c9adcf5ed
22:09:22 [2021-06-24T22:09:22.944Z] #37 8.375 -- Detecting C compile features - done
22:09:22 [2021-06-24T22:09:22.944Z] #37 8.418 -- Performing Test HAS_BUILTIN_FORTIFY
22:09:22 [2021-06-24T22:09:22.944Z] #37 8.620 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:09:22 [2021-06-24T22:09:22.944Z] #37 8.692 -- Configuring done
22:09:23 [2021-06-24T22:09:23.036Z] #46 79.26 go/ast
22:09:23 [2021-06-24T22:09:23.206Z] #37 8.709 -- Generating done
22:09:23 [2021-06-24T22:09:23.206Z] #37 8.712 -- Build files have been written to: /tmp/tmp.CAvlFlw6Ct/tini
22:09:23 [2021-06-24T22:09:23.206Z] #37 8.714 + make tini-static
22:09:23 [2021-06-24T22:09:23.469Z] #37 9.234 Scanning dependencies of target tini-static
22:09:23 [2021-06-24T22:09:23.609Z] #46 79.68 text/template/parse
22:09:23 [2021-06-24T22:09:23.732Z] #37 9.358 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:09:23 [2021-06-24T22:09:23.861Z] #52 80.24 github.com/pkg/diff
22:09:24 [2021-06-24T22:09:24.128Z] #43 36.17 Reading package lists...
22:09:24 [2021-06-24T22:09:24.128Z] #43 ...
22:09:24 [2021-06-24T22:09:24.128Z] 
22:09:24 [2021-06-24T22:09:24.128Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:24 [2021-06-24T22:09:24.128Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:24 [2021-06-24T22:09:24.128Z] #19 26.41 Reading package lists...
22:09:24 [2021-06-24T22:09:24.555Z] #46 ...
22:09:24 [2021-06-24T22:09:24.555Z] 
22:09:24 [2021-06-24T22:09:24.555Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:24 [2021-06-24T22:09:24.555Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:09:24 [2021-06-24T22:09:24.800Z] #52 81.51 go/ast
22:09:25 [2021-06-24T22:09:25.121Z] #37 10.55 [100%] Linking C executable tini-static
22:09:25 [2021-06-24T22:09:25.383Z] #37 11.18 [100%] Built target tini-static
22:09:25 [2021-06-24T22:09:25.601Z] #57 41.11 Checking out files:  49% (2009/4071)   
Checking out files:  50% (2036/4071)   
Checking out files:  51% (2077/4071)   
Checking out files:  52% (2117/4071)   
Checking out files:  53% (2158/4071)   
Checking out files:  54% (2199/4071)   
Checking out files:  55% (2240/4071)   
Checking out files:  56% (2280/4071)   
Checking out files:  57% (2321/4071)   
Checking out files:  58% (2362/4071)   
Checking out files:  59% (2402/4071)   
Checking out files:  60% (2443/4071)   
Checking out files:  61% (2484/4071)   
Checking out files:  62% (2525/4071)   
Checking out files:  63% (2565/4071)   
Checking out files:  64% (2606/4071)   
Checking out files:  65% (2647/4071)   
Checking out files:  66% (2687/4071)   
Checking out files:  67% (2728/4071)   
Checking out files:  68% (2769/4071)   
Checking out files:  69% (2809/4071)   
Checking out files:  70% (2850/4071)   
Checking out files:  71% (2891/4071)   
Checking out files:  72% (2932/4071)   
Checking out files:  73% (2972/4071)   
Checking out files:  74% (3013/4071)   
Checking out files:  75% (3054/4071)   
Checking out files:  76% (3094/4071)   
Checking out files:  77% (3135/4071)   
Checking out files:  78% (3176/4071)   
Checking out files:  79% (3217/4071)   
Checking out files:  80% (3257/4071)   
Checking out files:  81% (3298/4071)   
Checking out files:  82% (3339/4071)   
Checking out files:  83% (3379/4071)   
Checking out files:  84% (3420/4071)   
Checking out files:  85% (3461/4071)   
Checking out files:  86% (3502/4071)   
Checking out files:  87% (3542/4071)   
Checking out files:  88% (3583/4071)   
Checking out files:  89% (3624/4071)   
Checking out files:  90% (3664/4071)   
Checking out files:  91% (3705/4071)   
Checking out files:  92% (3746/4071)   
Checking out files:  92% (3770/4071)   
Checking out files:  93% (3787/4071)   
Checking out files:  94% (3827/4071)   
Checking out files:  95% (3868/4071)   
Checking out files:  96% (3909/4071)   
Checking out files:  97% (3949/4071)   
Checking out files:  98% (3990/4071)   
Checking out files:  99% (4031/4071)   
Checking out files: 100% (4071/4071)   
Checking out files: 100% (4071/4071), done.
22:09:25 [2021-06-24T22:09:25.646Z] #37 11.26 + mkdir -p /build
22:09:25 [2021-06-24T22:09:25.646Z] #37 11.28 + cp tini-static /build/docker-init
22:09:25 [2021-06-24T22:09:25.863Z] #57 42.37 + cd /tmp/tmp.kCloUtkant/src/github.com/containerd/containerd
22:09:25 [2021-06-24T22:09:25.863Z] #57 42.37 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:26 [2021-06-24T22:09:26.181Z] #52 ...
22:09:26 [2021-06-24T22:09:26.181Z] 
22:09:26 [2021-06-24T22:09:26.181Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:26 [2021-06-24T22:09:26.181Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:09:26 [2021-06-24T22:09:26.644Z] #37 DONE 12.2s
22:09:26 [2021-06-24T22:09:26.644Z] 
22:09:26 [2021-06-24T22:09:26.644Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:26 [2021-06-24T22:09:26.644Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:26 [2021-06-24T22:09:26.644Z] #52 72.88 os
22:09:26 [2021-06-24T22:09:26.644Z] #52 73.63 encoding/binary
22:09:26 [2021-06-24T22:09:26.644Z] #52 75.78 encoding/base64
22:09:26 [2021-06-24T22:09:26.644Z] #52 76.59 golang.org/x/sys/unix
22:09:26 [2021-06-24T22:09:26.644Z] #52 78.08 fmt
22:09:26 [2021-06-24T22:09:26.644Z] #52 ...
22:09:26 [2021-06-24T22:09:26.644Z] 
22:09:26 [2021-06-24T22:09:26.644Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:26 [2021-06-24T22:09:26.644Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:26 [2021-06-24T22:09:26.644Z] #13 68.89 Selecting previously unselected package gcc-mingw-w64-base.
22:09:26 [2021-06-24T22:09:26.644Z] #13 68.91 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:26 [2021-06-24T22:09:26.644Z] #13 68.92 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + export 'BUILDTAGS=netgo osusergo static_build'
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + BUILDTAGS='netgo osusergo static_build'
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + export EXTRA_FLAGS=-buildmode=pie
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + EXTRA_FLAGS=-buildmode=pie
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + '[' '' = dynamic ']'
22:09:26 [2021-06-24T22:09:26.808Z] #57 43.40 + make
22:09:26 [2021-06-24T22:09:26.915Z] #13 69.17 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:09:26 [2021-06-24T22:09:26.915Z] #13 69.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:26 [2021-06-24T22:09:26.915Z] #13 69.21 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:26 [2021-06-24T22:09:26.966Z] #57 41.51 Checking out files:  55% (2257/4071)   
Checking out files:  56% (2280/4071)   
Checking out files:  57% (2321/4071)   
Checking out files:  58% (2362/4071)   
Checking out files:  59% (2402/4071)   
Checking out files:  60% (2443/4071)   
Checking out files:  61% (2484/4071)   
Checking out files:  62% (2525/4071)   
Checking out files:  63% (2565/4071)   
Checking out files:  64% (2606/4071)   
Checking out files:  65% (2647/4071)   
Checking out files:  66% (2687/4071)   
Checking out files:  67% (2728/4071)   
Checking out files:  68% (2769/4071)   
Checking out files:  69% (2809/4071)   
Checking out files:  70% (2850/4071)   
Checking out files:  71% (2891/4071)   
Checking out files:  72% (2932/4071)   
Checking out files:  73% (2972/4071)   
Checking out files:  74% (3013/4071)   
Checking out files:  75% (3054/4071)   
Checking out files:  76% (3094/4071)   
Checking out files:  77% (3135/4071)   
Checking out files:  78% (3176/4071)   
Checking out files:  79% (3217/4071)   
Checking out files:  80% (3257/4071)   
Checking out files:  81% (3298/4071)   
Checking out files:  82% (3339/4071)   
Checking out files:  83% (3379/4071)   
Checking out files:  84% (3420/4071)   
Checking out files:  85% (3461/4071)   
Checking out files:  86% (3502/4071)   
Checking out files:  87% (3542/4071)   
Checking out files:  88% (3583/4071)   
Checking out files:  89% (3624/4071)   
Checking out files:  90% (3664/4071)   
Checking out files:  91% (3705/4071)   
Checking out files:  92% (3746/4071)   
Checking out files:  93% (3787/4071)   
Checking out files:  94% (3827/4071)   
Checking out files:  94% (3852/4071)   
Checking out files:  95% (3868/4071)   
Checking out files:  96% (3909/4071)   
Checking out files:  97% (3949/4071)   
Checking out files:  98% (3990/4071)   
Checking out files:  99% (4031/4071)   
Checking out files: 100% (4071/4071)   
Checking out files: 100% (4071/4071), done.
22:09:26 [2021-06-24T22:09:26.966Z] #57 42.68 + cd /tmp/tmp.vfAconFX8J/src/github.com/containerd/containerd
22:09:27 [2021-06-24T22:09:27.226Z] #57 42.68 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:28 [2021-06-24T22:09:28.199Z] #57 44.80 + bin/ctr
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + export 'BUILDTAGS=netgo osusergo static_build'
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + BUILDTAGS='netgo osusergo static_build'
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + export EXTRA_FLAGS=-buildmode=pie
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + EXTRA_FLAGS=-buildmode=pie
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + '[' '' = dynamic ']'
22:09:28 [2021-06-24T22:09:28.608Z] #57 44.03 + make
22:09:29 [2021-06-24T22:09:29.998Z] #57 45.50 + bin/ctr
22:09:30 [2021-06-24T22:09:30.118Z] #57 ...
22:09:30 [2021-06-24T22:09:30.118Z] 
22:09:30 [2021-06-24T22:09:30.118Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:30 [2021-06-24T22:09:30.118Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:09:30 [2021-06-24T22:09:30.118Z] #52 76.40 encoding/json
22:09:30 [2021-06-24T22:09:30.118Z] #52 76.84 flag
22:09:30 [2021-06-24T22:09:30.118Z] #52 78.27 github.com/pkg/diff
22:09:30 [2021-06-24T22:09:30.118Z] #52 79.66 go/ast
22:09:30 [2021-06-24T22:09:30.118Z] #52 81.25 golang.org/x/crypto/ssh/terminal
22:09:30 [2021-06-24T22:09:30.118Z] #52 82.65 io/ioutil
22:09:30 [2021-06-24T22:09:30.118Z] #52 83.06 mvdan.cc/editorconfig
22:09:30 [2021-06-24T22:09:30.118Z] #52 83.77 mvdan.cc/sh/v3/fileutil
22:09:30 [2021-06-24T22:09:30.118Z] #52 83.99 text/tabwriter
22:09:30 [2021-06-24T22:09:30.118Z] #52 84.30 mvdan.cc/sh/v3/syntax
22:09:30 [2021-06-24T22:09:30.274Z] #13 ...
22:09:30 [2021-06-24T22:09:30.274Z] 
22:09:30 [2021-06-24T22:09:30.274Z] #44 [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         chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc         && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /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
22:09:30 [2021-06-24T22:09:30.274Z] #44 sha256:70b6aea8fdfd90d126046afb98027e501a0a9ea671c8fef093799f6f7827d995
22:09:30 [2021-06-24T22:09:30.274Z] #44 69.18 Setting up python3-protobuf (3.6.1.3-2) ...
22:09:30 [2021-06-24T22:09:30.274Z] #44 72.48 Setting up criu (3.15-1) ...
22:09:30 [2021-06-24T22:09:30.274Z] #44 74.77 Processing triggers for libc-bin (2.28-10) ...
22:09:30 [2021-06-24T22:09:30.274Z] #44 74.89 Processing triggers for mime-support (3.62) ...
22:09:30 [2021-06-24T22:09:30.274Z] #44 DONE 75.6s
22:09:30 [2021-06-24T22:09:30.274Z] 
22:09:30 [2021-06-24T22:09:30.274Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:30 [2021-06-24T22:09:30.274Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:30 [2021-06-24T22:09:30.274Z] #46 72.89 os
22:09:30 [2021-06-24T22:09:30.274Z] #46 76.45 regexp
22:09:30 [2021-06-24T22:09:30.274Z] #46 77.66 fmt
22:09:30 [2021-06-24T22:09:30.274Z] #46 80.37 path/filepath
22:09:30 [2021-06-24T22:09:30.274Z] #46 81.60 internal/lazyregexp
22:09:30 [2021-06-24T22:09:30.535Z] #46 81.95 io/ioutil
22:09:30 [2021-06-24T22:09:30.936Z] #19 37.28 Reading package lists...
22:09:30 [2021-06-24T22:09:30.936Z] #19 ...
22:09:30 [2021-06-24T22:09:30.936Z] 
22:09:30 [2021-06-24T22:09:30.936Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:09:30 [2021-06-24T22:09:30.936Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:09:30 [2021-06-24T22:09:30.936Z] #63 35.70 Reading package lists...
22:09:31 [2021-06-24T22:09:31.062Z] #52 ...
22:09:31 [2021-06-24T22:09:31.062Z] 
22:09:31 [2021-06-24T22:09:31.062Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:31 [2021-06-24T22:09:31.062Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:31 [2021-06-24T22:09:31.062Z] #46 83.23 go/parser
22:09:31 [2021-06-24T22:09:31.062Z] #46 84.10 text/template
22:09:31 [2021-06-24T22:09:31.062Z] #46 86.46 log
22:09:31 [2021-06-24T22:09:31.062Z] #46 87.17 encoding/xml
22:09:31 [2021-06-24T22:09:31.108Z] #46 82.39 github.com/LK4D4/vndr/versioned
22:09:31 [2021-06-24T22:09:31.108Z] #46 82.51 hash/crc32
22:09:31 [2021-06-24T22:09:31.108Z] #46 ...
22:09:31 [2021-06-24T22:09:31.108Z] 
22:09:31 [2021-06-24T22:09:31.108Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:31 [2021-06-24T22:09:31.108Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:31 [2021-06-24T22:09:31.108Z] #52 82.60 encoding/json
22:09:31 [2021-06-24T22:09:31.908Z] #57 ...
22:09:31 [2021-06-24T22:09:31.908Z] 
22:09:31 [2021-06-24T22:09:31.908Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:31 [2021-06-24T22:09:31.908Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:31 [2021-06-24T22:09:31.908Z] #46 78.39 flag
22:09:31 [2021-06-24T22:09:31.908Z] #46 79.08 go/token
22:09:31 [2021-06-24T22:09:31.908Z] #46 79.73 internal/lazyregexp
22:09:31 [2021-06-24T22:09:31.908Z] #46 79.91 go/scanner
22:09:31 [2021-06-24T22:09:31.908Z] #46 80.22 net/url
22:09:31 [2021-06-24T22:09:31.908Z] #46 81.05 go/ast
22:09:31 [2021-06-24T22:09:31.908Z] #46 81.76 text/template/parse
22:09:31 [2021-06-24T22:09:31.908Z] #46 85.04 go/parser
22:09:31 [2021-06-24T22:09:31.908Z] #46 86.47 text/template
22:09:31 [2021-06-24T22:09:31.908Z] #46 ...
22:09:31 [2021-06-24T22:09:31.908Z] 
22:09:31 [2021-06-24T22:09:31.908Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:31 [2021-06-24T22:09:31.908Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:09:31 [2021-06-24T22:09:31.908Z] #52 82.85 golang.org/x/crypto/ssh/terminal
22:09:31 [2021-06-24T22:09:31.908Z] #52 84.17 io/ioutil
22:09:31 [2021-06-24T22:09:31.908Z] #52 84.47 mvdan.cc/editorconfig
22:09:31 [2021-06-24T22:09:31.908Z] #52 85.63 mvdan.cc/sh/v3/fileutil
22:09:31 [2021-06-24T22:09:31.908Z] #52 85.67 text/tabwriter
22:09:31 [2021-06-24T22:09:31.908Z] #52 86.07 mvdan.cc/sh/v3/syntax
22:09:32 [2021-06-24T22:09:32.480Z] #52 ...
22:09:32 [2021-06-24T22:09:32.480Z] 
22:09:32 [2021-06-24T22:09:32.480Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:32 [2021-06-24T22:09:32.480Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:32 [2021-06-24T22:09:32.480Z] #46 89.09 log
22:09:32 [2021-06-24T22:09:32.980Z] #46 89.09 go/doc
22:09:33 [2021-06-24T22:09:33.091Z] #63 45.71 Building dependency tree...
22:09:33 [2021-06-24T22:09:33.241Z] #46 ...
22:09:33 [2021-06-24T22:09:33.241Z] 
22:09:33 [2021-06-24T22:09:33.241Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:33 [2021-06-24T22:09:33.241Z] #52 sha256:8ef3973fec0ae8277e17eff2c463828ce9019d07e58b2021335369d6eff8614c
22:09:33 [2021-06-24T22:09:33.241Z] #52 89.44 mvdan.cc/sh/v3/cmd/shfmt
22:09:33 [2021-06-24T22:09:33.418Z] #46 89.83 encoding/xml
22:09:34 [2021-06-24T22:09:34.412Z] #52 85.69 github.com/pkg/diff
22:09:34 [2021-06-24T22:09:34.796Z] #46 91.39 go/doc
22:09:34 [2021-06-24T22:09:34.986Z] #63 49.64 The following additional packages will be installed:
22:09:34 [2021-06-24T22:09:34.986Z] #63 49.66   libbtrfs0
22:09:35 [2021-06-24T22:09:35.243Z] #63 49.85 The following NEW packages will be installed:
22:09:35 [2021-06-24T22:09:35.243Z] #63 49.87   libbtrfs-dev libbtrfs0
22:09:35 [2021-06-24T22:09:35.800Z] #52 87.14 go/ast
22:09:35 [2021-06-24T22:09:35.807Z] #63 50.29 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:09:35 [2021-06-24T22:09:35.807Z] #63 50.29 Need to get 119 kB of archives.
22:09:35 [2021-06-24T22:09:35.807Z] #63 50.29 After this operation, 387 kB of additional disk space will be used.
22:09:35 [2021-06-24T22:09:35.807Z] #63 50.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:09:35 [2021-06-24T22:09:35.807Z] #63 50.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:09:36 [2021-06-24T22:09:36.738Z] #63 51.27 debconf: delaying package configuration, since apt-utils is not installed
22:09:36 [2021-06-24T22:09:36.996Z] #63 51.71 Fetched 119 kB in 0s (420 kB/s)
22:09:37 [2021-06-24T22:09:37.190Z] #52 88.39 golang.org/x/crypto/ssh/terminal
22:09:37 [2021-06-24T22:09:37.254Z] #63 51.91 Selecting previously unselected package libbtrfs0.#63 ...
22:09:37 [2021-06-24T22:09:37.254Z] 
22:09:37 [2021-06-24T22:09:37.254Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:09:37 [2021-06-24T22:09:37.254Z] #66 sha256:15a5fe4a86d4ba95f827e74c2c5788de774eb8527af579ccdfb41343f4ef78c9
22:09:37 [2021-06-24T22:09:37.254Z] #66 47.25 + for f in rootlesskit rootlesskit-docker-proxy
22:09:37 [2021-06-24T22:09:37.254Z] #66 47.25 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:09:37 [2021-06-24T22:09:37.254Z] #66 DONE 51.9s
22:09:37 [2021-06-24T22:09:37.254Z] 
22:09:37 [2021-06-24T22:09:37.254Z] #67 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:09:37 [2021-06-24T22:09:37.254Z] #67 sha256:fc87beba779dcc3b42addd539e6dfe006cbd8fe3e75404e7445d94f289d0b815
22:09:37 [2021-06-24T22:09:37.254Z] #67 DONE 0.1s
22:09:37 [2021-06-24T22:09:37.254Z] 
22:09:37 [2021-06-24T22:09:37.254Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:09:37 [2021-06-24T22:09:37.254Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:09:37 [2021-06-24T22:09:37.254Z] #63 51.91 Selecting previously unselected package libbtrfs0.
22:09:37 [2021-06-24T22:09:37.254Z] #63 51.91 (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 ... 29521 files and directories currently installed.)
22:09:37 [2021-06-24T22:09:37.254Z] #63 51.98 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
22:09:37 [2021-06-24T22:09:37.254Z] #63 52.01 Unpacking libbtrfs0 (4.20.1-2) ...
22:09:37 [2021-06-24T22:09:37.254Z] #63 ...
22:09:37 [2021-06-24T22:09:37.254Z] 
22:09:37 [2021-06-24T22:09:37.254Z] #68 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:09:37 [2021-06-24T22:09:37.254Z] #68 sha256:c49634ee09ef94ac5b9f7b8c64fc38a3228ccd81b8f4f05a488e9f84098928c9
22:09:37 [2021-06-24T22:09:37.452Z] #52 DONE 93.5s
22:09:37 [2021-06-24T22:09:37.452Z] 
22:09:37 [2021-06-24T22:09:37.452Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:37 [2021-06-24T22:09:37.452Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:37 [2021-06-24T22:09:37.452Z] #46 91.65 github.com/LK4D4/vndr/versioned
22:09:37 [2021-06-24T22:09:37.452Z] #46 91.79 compress/flate
22:09:37 [2021-06-24T22:09:37.452Z] #46 92.39 github.com/LK4D4/vndr/build
22:09:37 [2021-06-24T22:09:37.511Z] #68 DONE 0.1s
22:09:37 [2021-06-24T22:09:37.512Z] 
22:09:37 [2021-06-24T22:09:37.512Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:37 [2021-06-24T22:09:37.512Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:37 [2021-06-24T22:09:37.512Z] #19 37.28 Reading package lists...
22:09:37 [2021-06-24T22:09:37.512Z] #19 47.91 Building dependency tree...
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.18 The following additional packages will be installed:
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.19   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.20   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.22   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.23   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.23   mingw-w64-x86-64-dev
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.27 Suggested packages:
22:09:37 [2021-06-24T22:09:37.512Z] #19 50.27   gcc-8-locales seccomp wine64
22:09:38 [2021-06-24T22:09:38.035Z] #46 94.19 hash/crc32
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.83 The following NEW packages will be installed:
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.84   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.84   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.84   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.84   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.85   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.85   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.90 The following packages will be upgraded:
22:09:38 [2021-06-24T22:09:38.077Z] #19 50.90   libseccomp2
22:09:38 [2021-06-24T22:09:38.091Z] #46 94.36 github.com/LK4D4/vndr/build
22:09:38 [2021-06-24T22:09:38.092Z] #46 94.37 github.com/LK4D4/vndr/versioned
22:09:38 [2021-06-24T22:09:38.092Z] #46 94.58 compress/flate
22:09:38 [2021-06-24T22:09:38.334Z] #19 ...
22:09:38 [2021-06-24T22:09:38.334Z] 
22:09:38 [2021-06-24T22:09:38.334Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
22:09:38 [2021-06-24T22:09:38.334Z] #63 sha256:26a1928f7b5e182b592d056275eb50edc3df97eaf06ca46984618fc6438e2b3f
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.15 Selecting previously unselected package libbtrfs-dev.
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.17 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.18 Unpacking libbtrfs-dev (4.20.1-2) ...
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.51 Setting up libbtrfs0 (4.20.1-2) ...
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.53 Setting up libbtrfs-dev (4.20.1-2) ...
22:09:38 [2021-06-24T22:09:38.334Z] #63 52.55 Processing triggers for libc-bin (2.28-10) ...
22:09:38 [2021-06-24T22:09:38.334Z] #63 DONE 52.8s
22:09:38 [2021-06-24T22:09:38.334Z] 
22:09:38 [2021-06-24T22:09:38.334Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:38 [2021-06-24T22:09:38.334Z] #43 sha256:6f2446eab86599ea2b8fc8f1dcaf59e4b4cd11beec775f1a019fbdcc443a1ef6
22:09:38 [2021-06-24T22:09:38.334Z] #43 36.17 Reading package lists...
22:09:38 [2021-06-24T22:09:38.334Z] #43 46.44 Building dependency tree...
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.22 The following additional packages will be installed:
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.23   cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.25 Suggested packages:
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.25   cmake-doc ninja-build lrzip
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.25 Recommended packages:
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.25   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.76 The following NEW packages will be installed:
22:09:38 [2021-06-24T22:09:38.334Z] #43 50.78   cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.21 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.21 Need to get 5913 kB of archives.
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.21 After this operation, 27.4 MB of additional disk space will be used.
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 51.38 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.11 debconf: delaying package configuration, since apt-utils is not installed
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.51 Fetched 5913 kB in 1s (9900 kB/s)
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.59 Selecting previously unselected package xxd.
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.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 ... 29521 files and directories currently installed.)
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.65 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.67 Unpacking xxd (2:8.1.0875-5) ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.84 Selecting previously unselected package vim-common.
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.84 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 52.86 Unpacking vim-common (2:8.1.0875-5) ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 53.04 Selecting previously unselected package cmake-data.
22:09:38 [2021-06-24T22:09:38.334Z] #43 53.04 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 53.04 Unpacking cmake-data (3.13.4-1) ...
22:09:38 [2021-06-24T22:09:38.334Z] #43 ...
22:09:38 [2021-06-24T22:09:38.334Z] 
22:09:38 [2021-06-24T22:09:38.334Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:38 [2021-06-24T22:09:38.334Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.34 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.34 Need to get 77.8 MB of archives.
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.34 After this operation, 487 MB of additional disk space will be used.
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.35 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.35 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
22:09:38 [2021-06-24T22:09:38.334Z] #19 51.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
22:09:38 [2021-06-24T22:09:38.351Z] #46 ...
22:09:38 [2021-06-24T22:09:38.351Z] 
22:09:38 [2021-06-24T22:09:38.351Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:38 [2021-06-24T22:09:38.351Z] #52 sha256:9889a9e90eb884145dcd1fcf5ab2f5a3a5cb40342c3cd32b1a511c012190506b
22:09:38 [2021-06-24T22:09:38.351Z] #52 91.09 mvdan.cc/sh/v3/cmd/shfmt
22:09:38 [2021-06-24T22:09:38.351Z] #52 DONE 95.1s
22:09:38 [2021-06-24T22:09:38.351Z] 
22:09:38 [2021-06-24T22:09:38.351Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:38 [2021-06-24T22:09:38.351Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:38 [2021-06-24T22:09:38.351Z] #13 88.89 Selecting previously unselected package g++-mingw-w64-x86-64.
22:09:38 [2021-06-24T22:09:38.351Z] #13 88.90 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:38 [2021-06-24T22:09:38.351Z] #13 88.91 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:38 [2021-06-24T22:09:38.581Z] #52 ...
22:09:38 [2021-06-24T22:09:38.581Z] 
22:09:38 [2021-06-24T22:09:38.581Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:38 [2021-06-24T22:09:38.581Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:09:38 [2021-06-24T22:09:38.591Z] #19 51.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
22:09:38 [2021-06-24T22:09:38.591Z] #19 51.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
22:09:38 [2021-06-24T22:09:38.591Z] #19 51.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
22:09:38 [2021-06-24T22:09:38.591Z] #19 51.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
22:09:38 [2021-06-24T22:09:38.848Z] #19 51.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
22:09:38 [2021-06-24T22:09:38.982Z] #46 95.04 compress/gzip
22:09:39 [2021-06-24T22:09:39.105Z] #19 51.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
22:09:39 [2021-06-24T22:09:39.105Z] #19 51.83 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
22:09:39 [2021-06-24T22:09:39.244Z] #46 95.57 crypto/rsa
22:09:39 [2021-06-24T22:09:39.244Z] #46 95.59 crypto/dsa
22:09:39 [2021-06-24T22:09:39.816Z] #46 95.87 crypto/x509/pkix
22:09:39 [2021-06-24T22:09:39.902Z] #57 45.16 Checking out files:  50% (2038/4071)   
Checking out files:  51% (2077/4071)   
Checking out files:  52% (2117/4071)   
Checking out files:  53% (2158/4071)   
Checking out files:  54% (2199/4071)   
Checking out files:  55% (2240/4071)   
Checking out files:  56% (2280/4071)   
Checking out files:  57% (2321/4071)   
Checking out files:  58% (2362/4071)   
Checking out files:  59% (2402/4071)   
Checking out files:  60% (2443/4071)   
Checking out files:  61% (2484/4071)   
Checking out files:  62% (2525/4071)   
Checking out files:  63% (2565/4071)   
Checking out files:  64% (2606/4071)   
Checking out files:  65% (2647/4071)   
Checking out files:  66% (2687/4071)   
Checking out files:  67% (2728/4071)   
Checking out files:  68% (2769/4071)   
Checking out files:  69% (2809/4071)   
Checking out files:  70% (2850/4071)   
Checking out files:  71% (2891/4071)   
Checking out files:  72% (2932/4071)   
Checking out files:  73% (2972/4071)   
Checking out files:  74% (3013/4071)   
Checking out files:  75% (3054/4071)   
Checking out files:  76% (3094/4071)   
Checking out files:  77% (3135/4071)   
Checking out files:  78% (3176/4071)   
Checking out files:  79% (3217/4071)   
Checking out files:  80% (3257/4071)   
Checking out files:  81% (3298/4071)   
Checking out files:  82% (3339/4071)   
Checking out files:  83% (3379/4071)   
Checking out files:  84% (3420/4071)   
Checking out files:  85% (3461/4071)   
Checking out files:  86% (3502/4071)   
Checking out files:  87% (3542/4071)   
Checking out files:  88% (3583/4071)   
Checking out files:  89% (3624/4071)   
Checking out files:  90% (3664/4071)   
Checking out files:  91% (3705/4071)   
Checking out files:  92% (3746/4071)   
Checking out files:  92% (3747/4071)   
Checking out files:  93% (3787/4071)   
Checking out files:  94% (3827/4071)   
Checking out files:  95% (3868/4071)   
Checking out files:  96% (3909/4071)   
Checking out files:  97% (3949/4071)   
Checking out files:  98% (3990/4071)   
Checking out files:  99% (4031/4071)   
Checking out files: 100% (4071/4071)   
Checking out files: 100% (4071/4071), done.
22:09:39 [2021-06-24T22:09:39.902Z] #57 46.50 + cd /tmp/tmp.7ilrtWKkJ7/src/github.com/containerd/containerd
22:09:39 [2021-06-24T22:09:39.902Z] #57 46.50 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:40 [2021-06-24T22:09:40.389Z] #46 96.40 net
22:09:40 [2021-06-24T22:09:40.569Z] #19 53.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + export 'BUILDTAGS=netgo osusergo static_build'
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + BUILDTAGS='netgo osusergo static_build'
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + export EXTRA_FLAGS=-buildmode=pie
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + EXTRA_FLAGS=-buildmode=pie
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + '[' '' = dynamic ']'
22:09:40 [2021-06-24T22:09:40.846Z] #57 47.48 + make
22:09:40 [2021-06-24T22:09:40.890Z] #13 ...
22:09:40 [2021-06-24T22:09:40.890Z] 
22:09:40 [2021-06-24T22:09:40.890Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:40 [2021-06-24T22:09:40.890Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:40 [2021-06-24T22:09:40.890Z] #46 97.41 hash/crc32
22:09:40 [2021-06-24T22:09:40.890Z] #46 97.63 crypto/x509/pkix
22:09:40 [2021-06-24T22:09:40.962Z] #46 96.95 vendor/golang.org/x/crypto/chacha20
22:09:41 [2021-06-24T22:09:41.420Z] #57 ...
22:09:41 [2021-06-24T22:09:41.420Z] 
22:09:41 [2021-06-24T22:09:41.420Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:41 [2021-06-24T22:09:41.420Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:41 [2021-06-24T22:09:41.420Z] #46 82.68 flag
22:09:41 [2021-06-24T22:09:41.420Z] #46 83.32 go/token
22:09:41 [2021-06-24T22:09:41.420Z] #46 84.25 go/scanner
22:09:41 [2021-06-24T22:09:41.420Z] #46 84.47 net/url
22:09:41 [2021-06-24T22:09:41.420Z] #46 85.52 go/ast
22:09:41 [2021-06-24T22:09:41.420Z] #46 86.40 text/template/parse
22:09:41 [2021-06-24T22:09:41.420Z] #46 89.89 go/parser
22:09:41 [2021-06-24T22:09:41.420Z] #46 91.05 text/template
22:09:41 [2021-06-24T22:09:41.420Z] #46 ...
22:09:41 [2021-06-24T22:09:41.420Z] 
22:09:41 [2021-06-24T22:09:41.420Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:41 [2021-06-24T22:09:41.420Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:41 [2021-06-24T22:09:41.420Z] #52 89.92 mvdan.cc/editorconfig
22:09:41 [2021-06-24T22:09:41.420Z] #52 91.07 mvdan.cc/sh/v3/fileutil
22:09:41 [2021-06-24T22:09:41.420Z] #52 91.22 text/tabwriter
22:09:41 [2021-06-24T22:09:41.420Z] #52 91.49 mvdan.cc/sh/v3/syntax
22:09:41 [2021-06-24T22:09:41.459Z] #46 97.94 compress/gzip
22:09:41 [2021-06-24T22:09:41.459Z] #46 98.16 net
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.41 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.42 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.43 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.44 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.45 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.45 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.45 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.47 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
22:09:41 [2021-06-24T22:09:41.500Z] #19 54.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
22:09:41 [2021-06-24T22:09:41.534Z] #46 97.58 vendor/golang.org/x/crypto/poly1305
22:09:41 [2021-06-24T22:09:41.757Z] #19 54.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
22:09:41 [2021-06-24T22:09:41.795Z] #46 97.94 vendor/golang.org/x/sys/cpu
22:09:42 [2021-06-24T22:09:42.028Z] #46 98.57 vendor/golang.org/x/crypto/chacha20
22:09:42 [2021-06-24T22:09:42.287Z] #46 99.07 vendor/golang.org/x/crypto/poly1305
22:09:42 [2021-06-24T22:09:42.319Z] #19 55.04 debconf: delaying package configuration, since apt-utils is not installed
22:09:42 [2021-06-24T22:09:42.319Z] #19 55.29 Fetched 77.8 MB in 3s (22.5 MB/s)
22:09:42 [2021-06-24T22:09:42.368Z] #46 98.55 vendor/golang.org/x/crypto/chacha20poly1305
22:09:43 [2021-06-24T22:09:43.226Z] #46 99.60 vendor/golang.org/x/sys/cpu
22:09:43 [2021-06-24T22:09:43.250Z] #19 56.02 (Reading database ... 
#19 ...
22:09:43 [2021-06-24T22:09:43.250Z] 
22:09:43 [2021-06-24T22:09:43.250Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
22:09:43 [2021-06-24T22:09:43.250Z] #43 sha256:6f2446eab86599ea2b8fc8f1dcaf59e4b4cd11beec775f1a019fbdcc443a1ef6
22:09:43 [2021-06-24T22:09:43.250Z] #43 53.99 Selecting previously unselected package libarchive13:amd64.
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.01 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.04 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.19 Selecting previously unselected package libjsoncpp1:amd64.
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.19 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.21 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.36 Selecting previously unselected package librhash0:amd64.
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.36 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.38 Unpacking librhash0:amd64 (1.3.8-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.54 Selecting previously unselected package libuv1:amd64.
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.54 Preparing to unpack .../6-libuv1_1.24.1-1_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 54.55 Unpacking libuv1:amd64 (1.24.1-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 55.73 Selecting previously unselected package cmake.
22:09:43 [2021-06-24T22:09:43.250Z] #43 55.73 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 55.74 Unpacking cmake (3.13.4-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.58 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.60 Setting up xxd (2:8.1.0875-5) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.62 Setting up libuv1:amd64 (1.24.1-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.63 Setting up vim-common (2:8.1.0875-5) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.67 Setting up librhash0:amd64 (1.3.8-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.68 Setting up cmake-data (3.13.4-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.70 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.71 Setting up cmake (3.13.4-1) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.73 Processing triggers for libc-bin (2.28-10) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 56.78 Processing triggers for mime-support (3.62) ...
22:09:43 [2021-06-24T22:09:43.250Z] #43 DONE 57.8s
22:09:43 [2021-06-24T22:09:43.250Z] 
22:09:43 [2021-06-24T22:09:43.250Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:43 [2021-06-24T22:09:43.250Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:43 [2021-06-24T22:09:43.250Z] #19 56.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29521 files and directories currently installed.)
22:09:43 [2021-06-24T22:09:43.250Z] #19 56.05 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.250Z] #19 56.08 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
22:09:43 [2021-06-24T22:09:43.312Z] #46 99.48 vendor/golang.org/x/crypto/curve25519
22:09:43 [2021-06-24T22:09:43.485Z] #46 100.1 vendor/golang.org/x/crypto/chacha20poly1305
22:09:43 [2021-06-24T22:09:43.507Z] #19 56.33 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
22:09:43 [2021-06-24T22:09:43.764Z] #19 56.47 Selecting previously unselected package binutils-mingw-w64-i686.
22:09:43 [2021-06-24T22:09:43.764Z] #19 56.47 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29521 files and directories currently installed.)
22:09:43 [2021-06-24T22:09:43.764Z] #19 56.53 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
22:09:43 [2021-06-24T22:09:43.764Z] #19 56.53 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:09:44 [2021-06-24T22:09:44.257Z] #46 100.3 vendor/golang.org/x/text/transform
22:09:44 [2021-06-24T22:09:44.327Z] #19 57.18 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:09:44 [2021-06-24T22:09:44.327Z] #19 57.18 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
22:09:44 [2021-06-24T22:09:44.327Z] #19 57.19 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:09:44 [2021-06-24T22:09:44.424Z] #46 101.0 vendor/golang.org/x/crypto/curve25519
22:09:44 [2021-06-24T22:09:44.519Z] #46 ...
22:09:44 [2021-06-24T22:09:44.519Z] 
22:09:44 [2021-06-24T22:09:44.519Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:44 [2021-06-24T22:09:44.519Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:44 [2021-06-24T22:09:44.519Z] #13 86.42 Selecting previously unselected package g++-mingw-w64-x86-64.
22:09:44 [2021-06-24T22:09:44.519Z] #13 86.42 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:44 [2021-06-24T22:09:44.519Z] #13 86.43 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:44 [2021-06-24T22:09:44.780Z] #13 ...
22:09:44 [2021-06-24T22:09:44.780Z] 
22:09:44 [2021-06-24T22:09:44.780Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:44 [2021-06-24T22:09:44.780Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:44 [2021-06-24T22:09:44.780Z] #46 100.9 vendor/golang.org/x/text/unicode/bidi
22:09:44 [2021-06-24T22:09:44.891Z] #19 57.90 Selecting previously unselected package binutils-mingw-w64.
22:09:45 [2021-06-24T22:09:45.148Z] #19 57.91 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
22:09:45 [2021-06-24T22:09:45.148Z] #19 57.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:45 [2021-06-24T22:09:45.148Z] #19 57.98 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:09:45 [2021-06-24T22:09:45.148Z] #19 57.98 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:45 [2021-06-24T22:09:45.148Z] #19 57.99 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:45 [2021-06-24T22:09:45.148Z] #19 58.06 Selecting previously unselected package dmsetup.
22:09:45 [2021-06-24T22:09:45.148Z] #19 58.07 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
22:09:45 [2021-06-24T22:09:45.148Z] #19 58.07 Unpacking dmsetup (2:1.02.155-3) ...
22:09:45 [2021-06-24T22:09:45.362Z] #46 101.8 vendor/golang.org/x/crypto/hkdf
22:09:45 [2021-06-24T22:09:45.362Z] #46 102.0 vendor/golang.org/x/text/transform
22:09:45 [2021-06-24T22:09:45.406Z] #19 58.16 Selecting previously unselected package mingw-w64-common.
22:09:45 [2021-06-24T22:09:45.406Z] #19 58.17 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
22:09:45 [2021-06-24T22:09:45.406Z] #19 58.18 Unpacking mingw-w64-common (6.0.0-3) ...
22:09:45 [2021-06-24T22:09:45.633Z] #52 97.06 mvdan.cc/sh/v3/cmd/shfmt
22:09:45 [2021-06-24T22:09:45.932Z] #46 102.5 vendor/golang.org/x/text/unicode/bidi
22:09:46 [2021-06-24T22:09:46.168Z] #46 102.1 vendor/golang.org/x/text/secure/bidirule
22:09:46 [2021-06-24T22:09:46.168Z] #46 102.3 vendor/golang.org/x/text/unicode/norm
22:09:47 [2021-06-24T22:09:47.024Z] #52 ...
22:09:47 [2021-06-24T22:09:47.024Z] 
22:09:47 [2021-06-24T22:09:47.024Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:47 [2021-06-24T22:09:47.024Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:47 [2021-06-24T22:09:47.024Z] #46 93.62 log
22:09:47 [2021-06-24T22:09:47.024Z] #46 94.26 encoding/xml
22:09:47 [2021-06-24T22:09:47.024Z] #46 96.48 go/doc
22:09:47 [2021-06-24T22:09:47.310Z] #46 104.1 vendor/golang.org/x/text/secure/bidirule
22:09:47 [2021-06-24T22:09:47.597Z] #46 98.96 compress/flate
22:09:47 [2021-06-24T22:09:47.597Z] #46 ...
22:09:47 [2021-06-24T22:09:47.597Z] 
22:09:47 [2021-06-24T22:09:47.597Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:47 [2021-06-24T22:09:47.597Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:47 [2021-06-24T22:09:47.597Z] #13 89.87 Selecting previously unselected package g++-mingw-w64-x86-64.
22:09:47 [2021-06-24T22:09:47.597Z] #13 89.87 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:47 [2021-06-24T22:09:47.597Z] #13 89.88 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:47 [2021-06-24T22:09:47.879Z] #46 104.5 vendor/golang.org/x/text/unicode/norm
22:09:47 [2021-06-24T22:09:47.928Z] #19 60.49 Selecting previously unselected package mingw-w64-x86-64-dev.
22:09:47 [2021-06-24T22:09:47.928Z] #19 60.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
22:09:47 [2021-06-24T22:09:47.928Z] #19 60.52 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:48 [2021-06-24T22:09:48.185Z] #19 ...
22:09:48 [2021-06-24T22:09:48.185Z] 
22:09:48 [2021-06-24T22:09:48.185Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:48 [2021-06-24T22:09:48.185Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.562 + RM_GOPATH=0
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.562 + TMP_GOPATH=
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.562 + : /build
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.562 + '[' -z '' ']'
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.564 ++ mktemp -d
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.564 + export GOPATH=/tmp/tmp.RFvbRDeyi7
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.564 + GOPATH=/tmp/tmp.RFvbRDeyi7
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.564 + RM_GOPATH=1
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.564 + case "$(go env GOARCH)" in
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 ++ go env GOARCH
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + export GO_BUILDMODE=-buildmode=pie
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + GO_BUILDMODE=-buildmode=pie
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 ++ dirname /tmp/install/install.sh
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + dir=/tmp/install
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + bin=containerd
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + shift
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + '[' '!' -f /tmp/install/containerd.installer ']'
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + . /tmp/install/containerd.installer
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 ++ set -e
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + install_containerd
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a'
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.590 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RFvbRDeyi7/src/github.com/containerd/containerd
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.607 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:48 [2021-06-24T22:09:48.185Z] #64 1.607 Cloning into '/tmp/tmp.RFvbRDeyi7/src/github.com/containerd/containerd'...
22:09:48 [2021-06-24T22:09:48.185Z] #64 ...
22:09:48 [2021-06-24T22:09:48.185Z] 
22:09:48 [2021-06-24T22:09:48.185Z] #44 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
22:09:48 [2021-06-24T22:09:48.185Z] #44 sha256:b3bbb444992ecdee5e0e3d1c94ad78df8f16ce5fc2b6ce953a34dee7d11af92f
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.917 + RM_GOPATH=0
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.917 + TMP_GOPATH=
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.917 + : /build
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.917 + '[' -z '' ']'
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.917 ++ mktemp -d
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.920 + export GOPATH=/tmp/tmp.vvTVESnXKH
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.920 + GOPATH=/tmp/tmp.vvTVESnXKH
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.920 + RM_GOPATH=1
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.920 + case "$(go env GOARCH)" in
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.921 ++ go env GOARCH
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.931 + export GO_BUILDMODE=-buildmode=pie
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.931 + GO_BUILDMODE=-buildmode=pie
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.931 ++ dirname /tmp/install/install.sh
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.932 + dir=/tmp/install
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.932 + bin=tini
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.933 + shift
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.933 + '[' '!' -f /tmp/install/tini.installer ']'
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.933 + . /tmp/install/tini.installer
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.933 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:09:48 [2021-06-24T22:09:48.185Z] #44 0.933 + install_tini
22:09:48 [2021-06-24T22:09:48.186Z] #44 0.934 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:09:48 [2021-06-24T22:09:48.186Z] #44 0.934 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:09:48 [2021-06-24T22:09:48.186Z] #44 0.934 + git clone https://github.com/krallin/tini.git /tmp/tmp.vvTVESnXKH/tini
22:09:48 [2021-06-24T22:09:48.186Z] #44 0.936 Cloning into '/tmp/tmp.vvTVESnXKH/tini'...
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.477 + cd /tmp/tmp.vvTVESnXKH/tini
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.481 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.487 + cmake .
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.668 -- The C compiler identification is GNU 8.3.0
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.687 -- Check for working C compiler: /usr/bin/cc
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.901 -- Check for working C compiler: /usr/bin/cc -- works
22:09:48 [2021-06-24T22:09:48.186Z] #44 1.904 -- Detecting C compiler ABI info
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.078 -- Detecting C compiler ABI info - done
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.097 -- Detecting C compile features
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.737 -- Detecting C compile features - done
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.750 -- Performing Test HAS_BUILTIN_FORTIFY
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.836 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.873 -- Configuring done
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.883 -- Generating done
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.886 -- Build files have been written to: /tmp/tmp.vvTVESnXKH/tini
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.888 + make tini-static
22:09:48 [2021-06-24T22:09:48.186Z] #44 2.972 Scanning dependencies of target tini-static
22:09:48 [2021-06-24T22:09:48.186Z] #44 3.004 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:09:48 [2021-06-24T22:09:48.186Z] #44 3.349 [100%] Linking C executable tini-static
22:09:48 [2021-06-24T22:09:48.186Z] #44 3.463 [100%] Built target tini-static
22:09:48 [2021-06-24T22:09:48.186Z] #44 3.488 + mkdir -p /build
22:09:48 [2021-06-24T22:09:48.186Z] #44 3.489 + cp tini-static /build/docker-init
22:09:48 [2021-06-24T22:09:48.449Z] #46 ...
22:09:48 [2021-06-24T22:09:48.449Z] 
22:09:48 [2021-06-24T22:09:48.449Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:48 [2021-06-24T22:09:48.449Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:48 [2021-06-24T22:09:48.449Z] #13 102.6 Selecting previously unselected package libapparmor1:amd64.
22:09:48 [2021-06-24T22:09:48.449Z] #13 102.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.449Z] #13 102.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.7 Selecting previously unselected package libapparmor-dev:amd64.
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.9 Selecting previously unselected package libbtrfs0.
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.709Z] #13 102.9 Unpacking libbtrfs0 (4.20.1-2) ...
22:09:48 [2021-06-24T22:09:48.709Z] #13 103.0 Selecting previously unselected package libbtrfs-dev.
22:09:48 [2021-06-24T22:09:48.754Z] #44 DONE 5.5s
22:09:48 [2021-06-24T22:09:48.754Z] 
22:09:48 [2021-06-24T22:09:48.754Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:48 [2021-06-24T22:09:48.754Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:09:48 [2021-06-24T22:09:48.754Z] #64 ...
22:09:48 [2021-06-24T22:09:48.754Z] 
22:09:48 [2021-06-24T22:09:48.754Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:48 [2021-06-24T22:09:48.754Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:48 [2021-06-24T22:09:48.754Z] #19 61.79 Selecting previously unselected package gcc-mingw-w64-base.
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.0 Unpacking libbtrfs-dev (4.20.1-2) ...
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.2 Selecting previously unselected package libudev-dev:amd64.
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
22:09:48 [2021-06-24T22:09:48.969Z] #13 103.2 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
22:09:49 [2021-06-24T22:09:49.011Z] #19 61.80 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:49 [2021-06-24T22:09:49.011Z] #19 61.81 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:49 [2021-06-24T22:09:49.011Z] #19 61.92 Selecting previously unselected package gcc-mingw-w64-x86-64.
22:09:49 [2021-06-24T22:09:49.011Z] #19 61.93 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:49 [2021-06-24T22:09:49.011Z] #19 61.94 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:49 [2021-06-24T22:09:49.229Z] #13 103.4 Selecting previously unselected package libsepol1-dev:amd64.
22:09:49 [2021-06-24T22:09:49.229Z] #13 103.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:09:49 [2021-06-24T22:09:49.229Z] #13 103.4 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:09:49 [2021-06-24T22:09:49.489Z] #13 103.7 Selecting previously unselected package libpcre16-3:amd64.
22:09:49 [2021-06-24T22:09:49.489Z] #13 103.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:09:49 [2021-06-24T22:09:49.489Z] #13 103.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:09:49 [2021-06-24T22:09:49.516Z] #13 ...
22:09:49 [2021-06-24T22:09:49.516Z] 
22:09:49 [2021-06-24T22:09:49.516Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
22:09:49 [2021-06-24T22:09:49.516Z] #52 sha256:b6853e33b38bb03006749168ef49552412b8312c3d75bca5a3a385731b3d53be
22:09:49 [2021-06-24T22:09:49.516Z] #52 DONE 100.6s
22:09:49 [2021-06-24T22:09:49.516Z] 
22:09:49 [2021-06-24T22:09:49.516Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:49 [2021-06-24T22:09:49.516Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:49 [2021-06-24T22:09:49.516Z] #46 100.0 github.com/LK4D4/vndr/build
22:09:49 [2021-06-24T22:09:49.749Z] #13 103.8 Selecting previously unselected package libpcre32-3:amd64.
22:09:49 [2021-06-24T22:09:49.749Z] #13 103.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:09:49 [2021-06-24T22:09:49.749Z] #13 103.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:09:49 [2021-06-24T22:09:49.749Z] #13 104.1 Selecting previously unselected package libpcrecpp0v5:amd64.
22:09:50 [2021-06-24T22:09:50.023Z] #13 104.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.023Z] #13 104.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.023Z] #13 104.2 Selecting previously unselected package libpcre3-dev:amd64.
22:09:50 [2021-06-24T22:09:50.023Z] #13 104.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.023Z] #13 104.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.446Z] #46 ...
22:09:50 [2021-06-24T22:09:50.446Z] 
22:09:50 [2021-06-24T22:09:50.446Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:50 [2021-06-24T22:09:50.446Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.81 Selecting previously unselected package libapparmor1:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.82 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.83 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.91 Selecting previously unselected package libapparmor-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.93 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 99.94 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.1 Selecting previously unselected package libbtrfs0.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.1 Unpacking libbtrfs0 (4.20.1-2) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.1 Selecting previously unselected package libbtrfs-dev.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.2 Unpacking libbtrfs-dev (4.20.1-2) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.4 Selecting previously unselected package libudev-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.5 Selecting previously unselected package libsepol1-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.8 Selecting previously unselected package libpcre16-3:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 100.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.0 Selecting previously unselected package libpcre32-3:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.1 Selecting previously unselected package libpcrecpp0v5:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.3 Selecting previously unselected package libpcre3-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.7 Selecting previously unselected package libselinux1-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 101.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.0 Selecting previously unselected package libdevmapper-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.1 Selecting previously unselected package libseccomp-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.2 Selecting previously unselected package libsystemd-dev:amd64.
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.446Z] #13 102.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
22:09:50 [2021-06-24T22:09:50.465Z] #46 101.7 compress/gzip
22:09:50 [2021-06-24T22:09:50.593Z] #13 104.7 Selecting previously unselected package libselinux1-dev:amd64.
22:09:50 [2021-06-24T22:09:50.593Z] #13 104.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.593Z] #13 104.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libbtrfs0 (4.20.1-2) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
22:09:50 [2021-06-24T22:09:50.708Z] #13 102.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:09:50 [2021-06-24T22:09:50.853Z] #13 104.9 Selecting previously unselected package libdevmapper-dev:amd64.
22:09:50 [2021-06-24T22:09:50.853Z] #13 104.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.853Z] #13 104.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.853Z] #13 105.0 Selecting previously unselected package libseccomp-dev:amd64.
22:09:50 [2021-06-24T22:09:50.853Z] #13 105.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
22:09:50 [2021-06-24T22:09:50.853Z] #13 105.1 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up libbtrfs-dev (4.20.1-2) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up mingw-w64-common (6.0.0-3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 102.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.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
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.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
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.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
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.0 Setting up dmsetup (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:09:50 [2021-06-24T22:09:50.981Z] #13 103.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:09:51 [2021-06-24T22:09:51.038Z] #46 102.6 net
22:09:51 [2021-06-24T22:09:51.113Z] #13 105.2 Selecting previously unselected package libsystemd-dev:amd64.
22:09:51 [2021-06-24T22:09:51.113Z] #13 105.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
22:09:51 [2021-06-24T22:09:51.113Z] #13 105.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
22:09:51 [2021-06-24T22:09:51.243Z] #13 103.1 Processing triggers for libc-bin (2.28-10) ...
22:09:51 [2021-06-24T22:09:51.395Z] #13 105.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:09:51 [2021-06-24T22:09:51.395Z] #13 105.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:09:51 [2021-06-24T22:09:51.612Z] #46 102.9 vendor/golang.org/x/text/transform
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.8 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.8 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.8 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.9 Setting up libbtrfs0 (4.20.1-2) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:09:51 [2021-06-24T22:09:51.670Z] #13 105.9 Setting up libbtrfs-dev (4.20.1-2) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 105.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.0 Setting up mingw-w64-common (6.0.0-3) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.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
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:09:51 [2021-06-24T22:09:51.929Z] #13 106.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:09:52 [2021-06-24T22:09:52.186Z] #46 ...
22:09:52 [2021-06-24T22:09:52.186Z] 
22:09:52 [2021-06-24T22:09:52.186Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:52 [2021-06-24T22:09:52.186Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:09:52 [2021-06-24T22:09:52.186Z] #57 48.86 + bin/ctr
22:09:52 [2021-06-24T22:09:52.209Z] #13 106.2 Setting up dmsetup (2:1.02.155-3) ...
22:09:52 [2021-06-24T22:09:52.209Z] #13 106.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:09:52 [2021-06-24T22:09:52.209Z] #13 106.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:09:52 [2021-06-24T22:09:52.209Z] #13 106.2 Processing triggers for libc-bin (2.28-10) ...
22:09:52 [2021-06-24T22:09:52.448Z] #57 ...
22:09:52 [2021-06-24T22:09:52.448Z] 
22:09:52 [2021-06-24T22:09:52.448Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:52 [2021-06-24T22:09:52.448Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:09:52 [2021-06-24T22:09:52.448Z] #46 103.8 vendor/golang.org/x/text/unicode/bidi
22:09:52 [2021-06-24T22:09:52.631Z] #13 DONE 104.5s
22:09:52 [2021-06-24T22:09:52.631Z] 
22:09:52 [2021-06-24T22:09:52.631Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
22:09:52 [2021-06-24T22:09:52.631Z] #14 sha256:ef90fce695a6209b9c743652dfb58f5e7082e9fb3b18eb10c11f99ed340921d9
22:09:53 [2021-06-24T22:09:53.588Z] #13 DONE 107.6s
22:09:53 [2021-06-24T22:09:53.588Z] 
22:09:53 [2021-06-24T22:09:53.588Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:09:53 [2021-06-24T22:09:53.588Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:09:53 [2021-06-24T22:09:53.588Z] #59 109.5 + for f in rootlesskit rootlesskit-docker-proxy
22:09:53 [2021-06-24T22:09:53.588Z] #59 109.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:09:54 [2021-06-24T22:09:54.369Z] #46 105.5 vendor/golang.org/x/text/secure/bidirule
22:09:54 [2021-06-24T22:09:54.369Z] #46 105.9 vendor/golang.org/x/text/unicode/norm
22:09:54 [2021-06-24T22:09:54.554Z] #14 DONE 1.8s
22:09:54 [2021-06-24T22:09:54.554Z] 
22:09:54 [2021-06-24T22:09:54.554Z] #15 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:09:54 [2021-06-24T22:09:54.554Z] #15 sha256:55f2c7283c290c4103e5f3f4824d5a96a8e00dc1e1ad2b7edf2a35320c85f369
22:09:55 [2021-06-24T22:09:55.499Z] #59 ...
22:09:55 [2021-06-24T22:09:55.499Z] 
22:09:55 [2021-06-24T22:09:55.499Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
22:09:55 [2021-06-24T22:09:55.499Z] #14 sha256:ef90fce695a6209b9c743652dfb58f5e7082e9fb3b18eb10c11f99ed340921d9
22:09:55 [2021-06-24T22:09:55.499Z] #14 DONE 1.8s
22:09:55 [2021-06-24T22:09:55.499Z] 
22:09:55 [2021-06-24T22:09:55.499Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:09:55 [2021-06-24T22:09:55.499Z] #54 sha256:206ce3de7c383e0537788bea0f8c9dd718eff5c735eb8b8d3ff456df0e01dd19
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.674 + RM_GOPATH=0
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.674 + TMP_GOPATH=
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.674 + : /build
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.674 + '[' -z '' ']'
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.675 ++ mktemp -d
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.677 + export GOPATH=/tmp/tmp.WHoItvSdLN
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.677 + GOPATH=/tmp/tmp.WHoItvSdLN
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.677 + RM_GOPATH=1
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.677 + case "$(go env GOARCH)" in
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.677 ++ go env GOARCH
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.683 + export GO_BUILDMODE=-buildmode=pie
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.683 + GO_BUILDMODE=-buildmode=pie
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.683 ++ dirname /tmp/install/install.sh
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.684 + dir=/tmp/install
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.684 + bin=runc
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.685 + shift
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.685 + '[' '!' -f /tmp/install/runc.installer ']'
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.685 + . /tmp/install/runc.installer
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.685 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.685 + install_runc
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.686 + grep -q '^3\.10\.0.*\.el7\.'
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.687 + uname -r
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.691 + RUNC_BUILDTAGS='seccomp '
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.691 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )'
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.691 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.WHoItvSdLN/src/github.com/opencontainers/runc
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.691 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )
22:09:55 [2021-06-24T22:09:55.499Z] #54 1.693 Cloning into '/tmp/tmp.WHoItvSdLN/src/github.com/opencontainers/runc'...
22:09:55 [2021-06-24T22:09:55.500Z] #15 DONE 1.2s
22:09:55 [2021-06-24T22:09:55.500Z] 
22:09:55 [2021-06-24T22:09:55.500Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:09:55 [2021-06-24T22:09:55.500Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.566 + RM_GOPATH=0
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.566 + TMP_GOPATH=
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.566 + : /build
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.566 + '[' -z '' ']'
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.567 ++ mktemp -d
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.601 + export GOPATH=/tmp/tmp.2bChJqQI2P
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.601 + GOPATH=/tmp/tmp.2bChJqQI2P
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.601 + RM_GOPATH=1
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.601 + case "$(go env GOARCH)" in
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.602 ++ go env GOARCH
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.613 + export GO_BUILDMODE=-buildmode=pie
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.613 + GO_BUILDMODE=-buildmode=pie
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.614 ++ dirname /tmp/install/install.sh
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.614 + dir=/tmp/install
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.614 + bin=runc
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.614 + shift
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.614 + '[' '!' -f /tmp/install/runc.installer ']'
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.615 + . /tmp/install/runc.installer
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.615 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.615 + install_runc
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.615 + uname -r
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.616 + grep -q '^3\.10\.0.*\.el7\.'
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.619 + RUNC_BUILDTAGS='seccomp '
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.619 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )'
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.619 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2bChJqQI2P/src/github.com/opencontainers/runc
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.619 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )
22:09:55 [2021-06-24T22:09:55.500Z] #54 1.620 Cloning into '/tmp/tmp.2bChJqQI2P/src/github.com/opencontainers/runc'...
22:09:55 [2021-06-24T22:09:55.557Z] #19 67.36 Selecting previously unselected package g++-mingw-w64-x86-64.
22:09:55 [2021-06-24T22:09:55.557Z] #19 67.36 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
22:09:55 [2021-06-24T22:09:55.557Z] #19 67.37 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:09:56 [2021-06-24T22:09:56.880Z] #54 ...
22:09:56 [2021-06-24T22:09:56.880Z] 
22:09:56 [2021-06-24T22:09:56.880Z] #15 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:09:56 [2021-06-24T22:09:56.880Z] #15 sha256:55f2c7283c290c4103e5f3f4824d5a96a8e00dc1e1ad2b7edf2a35320c85f369
22:09:56 [2021-06-24T22:09:56.880Z] #15 DONE 1.4s
22:09:56 [2021-06-24T22:09:56.880Z] 
22:09:56 [2021-06-24T22:09:56.880Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:09:56 [2021-06-24T22:09:56.880Z] #16 sha256:3102a366d8f486c730a9537a98fdf8a1ce21b238d792c7711ebbfbfea4aac21b
22:09:56 [2021-06-24T22:09:56.885Z] #54 ...
22:09:56 [2021-06-24T22:09:56.885Z] 
22:09:56 [2021-06-24T22:09:56.885Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:09:56 [2021-06-24T22:09:56.885Z] #16 sha256:3102a366d8f486c730a9537a98fdf8a1ce21b238d792c7711ebbfbfea4aac21b
22:09:56 [2021-06-24T22:09:56.885Z] #16 1.004 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:09:56 [2021-06-24T22:09:56.885Z] #16 DONE 1.1s
22:09:56 [2021-06-24T22:09:56.885Z] 
22:09:56 [2021-06-24T22:09:56.885Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:09:56 [2021-06-24T22:09:56.885Z] #17 sha256:48450122701ce334e04b3150d4a6271a992eeecf0345cbda0f81e7ed21acbb96
22:09:57 [2021-06-24T22:09:57.819Z] #16 1.038 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:09:57 [2021-06-24T22:09:57.819Z] #16 DONE 1.2s
22:09:57 [2021-06-24T22:09:57.819Z] 
22:09:57 [2021-06-24T22:09:57.819Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:09:57 [2021-06-24T22:09:57.819Z] #17 sha256:48450122701ce334e04b3150d4a6271a992eeecf0345cbda0f81e7ed21acbb96
22:09:57 [2021-06-24T22:09:57.834Z] #17 DONE 1.3s
22:09:57 [2021-06-24T22:09:57.834Z] 
22:09:57 [2021-06-24T22:09:57.834Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:09:57 [2021-06-24T22:09:57.834Z] #59 sha256:823a81b288c5f6106d91d15f068a99cc61b658e28a55be6abe5d8ec3d54b4d8b
22:09:57 [2021-06-24T22:09:57.834Z] #59 107.2 + for f in rootlesskit rootlesskit-docker-proxy
22:09:57 [2021-06-24T22:09:57.834Z] #59 107.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:09:57 [2021-06-24T22:09:57.834Z] #59 DONE 114.1s
22:09:57 [2021-06-24T22:09:57.834Z] 
22:09:57 [2021-06-24T22:09:57.834Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:09:57 [2021-06-24T22:09:57.834Z] #60 sha256:978380103bc4824db8a4463de370edf8f7ddb3014a8843ed6b1f44891e283414
22:09:58 [2021-06-24T22:09:58.095Z] #60 DONE 0.1s
22:09:58 [2021-06-24T22:09:58.095Z] 
22:09:58 [2021-06-24T22:09:58.095Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:09:58 [2021-06-24T22:09:58.095Z] #18 sha256:3452c0042d54c37b15b29c3cd073dde1cfbb2945f745b7aa7adf83fb9da01169
22:09:58 [2021-06-24T22:09:58.095Z] #18 ...
22:09:58 [2021-06-24T22:09:58.095Z] 
22:09:58 [2021-06-24T22:09:58.095Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:09:58 [2021-06-24T22:09:58.095Z] #61 sha256:3f148278c26e13f1b4e5ad5bc7ddfb392bb70f28ce9ea1343ff5e2d1cfee2274
22:09:58 [2021-06-24T22:09:58.095Z] #61 DONE 0.1s
22:09:58 [2021-06-24T22:09:58.356Z] 
22:09:58 [2021-06-24T22:09:58.356Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:58 [2021-06-24T22:09:58.356Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:09:58 [2021-06-24T22:09:58.356Z] #46 106.3 vendor/golang.org/x/net/idna
22:09:58 [2021-06-24T22:09:58.356Z] #46 107.8 vendor/golang.org/x/net/http2/hpack
22:09:58 [2021-06-24T22:09:58.356Z] #46 108.9 mime
22:09:58 [2021-06-24T22:09:58.356Z] #46 110.7 mime/quotedprintable
22:09:58 [2021-06-24T22:09:58.356Z] #46 111.1 net/http/internal
22:09:58 [2021-06-24T22:09:58.585Z] #46 109.2 vendor/golang.org/x/net/idna
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.31 Selecting previously unselected package libapparmor1:amd64.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.32 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.33 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.38 Selecting previously unselected package libapparmor-dev:amd64.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.39 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.39 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.47 Selecting previously unselected package libbtrfs0.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.47 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.48 Unpacking libbtrfs0 (4.20.1-2) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.53 Selecting previously unselected package libbtrfs-dev.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.54 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.54 Unpacking libbtrfs-dev (4.20.1-2) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.60 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.61 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.62 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.67 Selecting previously unselected package libudev-dev:amd64.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.68 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.70 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.77 Selecting previously unselected package libsepol1-dev:amd64.
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.77 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:09:58 [2021-06-24T22:09:58.834Z] #19 71.78 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 71.91 Selecting previously unselected package libpcre16-3:amd64.
22:09:59 [2021-06-24T22:09:59.093Z] #19 71.91 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 71.92 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 72.03 Selecting previously unselected package libpcre32-3:amd64.
22:09:59 [2021-06-24T22:09:59.093Z] #19 72.03 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 72.04 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 72.13 Selecting previously unselected package libpcrecpp0v5:amd64.
22:09:59 [2021-06-24T22:09:59.093Z] #19 72.14 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.093Z] #19 ...
22:09:59 [2021-06-24T22:09:59.093Z] 
22:09:59 [2021-06-24T22:09:59.093Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:09:59 [2021-06-24T22:09:59.093Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:09:59 [2021-06-24T22:09:59.093Z] #64 10.96 + cd /tmp/tmp.RFvbRDeyi7/src/github.com/containerd/containerd
22:09:59 [2021-06-24T22:09:59.093Z] #64 10.96 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + export 'BUILDTAGS=netgo osusergo static_build'
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + BUILDTAGS='netgo osusergo static_build'
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + export EXTRA_FLAGS=-buildmode=pie
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + EXTRA_FLAGS=-buildmode=pie
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + '[' '' = dynamic ']'
22:09:59 [2021-06-24T22:09:59.093Z] #64 11.94 + make
22:09:59 [2021-06-24T22:09:59.093Z] #64 12.30 + bin/ctr
22:09:59 [2021-06-24T22:09:59.201Z] #17 DONE 1.3s
22:09:59 [2021-06-24T22:09:59.201Z] 
22:09:59 [2021-06-24T22:09:59.201Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:09:59 [2021-06-24T22:09:59.201Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:09:59 [2021-06-24T22:09:59.201Z] #46 108.0 vendor/golang.org/x/net/idna
22:09:59 [2021-06-24T22:09:59.201Z] #46 110.2 vendor/golang.org/x/net/http2/hpack
22:09:59 [2021-06-24T22:09:59.201Z] #46 112.2 mime
22:09:59 [2021-06-24T22:09:59.201Z] #46 114.5 mime/quotedprintable
22:09:59 [2021-06-24T22:09:59.201Z] #46 115.1 net/http/internal
22:09:59 [2021-06-24T22:09:59.201Z] #46 ...
22:09:59 [2021-06-24T22:09:59.201Z] 
22:09:59 [2021-06-24T22:09:59.201Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:09:59 [2021-06-24T22:09:59.201Z] #18 sha256:3452c0042d54c37b15b29c3cd073dde1cfbb2945f745b7aa7adf83fb9da01169
22:09:59 [2021-06-24T22:09:59.351Z] #64 ...
22:09:59 [2021-06-24T22:09:59.351Z] 
22:09:59 [2021-06-24T22:09:59.351Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:09:59 [2021-06-24T22:09:59.351Z] #19 sha256:f58908b576de4ce691aeed556b92a414565dadd6ff2d80e825b3a916d9e49e24
22:09:59 [2021-06-24T22:09:59.351Z] #19 72.15 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:09:59 [2021-06-24T22:09:59.351Z] #19 72.25 Selecting previously unselected package libpcre3-dev:amd64.
22:09:59 [2021-06-24T22:09:59.351Z] #19 72.26 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.351Z] #19 72.27 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:09:59 [2021-06-24T22:09:59.608Z] #19 72.44 Selecting previously unselected package libselinux1-dev:amd64.
22:09:59 [2021-06-24T22:09:59.608Z] #19 72.45 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.608Z] #19 72.45 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.56 Selecting previously unselected package libdevmapper-dev:amd64.
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.57 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.58 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.63 Selecting previously unselected package libseccomp-dev:amd64.
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.63 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.63 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.70 Selecting previously unselected package libsystemd-dev:amd64.
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.70 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
22:09:59 [2021-06-24T22:09:59.865Z] #19 72.71 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
22:09:59 [2021-06-24T22:09:59.976Z] #46 111.4 vendor/golang.org/x/net/http2/hpack
22:10:00 [2021-06-24T22:10:00.123Z] #19 72.94 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 72.95 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 72.97 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 72.98 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.00 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.01 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.02 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.04 Setting up libbtrfs0 (4.20.1-2) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.05 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.07 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.10 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.11 Setting up libbtrfs-dev (4.20.1-2) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.13 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:10:00 [2021-06-24T22:10:00.123Z] #19 73.15 Setting up mingw-w64-common (6.0.0-3) ...
22:10:00 [2021-06-24T22:10:00.273Z] #46 ...
22:10:00 [2021-06-24T22:10:00.273Z] 
22:10:00 [2021-06-24T22:10:00.273Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:10:00 [2021-06-24T22:10:00.273Z] #18 sha256:3452c0042d54c37b15b29c3cd073dde1cfbb2945f745b7aa7adf83fb9da01169
22:10:00 [2021-06-24T22:10:00.273Z] #18 DONE 1.9s
22:10:00 [2021-06-24T22:10:00.273Z] 
22:10:00 [2021-06-24T22:10:00.273Z] #19 [dev-systemd-false  6/25] RUN ldconfig
22:10:00 [2021-06-24T22:10:00.273Z] #19 sha256:c9523845778f91df57386b98481a07f38bfa4a1707695c0b9b0db9ad499c4a12
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.17 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.19 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.21 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.22 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.24 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
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.24 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
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.25 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.26 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.27 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
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.28 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.29 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.31 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.33 Setting up dmsetup (2:1.02.155-3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.34 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.36 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:10:00 [2021-06-24T22:10:00.380Z] #19 73.37 Processing triggers for libc-bin (2.28-10) ...
22:10:00 [2021-06-24T22:10:00.591Z] #18 DONE 1.3s
22:10:00 [2021-06-24T22:10:00.591Z] 
22:10:00 [2021-06-24T22:10:00.591Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:10:00 [2021-06-24T22:10:00.591Z] #59 sha256:2fb7cd491e10c475b33a36e2552d1ec12cb9fa48c665a050438c12166219acbe
22:10:00 [2021-06-24T22:10:00.591Z] #59 DONE 117.0s
22:10:00 [2021-06-24T22:10:00.591Z] 
22:10:00 [2021-06-24T22:10:00.591Z] #19 [dev-systemd-false  6/25] RUN ldconfig
22:10:00 [2021-06-24T22:10:00.591Z] #19 sha256:c9523845778f91df57386b98481a07f38bfa4a1707695c0b9b0db9ad499c4a12
22:10:00 [2021-06-24T22:10:00.591Z] #19 ...
22:10:00 [2021-06-24T22:10:00.591Z] 
22:10:00 [2021-06-24T22:10:00.591Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:10:00 [2021-06-24T22:10:00.591Z] #60 sha256:3c10e45e3422e20bc0aea491ac7b59f79093003f398b9e472c45074c300e0fc9
22:10:00 [2021-06-24T22:10:00.591Z] #60 DONE 0.2s
22:10:00 [2021-06-24T22:10:00.591Z] 
22:10:00 [2021-06-24T22:10:00.591Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:10:00 [2021-06-24T22:10:00.591Z] #61 sha256:92ca1617651f19fb544c9d8a9022e6579863e66eafbf7f97e78c9e2f5fa1dabc
22:10:00 [2021-06-24T22:10:00.591Z] #61 DONE 0.1s
22:10:00 [2021-06-24T22:10:00.591Z] 
22:10:00 [2021-06-24T22:10:00.591Z] #19 [dev-systemd-false  6/25] RUN ldconfig
22:10:00 [2021-06-24T22:10:00.591Z] #19 sha256:c9523845778f91df57386b98481a07f38bfa4a1707695c0b9b0db9ad499c4a12
22:10:00 [2021-06-24T22:10:00.922Z] #46 ...
22:10:00 [2021-06-24T22:10:00.922Z] 
22:10:00 [2021-06-24T22:10:00.922Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
22:10:00 [2021-06-24T22:10:00.922Z] #13 sha256:0e24833435c3915d3edfa1918ee6fff2e4213719905fc5fcaa7b7ab74d55a58a
22:10:00 [2021-06-24T22:10:00.922Z] #13 103.2 Selecting previously unselected package libapparmor1:amd64.
22:10:01 [2021-06-24T22:10:01.185Z] #13 103.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.185Z] #13 103.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
22:10:01 [2021-06-24T22:10:01.185Z] #13 103.3 Selecting previously unselected package libapparmor-dev:amd64.
22:10:01 [2021-06-24T22:10:01.185Z] #13 103.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.185Z] #13 103.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
22:10:01 [2021-06-24T22:10:01.220Z] #19 DONE 1.4s
22:10:01 [2021-06-24T22:10:01.220Z] 
22:10:01 [2021-06-24T22:10:01.220Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:01 [2021-06-24T22:10:01.220Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.5 Selecting previously unselected package libbtrfs0.
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.5 Unpacking libbtrfs0 (4.20.1-2) ...
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.6 Selecting previously unselected package libbtrfs-dev.
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.453Z] #13 103.6 Unpacking libbtrfs-dev (4.20.1-2) ...
22:10:01 [2021-06-24T22:10:01.717Z] #13 103.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:10:01 [2021-06-24T22:10:01.717Z] #13 103.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.717Z] #13 103.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:10:01 [2021-06-24T22:10:01.717Z] #13 103.9 Selecting previously unselected package libudev-dev:amd64.
22:10:01 [2021-06-24T22:10:01.717Z] #13 103.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.717Z] #13 104.0 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
22:10:01 [2021-06-24T22:10:01.979Z] #13 104.1 Selecting previously unselected package libsepol1-dev:amd64.
22:10:01 [2021-06-24T22:10:01.979Z] #13 104.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
22:10:01 [2021-06-24T22:10:01.979Z] #13 104.1 Unpacking libsepol1-dev:amd64 (2.8-1) ...
22:10:02 [2021-06-24T22:10:02.242Z] #13 104.4 Selecting previously unselected package libpcre16-3:amd64.
22:10:02 [2021-06-24T22:10:02.242Z] #13 104.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
22:10:02 [2021-06-24T22:10:02.242Z] #13 104.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
22:10:02 [2021-06-24T22:10:02.242Z] #13 104.6 Selecting previously unselected package libpcre32-3:amd64.
22:10:02 [2021-06-24T22:10:02.504Z] #13 104.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
22:10:02 [2021-06-24T22:10:02.504Z] #13 104.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
22:10:02 [2021-06-24T22:10:02.504Z] #19 DONE 1.8s
22:10:02 [2021-06-24T22:10:02.504Z] 
22:10:02 [2021-06-24T22:10:02.504Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:02 [2021-06-24T22:10:02.504Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:10:02 [2021-06-24T22:10:02.504Z] #46 117.9 crypto/tls
22:10:02 [2021-06-24T22:10:02.766Z] #13 104.9 Selecting previously unselected package libpcrecpp0v5:amd64.
22:10:02 [2021-06-24T22:10:02.766Z] #13 104.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
22:10:02 [2021-06-24T22:10:02.766Z] #13 104.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
22:10:02 [2021-06-24T22:10:02.766Z] #13 105.0 Selecting previously unselected package libpcre3-dev:amd64.
22:10:02 [2021-06-24T22:10:02.766Z] #13 105.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
22:10:02 [2021-06-24T22:10:02.766Z] #13 105.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
22:10:03 [2021-06-24T22:10:03.027Z] #13 105.4 Selecting previously unselected package libselinux1-dev:amd64.
22:10:03 [2021-06-24T22:10:03.138Z] #20 1.482 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:10:03 [2021-06-24T22:10:03.138Z] #20 1.592 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:10:03 [2021-06-24T22:10:03.138Z] #20 1.675 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:10:03 [2021-06-24T22:10:03.138Z] #20 1.679 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:10:03 [2021-06-24T22:10:03.290Z] #13 105.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
22:10:03 [2021-06-24T22:10:03.290Z] #13 105.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
22:10:03 [2021-06-24T22:10:03.290Z] #13 105.6 Selecting previously unselected package libdevmapper-dev:amd64.
22:10:03 [2021-06-24T22:10:03.290Z] #13 105.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
22:10:03 [2021-06-24T22:10:03.290Z] #13 105.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:10:03 [2021-06-24T22:10:03.400Z] #20 2.032 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.7 Selecting previously unselected package libseccomp-dev:amd64.
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.7 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.7 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.9 Selecting previously unselected package libsystemd-dev:amd64.
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
22:10:03 [2021-06-24T22:10:03.552Z] #13 105.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.5 Setting up libpcre16-3:amd64 (2:8.39-12) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.5 Setting up libsepol1-dev:amd64 (2.8-1) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
22:10:04 [2021-06-24T22:10:04.126Z] #13 106.5 Setting up libbtrfs0 (4.20.1-2) ...
22:10:04 [2021-06-24T22:10:04.344Z] #20 2.975 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.5 Setting up libpcre32-3:amd64 (2:8.39-12) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up libbtrfs-dev (4.20.1-2) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up mingw-w64-common (6.0.0-3) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
22:10:04 [2021-06-24T22:10:04.388Z] #13 106.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.8 Setting up dmsetup (2:1.02.155-3) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
22:10:04 [2021-06-24T22:10:04.650Z] #13 106.8 Processing triggers for libc-bin (2.28-10) ...
22:10:05 [2021-06-24T22:10:05.638Z] #19 DONE 78.0s
22:10:05 [2021-06-24T22:10:05.638Z] 
22:10:05 [2021-06-24T22:10:05.638Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:10:05 [2021-06-24T22:10:05.638Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:10:05 [2021-06-24T22:10:05.638Z] #64 ...
22:10:05 [2021-06-24T22:10:05.638Z] 
22:10:05 [2021-06-24T22:10:05.638Z] #20 [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
22:10:05 [2021-06-24T22:10:05.638Z] #20 sha256:e898987766901352cec50a5fbe8ae04f505e23f5a7dd31a767c90d34ad788028
22:10:05 [2021-06-24T22:10:05.730Z] #20 4.256 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:10:06 [2021-06-24T22:10:06.203Z] #20 1.139 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:10:06 [2021-06-24T22:10:06.203Z] #20 1.151 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
22:10:06 [2021-06-24T22:10:06.461Z] #20 1.153 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
22:10:06 [2021-06-24T22:10:06.461Z] #20 1.153 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
22:10:06 [2021-06-24T22:10:06.571Z] #13 DONE 108.4s
22:10:06 [2021-06-24T22:10:06.571Z] 
22:10:06 [2021-06-24T22:10:06.571Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:06 [2021-06-24T22:10:06.571Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:10:06 [2021-06-24T22:10:06.700Z] #46 ...
22:10:06 [2021-06-24T22:10:06.700Z] 
22:10:06 [2021-06-24T22:10:06.700Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:06 [2021-06-24T22:10:06.700Z] #54 sha256:206ce3de7c383e0537788bea0f8c9dd718eff5c735eb8b8d3ff456df0e01dd19
22:10:06 [2021-06-24T22:10:06.700Z] #54 12.90 + cd /tmp/tmp.WHoItvSdLN/src/github.com/opencontainers/runc
22:10:06 [2021-06-24T22:10:06.700Z] #54 12.91 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:06 [2021-06-24T22:10:06.700Z] #54 13.15 + '[' -z '' ']'
22:10:06 [2021-06-24T22:10:06.700Z] #54 13.15 + target=static
22:10:06 [2021-06-24T22:10:06.700Z] #54 13.15 + make 'BUILDTAGS=seccomp ' static
22:10:07 [2021-06-24T22:10:07.025Z] #20 1.974 Get:5 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB]
22:10:07 [2021-06-24T22:10:07.025Z] #20 2.001 Get:6 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:10:07 [2021-06-24T22:10:07.025Z] #20 2.027 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB]
22:10:07 [2021-06-24T22:10:07.115Z] #20 5.632 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:10:07 [2021-06-24T22:10:07.269Z] #54 13.59 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc .
22:10:07 [2021-06-24T22:10:07.282Z] #20 2.035 Get:8 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB]
22:10:07 [2021-06-24T22:10:07.282Z] #20 2.053 Get:9 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB]
22:10:07 [2021-06-24T22:10:07.282Z] #20 2.068 Get:10 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB]
22:10:07 [2021-06-24T22:10:07.845Z] #20 2.656 Fetched 2848 kB in 2s (1613 kB/s)
22:10:09 [2021-06-24T22:10:09.123Z] #54 ...
22:10:09 [2021-06-24T22:10:09.123Z] 
22:10:09 [2021-06-24T22:10:09.123Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
22:10:09 [2021-06-24T22:10:09.123Z] #59 sha256:0cef50f2f9e659e56dc01507b733b05e0112a3887dc81a70917226ada86a937f
22:10:09 [2021-06-24T22:10:09.123Z] #59 114.9 + for f in rootlesskit rootlesskit-docker-proxy
22:10:09 [2021-06-24T22:10:09.123Z] #59 114.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:10:09 [2021-06-24T22:10:09.123Z] #59 DONE 120.3s
22:10:09 [2021-06-24T22:10:09.123Z] 
22:10:09 [2021-06-24T22:10:09.123Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
22:10:09 [2021-06-24T22:10:09.123Z] #60 sha256:7c74ecbef021dda83935564e23d9da704ea6b440f47b429bc0ef701b97bcf93e
22:10:09 [2021-06-24T22:10:09.123Z] #60 DONE 0.2s
22:10:09 [2021-06-24T22:10:09.123Z] 
22:10:09 [2021-06-24T22:10:09.123Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:10:09 [2021-06-24T22:10:09.123Z] #61 sha256:4e5b8a09bd60100e9d5880c7c11d4b922336e164041e029b0555ccb7d3f7b4c8
22:10:09 [2021-06-24T22:10:09.386Z] #61 DONE 0.1s
22:10:09 [2021-06-24T22:10:09.386Z] 
22:10:09 [2021-06-24T22:10:09.386Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:09 [2021-06-24T22:10:09.386Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:10:09 [2021-06-24T22:10:09.386Z] #46 112.6 mime
22:10:09 [2021-06-24T22:10:09.386Z] #46 114.3 mime/quotedprintable
22:10:09 [2021-06-24T22:10:09.386Z] #46 114.7 net/http/internal
22:10:09 [2021-06-24T22:10:09.386Z] #46 118.2 net/textproto
22:10:09 [2021-06-24T22:10:09.386Z] #46 118.2 crypto/x509
22:10:09 [2021-06-24T22:10:09.386Z] #46 119.5 vendor/golang.org/x/net/http/httpguts
22:10:09 [2021-06-24T22:10:09.386Z] #46 119.7 vendor/golang.org/x/net/http/httpproxy
22:10:09 [2021-06-24T22:10:09.386Z] #46 120.0 mime/multipart
22:10:09 [2021-06-24T22:10:09.662Z] #20 ...
22:10:09 [2021-06-24T22:10:09.662Z] 
22:10:09 [2021-06-24T22:10:09.662Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:09 [2021-06-24T22:10:09.662Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.32 + cd /tmp/tmp.2bChJqQI2P/src/github.com/opencontainers/runc
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.32 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.78 + '[' -z '' ']'
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.78 + target=static
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.78 + make 'BUILDTAGS=seccomp ' static
22:10:09 [2021-06-24T22:10:09.662Z] #54 12.97 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc .
22:10:09 [2021-06-24T22:10:09.959Z] #46 ...
22:10:09 [2021-06-24T22:10:09.960Z] 
22:10:09 [2021-06-24T22:10:09.960Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
22:10:09 [2021-06-24T22:10:09.960Z] #14 sha256:ef90fce695a6209b9c743652dfb58f5e7082e9fb3b18eb10c11f99ed340921d9
22:10:09 [2021-06-24T22:10:09.960Z] #14 DONE 3.9s
22:10:10 [2021-06-24T22:10:10.223Z] 
22:10:10 [2021-06-24T22:10:10.223Z] #15 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:10:10 [2021-06-24T22:10:10.223Z] #15 sha256:55f2c7283c290c4103e5f3f4824d5a96a8e00dc1e1ad2b7edf2a35320c85f369
22:10:10 [2021-06-24T22:10:10.246Z] #54 ...
22:10:10 [2021-06-24T22:10:10.246Z] 
22:10:10 [2021-06-24T22:10:10.246Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:10 [2021-06-24T22:10:10.247Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:10:10 [2021-06-24T22:10:10.247Z] #46 116.5 crypto/tls
22:10:10 [2021-06-24T22:10:10.247Z] #46 123.4 net/http/httptrace
22:10:10 [2021-06-24T22:10:10.247Z] #46 123.7 net/http
22:10:11 [2021-06-24T22:10:11.634Z] #46 ...
22:10:11 [2021-06-24T22:10:11.634Z] 
22:10:11 [2021-06-24T22:10:11.634Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:11 [2021-06-24T22:10:11.634Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:11 [2021-06-24T22:10:11.634Z] #20 10.22 Fetched 8984 kB in 9s (1001 kB/s)
22:10:12 [2021-06-24T22:10:12.549Z] #54 ...
22:10:12 [2021-06-24T22:10:12.549Z] 
22:10:12 [2021-06-24T22:10:12.549Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:12 [2021-06-24T22:10:12.549Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:12 [2021-06-24T22:10:12.549Z] #20 2.189 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 2.362 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 2.463 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 2.650 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 2.733 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 3.717 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 4.933 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:10:12 [2021-06-24T22:10:12.549Z] #20 6.198 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:10:13 [2021-06-24T22:10:13.104Z] #20 2.656 Reading package lists...
22:10:13 [2021-06-24T22:10:13.119Z] #20 10.99 Fetched 8984 kB in 9s (994 kB/s)
22:10:14 [2021-06-24T22:10:14.438Z] #15 DONE 3.6s
22:10:14 [2021-06-24T22:10:14.438Z] 
22:10:14 [2021-06-24T22:10:14.438Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:10:14 [2021-06-24T22:10:14.438Z] #16 sha256:3102a366d8f486c730a9537a98fdf8a1ce21b238d792c7711ebbfbfea4aac21b
22:10:14 [2021-06-24T22:10:14.937Z] #20 10.22 Reading package lists...
22:10:16 [2021-06-24T22:10:16.424Z] #20 10.99 Reading package lists...
22:10:17 [2021-06-24T22:10:17.749Z] #16 3.760 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:10:17 [2021-06-24T22:10:17.749Z] #16 DONE 3.8s
22:10:17 [2021-06-24T22:10:17.749Z] 
22:10:17 [2021-06-24T22:10:17.749Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:10:17 [2021-06-24T22:10:17.749Z] #17 sha256:48450122701ce334e04b3150d4a6271a992eeecf0345cbda0f81e7ed21acbb96
22:10:18 [2021-06-24T22:10:18.619Z] #20 8.187 Reading package lists...
22:10:19 [2021-06-24T22:10:19.219Z] #20 14.49 Reading package lists...
22:10:19 [2021-06-24T22:10:19.219Z] #20 ...
22:10:19 [2021-06-24T22:10:19.219Z] 
22:10:19 [2021-06-24T22:10:19.219Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:19 [2021-06-24T22:10:19.219Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:10:19 [2021-06-24T22:10:19.219Z] #46 125.4 net/http/httptrace
22:10:19 [2021-06-24T22:10:19.219Z] #46 125.6 net/http
22:10:19 [2021-06-24T22:10:19.407Z] #20 14.06 Reading package lists...
22:10:19 [2021-06-24T22:10:19.407Z] #20 ...
22:10:19 [2021-06-24T22:10:19.407Z] 
22:10:19 [2021-06-24T22:10:19.407Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:19 [2021-06-24T22:10:19.407Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:10:19 [2021-06-24T22:10:19.407Z] #46 135.4 github.com/LK4D4/vndr/godl
22:10:19 [2021-06-24T22:10:19.668Z] #17 DONE 2.3s
22:10:19 [2021-06-24T22:10:19.668Z] 
22:10:19 [2021-06-24T22:10:19.668Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:19 [2021-06-24T22:10:19.668Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.985 + RM_GOPATH=0
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.985 + TMP_GOPATH=
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.985 + : /build
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.985 + '[' -z '' ']'
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.985 ++ mktemp -d
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.993 + export GOPATH=/tmp/tmp.BEU826iMPN
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.993 + GOPATH=/tmp/tmp.BEU826iMPN
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.993 + RM_GOPATH=1
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.993 + case "$(go env GOARCH)" in
22:10:19 [2021-06-24T22:10:19.668Z] #54 4.993 ++ go env GOARCH
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + export GO_BUILDMODE=-buildmode=pie
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + GO_BUILDMODE=-buildmode=pie
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 ++ dirname /tmp/install/install.sh
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + dir=/tmp/install
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + bin=runc
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + shift
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + '[' '!' -f /tmp/install/runc.installer ']'
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + . /tmp/install/runc.installer
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + install_runc
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + grep -q '^3\.10\.0.*\.el7\.'
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.022 + uname -r
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.033 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.034 + RUNC_BUILDTAGS='seccomp '
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.034 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )'
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.034 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.BEU826iMPN/src/github.com/opencontainers/runc
22:10:19 [2021-06-24T22:10:19.668Z] #54 5.039 Cloning into '/tmp/tmp.BEU826iMPN/src/github.com/opencontainers/runc'...
22:10:19 [2021-06-24T22:10:19.668Z] #46 136.0 github.com/LK4D4/vndr
22:10:19 [2021-06-24T22:10:19.932Z] #54 ...
22:10:19 [2021-06-24T22:10:19.932Z] 
22:10:19 [2021-06-24T22:10:19.932Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:10:19 [2021-06-24T22:10:19.932Z] #18 sha256:3452c0042d54c37b15b29c3cd073dde1cfbb2945f745b7aa7adf83fb9da01169
22:10:20 [2021-06-24T22:10:20.158Z] #46 ...
22:10:20 [2021-06-24T22:10:20.158Z] 
22:10:20 [2021-06-24T22:10:20.158Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:20 [2021-06-24T22:10:20.158Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:20 [2021-06-24T22:10:20.158Z] #20 14.49 Reading package lists...
22:10:20 [2021-06-24T22:10:20.244Z] #20 13.83 Building dependency tree...
22:10:20 [2021-06-24T22:10:20.244Z] #20 15.06 Reading state information...
22:10:20 [2021-06-24T22:10:20.877Z] #18 ...
22:10:20 [2021-06-24T22:10:20.877Z] 
22:10:20 [2021-06-24T22:10:20.878Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:20 [2021-06-24T22:10:20.878Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:10:20 [2021-06-24T22:10:20.878Z] #46 122.3 crypto/tls
22:10:20 [2021-06-24T22:10:20.878Z] #46 128.7 net/http/httptrace
22:10:20 [2021-06-24T22:10:20.878Z] #46 129.1 net/http
22:10:21 [2021-06-24T22:10:21.143Z] #46 ...
22:10:21 [2021-06-24T22:10:21.143Z] 
22:10:21 [2021-06-24T22:10:21.143Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:21 [2021-06-24T22:10:21.143Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:10:21 [2021-06-24T22:10:21.143Z] #54 13.90 + cd /tmp/tmp.BEU826iMPN/src/github.com/opencontainers/runc
22:10:21 [2021-06-24T22:10:21.143Z] #54 13.90 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:21 [2021-06-24T22:10:21.143Z] #54 14.42 + '[' -z '' ']'
22:10:21 [2021-06-24T22:10:21.143Z] #54 14.42 + target=static
22:10:21 [2021-06-24T22:10:21.143Z] #54 14.42 + make 'BUILDTAGS=seccomp ' static
22:10:21 [2021-06-24T22:10:21.143Z] #54 14.60 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc .
22:10:21 [2021-06-24T22:10:21.356Z] #20 18.23 Building dependency tree...
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.25 The following additional packages will be installed:
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.25   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.26   gcc-8-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.26   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.26   libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.27   libgcc1:ppc64el libgcc1:s390x
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29 Suggested packages:
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   libc-l10n:s390x locales:s390x
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29 Recommended packages:
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf libidn2-0:ppc64el
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.29   libidn2-0:s390x
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56 The following NEW packages will be installed:
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   gcc-8-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.56   libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf
22:10:21 [2021-06-24T22:10:21.613Z] #20 16.57   libgcc1:ppc64el libgcc1:s390x
22:10:21 [2021-06-24T22:10:21.870Z] #20 16.93 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
22:10:21 [2021-06-24T22:10:21.870Z] #20 16.93 Need to get 15.0 MB of archives.
22:10:21 [2021-06-24T22:10:21.870Z] #20 16.93 After this operation, 68.1 MB of additional disk space will be used.
22:10:21 [2021-06-24T22:10:21.870Z] #20 16.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-8-base ppc64el 8.3.0-6 [191 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-8-base s390x 8.3.0-6 [191 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgcc1 s390x 1:8.3.0-6 [24.8 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 16.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libc6 s390x 2.28-10 [2505 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgcc1 ppc64el 1:8.3.0-6 [30.2 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libc6 ppc64el 2.28-10 [2887 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.12 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.13 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.18 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB]
22:10:22 [2021-06-24T22:10:22.127Z] #20 17.21 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB]
22:10:22 [2021-06-24T22:10:22.218Z] #54 ...
22:10:22 [2021-06-24T22:10:22.218Z] 
22:10:22 [2021-06-24T22:10:22.218Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:10:22 [2021-06-24T22:10:22.218Z] #18 sha256:3452c0042d54c37b15b29c3cd073dde1cfbb2945f745b7aa7adf83fb9da01169
22:10:22 [2021-06-24T22:10:22.218Z] #18 DONE 2.4s
22:10:22 [2021-06-24T22:10:22.218Z] 
22:10:22 [2021-06-24T22:10:22.218Z] #19 [dev-systemd-false  6/25] RUN ldconfig
22:10:22 [2021-06-24T22:10:22.218Z] #19 sha256:c9523845778f91df57386b98481a07f38bfa4a1707695c0b9b0db9ad499c4a12
22:10:22 [2021-06-24T22:10:22.383Z] #20 17.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB]
22:10:22 [2021-06-24T22:10:22.383Z] #20 17.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB]
22:10:22 [2021-06-24T22:10:22.383Z] #20 17.26 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB]
22:10:22 [2021-06-24T22:10:22.383Z] #20 17.26 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB]
22:10:22 [2021-06-24T22:10:22.384Z] #20 17.29 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB]
22:10:22 [2021-06-24T22:10:22.384Z] #20 17.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
22:10:22 [2021-06-24T22:10:22.641Z] #20 17.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32 libcap2-bin is already the newest version (1:2.25-2).
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32 The following additional packages will be installed:
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.32   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.33   python3.7 python3.7-minimal vim-runtime xxd
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.33 Suggested packages:
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   quota
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34 Recommended packages:
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   aufs-dkms nftables build-essential python3-dev python3-keyring
22:10:22 [2021-06-24T22:10:22.734Z] #20 20.34   python3-keyrings.alt python3-xdg unzip
22:10:22 [2021-06-24T22:10:22.898Z] #20 17.82 debconf: delaying package configuration, since apt-utils is not installed
22:10:23 [2021-06-24T22:10:23.155Z] #20 17.98 Fetched 15.0 MB in 1s (22.2 MB/s)
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.03 Selecting previously unselected package gcc-8-base:armhf.
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.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 ... 37546 files and directories currently installed.)
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.07 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armhf.deb ...
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.07 Unpacking gcc-8-base:armhf (8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.13 Selecting previously unselected package gcc-8-base:ppc64el.
22:10:23 [2021-06-24T22:10:23.155Z] #20 18.14 Preparing to unpack .../01-gcc-8-base_8.3.0-6_ppc64el.deb ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.14 Unpacking gcc-8-base:ppc64el (8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.20 Selecting previously unselected package gcc-8-base:s390x.
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.20 Preparing to unpack .../02-gcc-8-base_8.3.0-6_s390x.deb ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.21 Unpacking gcc-8-base:s390x (8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.27 Selecting previously unselected package gcc-8-base:arm64.
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.28 Preparing to unpack .../03-gcc-8-base_8.3.0-6_arm64.deb ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.28 Unpacking gcc-8-base:arm64 (8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.34 Selecting previously unselected package gcc-8-base:armel.
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.35 Preparing to unpack .../04-gcc-8-base_8.3.0-6_armel.deb ...
22:10:23 [2021-06-24T22:10:23.437Z] #20 18.36 Unpacking gcc-8-base:armel (8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.708Z] #20 18.42 Selecting previously unselected package libgcc1:arm64.
22:10:23 [2021-06-24T22:10:23.708Z] #20 18.44 Preparing to unpack .../05-libgcc1_1%3a8.3.0-6_arm64.deb ...
22:10:23 [2021-06-24T22:10:23.708Z] #20 18.46 Unpacking libgcc1:arm64 (1:8.3.0-6) ...
22:10:23 [2021-06-24T22:10:23.708Z] #20 18.60 Selecting previously unselected package libc6:arm64.
22:10:23 [2021-06-24T22:10:23.708Z] #20 18.61 Preparing to unpack .../06-libc6_2.28-10_arm64.deb ...
22:10:23 [2021-06-24T22:10:23.980Z] #20 18.85 Unpacking libc6:arm64 (2.28-10) ...
22:10:24 [2021-06-24T22:10:24.555Z] #20 19.56 Selecting previously unselected package libapparmor1:arm64.
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.30 The following NEW packages will be installed:
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.30   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.31   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.31   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.31   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.31   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.32   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.32   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.32   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:10:24 [2021-06-24T22:10:24.670Z] #20 22.32   xz-utils zip
22:10:24 [2021-06-24T22:10:24.810Z] #19 DONE 2.5s
22:10:24 [2021-06-24T22:10:24.810Z] 
22:10:24 [2021-06-24T22:10:24.810Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:24 [2021-06-24T22:10:24.810Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.57 Preparing to unpack .../07-libapparmor1_2.13.2-10_arm64.deb ...
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.58 Unpacking libapparmor1:arm64 (2.13.2-10) ...
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.67 Selecting previously unselected package libapparmor-dev:arm64.
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.68 Preparing to unpack .../08-libapparmor-dev_2.13.2-10_arm64.deb ...
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.69 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
22:10:24 [2021-06-24T22:10:24.811Z] #20 19.78 Selecting previously unselected package libgcc1:armel.
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.64 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.64 Need to get 28.6 MB of archives.
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.64 After this operation, 116 MB of additional disk space will be used.
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:10:24 [2021-06-24T22:10:24.930Z] #20 22.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #46 ...
22:10:24 [2021-06-24T22:10:24.977Z] 
22:10:24 [2021-06-24T22:10:24.977Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:24 [2021-06-24T22:10:24.977Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:24 [2021-06-24T22:10:24.977Z] #20 17.96 Building dependency tree...
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.89 libcap2-bin is already the newest version (1:2.25-2).
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.89 The following additional packages will be installed:
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.90   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.90   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.90   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.90   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.90   python3.7 python3.7-minimal vim-runtime xxd
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91 Suggested packages:
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   quota
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91 Recommended packages:
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   aufs-dkms nftables build-essential python3-dev python3-keyring
22:10:24 [2021-06-24T22:10:24.977Z] #20 19.91   python3-keyrings.alt python3-xdg unzip
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.78 The following NEW packages will be installed:
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.78   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:10:24 [2021-06-24T22:10:24.977Z] #20 21.79   xz-utils zip
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.13 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.13 Need to get 28.6 MB of archives.
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.13 After this operation, 116 MB of additional disk space will be used.
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.42 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.47 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.47 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.51 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.54 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.55 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.57 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.58 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.58 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 22.58 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.24 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.25 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.25 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.25 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.25 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.27 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.41 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.42 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.42 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.43 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.44 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.46 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.47 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 ...
22:10:24 [2021-06-24T22:10:24.977Z] 
22:10:24 [2021-06-24T22:10:24.977Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:10:24 [2021-06-24T22:10:24.977Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:10:24 [2021-06-24T22:10:24.977Z] #32 DONE 141.0s
22:10:24 [2021-06-24T22:10:24.977Z] 
22:10:24 [2021-06-24T22:10:24.977Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:24 [2021-06-24T22:10:24.977Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.56 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.56 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 23.58 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:10:24 [2021-06-24T22:10:24.977Z] #20 ...
22:10:24 [2021-06-24T22:10:24.977Z] 
22:10:24 [2021-06-24T22:10:24.977Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:24 [2021-06-24T22:10:24.977Z] #46 sha256:7aeb5f14057ccb8aaa1973990a50a8792edf5661b7d418bc4cb20ca569b72c27
22:10:24 [2021-06-24T22:10:24.977Z] #46 DONE 141.1s
22:10:25 [2021-06-24T22:10:25.067Z] #20 19.78 Preparing to unpack .../09-libgcc1_1%3a8.3.0-6_armel.deb ...
22:10:25 [2021-06-24T22:10:25.068Z] #20 19.79 Unpacking libgcc1:armel (1:8.3.0-6) ...
22:10:25 [2021-06-24T22:10:25.068Z] #20 19.87 Selecting previously unselected package libc6:armel.
22:10:25 [2021-06-24T22:10:25.068Z] #20 19.88 Preparing to unpack .../10-libc6_2.28-10_armel.deb ...
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.91 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.97 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 22.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.03 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.04 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:10:25 [2021-06-24T22:10:25.189Z] #20 23.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:10:25 [2021-06-24T22:10:25.239Z] 
22:10:25 [2021-06-24T22:10:25.239Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:25 [2021-06-24T22:10:25.239Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:25 [2021-06-24T22:10:25.239Z] #20 24.00 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:10:25 [2021-06-24T22:10:25.239Z] #20 24.08 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:10:25 [2021-06-24T22:10:25.324Z] #20 20.09 Unpacking libc6:armel (2.28-10) ...
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.11 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.13 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.14 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.15 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:10:25 [2021-06-24T22:10:25.448Z] #20 23.16 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:10:25 [2021-06-24T22:10:25.500Z] #20 24.12 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.52 Selecting previously unselected package libapparmor1:armel.
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.53 Preparing to unpack .../11-libapparmor1_2.13.2-10_armel.deb ...
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.53 Unpacking libapparmor1:armel (2.13.2-10) ...
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.58 Selecting previously unselected package libapparmor-dev:armel.
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.59 Preparing to unpack .../12-libapparmor-dev_2.13.2-10_armel.deb ...
22:10:25 [2021-06-24T22:10:25.580Z] #20 20.60 Unpacking libapparmor-dev:armel (2.13.2-10) ...
22:10:25 [2021-06-24T22:10:25.708Z] #20 23.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:10:25 [2021-06-24T22:10:25.708Z] #20 23.61 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:10:25 [2021-06-24T22:10:25.708Z] #20 23.64 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:10:25 [2021-06-24T22:10:25.708Z] #20 23.64 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:10:25 [2021-06-24T22:10:25.708Z] #20 23.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:10:25 [2021-06-24T22:10:25.836Z] #20 20.69 Selecting previously unselected package libgcc1:armhf.
22:10:25 [2021-06-24T22:10:25.836Z] #20 20.69 Preparing to unpack .../13-libgcc1_1%3a8.3.0-6_armhf.deb ...
22:10:25 [2021-06-24T22:10:25.836Z] #20 20.70 Unpacking libgcc1:armhf (1:8.3.0-6) ...
22:10:25 [2021-06-24T22:10:25.836Z] #20 20.78 Selecting previously unselected package libc6:armhf.
22:10:25 [2021-06-24T22:10:25.836Z] #20 20.79 Preparing to unpack .../14-libc6_2.28-10_armhf.deb ...
22:10:25 [2021-06-24T22:10:25.967Z] #20 ...
22:10:25 [2021-06-24T22:10:25.967Z] 
22:10:25 [2021-06-24T22:10:25.967Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:10:25 [2021-06-24T22:10:25.967Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:10:25 [2021-06-24T22:10:25.967Z] #32 DONE 142.2s
22:10:25 [2021-06-24T22:10:25.967Z] 
22:10:25 [2021-06-24T22:10:25.967Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:25 [2021-06-24T22:10:25.967Z] #46 sha256:a7369210893fa0ff9cc551cec4f37c68b2adaf6c70a410f35e697a16547d67ea
22:10:25 [2021-06-24T22:10:25.967Z] #46 137.5 github.com/LK4D4/vndr/godl
22:10:25 [2021-06-24T22:10:25.967Z] #46 138.3 github.com/LK4D4/vndr
22:10:25 [2021-06-24T22:10:25.967Z] #46 DONE 142.6s
22:10:25 [2021-06-24T22:10:25.967Z] 
22:10:25 [2021-06-24T22:10:25.967Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:25 [2021-06-24T22:10:25.967Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.66 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.67 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.82 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.82 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.84 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.86 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.86 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.90 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:10:25 [2021-06-24T22:10:25.967Z] #20 23.90 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
22:10:26 [2021-06-24T22:10:26.093Z] #20 21.00 Unpacking libc6:armhf (2.28-10) ...
22:10:26 [2021-06-24T22:10:26.228Z] #20 23.96 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:10:26 [2021-06-24T22:10:26.228Z] #20 23.98 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:10:26 [2021-06-24T22:10:26.228Z] #20 24.01 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:10:26 [2021-06-24T22:10:26.444Z] #20 25.17 debconf: delaying package configuration, since apt-utils is not installed
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.46 Selecting previously unselected package libapparmor1:armhf.
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.46 Preparing to unpack .../15-libapparmor1_2.13.2-10_armhf.deb ...
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.47 Unpacking libapparmor1:armhf (2.13.2-10) ...
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.53 Selecting previously unselected package libapparmor-dev:armhf.
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.54 Preparing to unpack .../16-libapparmor-dev_2.13.2-10_armhf.deb ...
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.54 Unpacking libapparmor-dev:armhf (2.13.2-10) ...
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.62 Selecting previously unselected package libgcc1:ppc64el.
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.62 Preparing to unpack .../17-libgcc1_1%3a8.3.0-6_ppc64el.deb ...
22:10:26 [2021-06-24T22:10:26.656Z] #20 21.63 Unpacking libgcc1:ppc64el (1:8.3.0-6) ...
22:10:26 [2021-06-24T22:10:26.706Z] #20 25.39 Fetched 28.6 MB in 2s (12.6 MB/s)
22:10:26 [2021-06-24T22:10:26.706Z] #20 25.50 Selecting previously unselected package pigz.
22:10:26 [2021-06-24T22:10:26.706Z] #20 25.50 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23446 files and directories currently installed.)
22:10:26 [2021-06-24T22:10:26.706Z] #20 25.59 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:10:26 [2021-06-24T22:10:26.706Z] #20 25.59 Unpacking pigz (2.4-1) ...
22:10:26 [2021-06-24T22:10:26.796Z] #20 24.38 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:10:26 [2021-06-24T22:10:26.796Z] #20 24.46 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:10:26 [2021-06-24T22:10:26.796Z] #20 24.52 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:10:26 [2021-06-24T22:10:26.913Z] #20 21.70 Selecting previously unselected package libc6:ppc64el.
22:10:26 [2021-06-24T22:10:26.913Z] #20 21.70 Preparing to unpack .../18-libc6_2.28-10_ppc64el.deb ...
22:10:26 [2021-06-24T22:10:26.913Z] #20 21.93 Unpacking libc6:ppc64el (2.28-10) ...
22:10:27 [2021-06-24T22:10:27.279Z] #20 25.76 Selecting previously unselected package libpython3.7-minimal:amd64.
22:10:27 [2021-06-24T22:10:27.279Z] #20 25.77 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:27 [2021-06-24T22:10:27.279Z] #20 25.78 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:27 [2021-06-24T22:10:27.365Z] #20 2.685 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:10:27 [2021-06-24T22:10:27.365Z] #20 2.860 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:10:27 [2021-06-24T22:10:27.365Z] #20 2.871 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:10:27 [2021-06-24T22:10:27.476Z] #20 22.56 Selecting previously unselected package libapparmor1:ppc64el.
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.57 Preparing to unpack .../19-libapparmor1_2.13.2-10_ppc64el.deb ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.57 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.63 Selecting previously unselected package libapparmor-dev:ppc64el.
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.64 Preparing to unpack .../20-libapparmor-dev_2.13.2-10_ppc64el.deb ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.64 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.72 Selecting previously unselected package libgcc1:s390x.
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.73 Preparing to unpack .../21-libgcc1_1%3a8.3.0-6_s390x.deb ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.73 Unpacking libgcc1:s390x (1:8.3.0-6) ...
22:10:27 [2021-06-24T22:10:27.732Z] #20 22.82 Selecting previously unselected package libc6:s390x.
22:10:27 [2021-06-24T22:10:27.733Z] #20 25.50 debconf: delaying package configuration, since apt-utils is not installed
22:10:27 [2021-06-24T22:10:27.852Z] #20 26.39 Selecting previously unselected package python3.7-minimal.
22:10:27 [2021-06-24T22:10:27.852Z] #20 26.39 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:27 [2021-06-24T22:10:27.852Z] #20 26.40 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:27 [2021-06-24T22:10:27.939Z] #20 3.061 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:10:27 [2021-06-24T22:10:27.939Z] #20 3.306 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:10:27 [2021-06-24T22:10:27.989Z] #20 22.82 Preparing to unpack .../22-libc6_2.28-10_s390x.deb ...
22:10:27 [2021-06-24T22:10:27.993Z] #20 25.71 Fetched 28.6 MB in 2s (13.3 MB/s)
22:10:27 [2021-06-24T22:10:27.993Z] #20 25.78 Selecting previously unselected package pigz.
22:10:27 [2021-06-24T22:10:27.993Z] #20 25.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 ... 23446 files and directories currently installed.)
22:10:27 [2021-06-24T22:10:27.993Z] #20 25.84 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:10:27 [2021-06-24T22:10:27.993Z] #20 25.85 Unpacking pigz (2.4-1) ...
22:10:28 [2021-06-24T22:10:28.245Z] #20 23.12 Unpacking libc6:s390x (2.28-10) ...
22:10:28 [2021-06-24T22:10:28.267Z] #20 26.01 Selecting previously unselected package libpython3.7-minimal:amd64.
22:10:28 [2021-06-24T22:10:28.268Z] #20 26.01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:28 [2021-06-24T22:10:28.268Z] #20 26.02 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:28 [2021-06-24T22:10:28.424Z] #20 27.02 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:28 [2021-06-24T22:10:28.424Z] #20 27.04 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.61 Selecting previously unselected package libapparmor1:s390x.
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.62 Preparing to unpack .../23-libapparmor1_2.13.2-10_s390x.deb ...
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.62 Unpacking libapparmor1:s390x (2.13.2-10) ...
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.68 Selecting previously unselected package libapparmor-dev:s390x.
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.68 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_s390x.deb ...
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.69 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
22:10:28 [2021-06-24T22:10:28.809Z] #20 23.78 Setting up gcc-8-base:arm64 (8.3.0-6) ...
22:10:28 [2021-06-24T22:10:28.853Z] #20 26.44 Selecting previously unselected package python3.7-minimal.
22:10:28 [2021-06-24T22:10:28.853Z] #20 26.44 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:28 [2021-06-24T22:10:28.853Z] #20 26.46 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:28 [2021-06-24T22:10:28.883Z] #20 4.337 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:10:29 [2021-06-24T22:10:29.066Z] #20 23.79 Setting up gcc-8-base:armel (8.3.0-6) ...
22:10:29 [2021-06-24T22:10:29.066Z] #20 23.81 Setting up gcc-8-base:armhf (8.3.0-6) ...
22:10:29 [2021-06-24T22:10:29.066Z] #20 23.82 Setting up gcc-8-base:ppc64el (8.3.0-6) ...
22:10:29 [2021-06-24T22:10:29.066Z] #20 23.84 Setting up gcc-8-base:s390x (8.3.0-6) ...
22:10:29 [2021-06-24T22:10:29.066Z] #20 23.85 Setting up libc6:arm64 (2.28-10) ...
22:10:29 [2021-06-24T22:10:29.421Z] #20 27.28 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:29 [2021-06-24T22:10:29.680Z] #20 27.31 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:30 [2021-06-24T22:10:30.271Z] #20 5.336 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:10:30 [2021-06-24T22:10:30.271Z] #20 ...
22:10:30 [2021-06-24T22:10:30.271Z] 
22:10:30 [2021-06-24T22:10:30.271Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
22:10:30 [2021-06-24T22:10:30.271Z] #46 sha256:2e1cbf1a97d3b180a42c081d5cac270444e0479bdc672b366923b830affea2cb
22:10:30 [2021-06-24T22:10:30.271Z] #46 141.7 github.com/LK4D4/vndr/godl
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.79 Selecting previously unselected package python3-minimal.
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.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 ... 23695 files and directories currently installed.)
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.85 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.85 Unpacking python3-minimal (3.7.3-1) ...
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.91 Selecting previously unselected package libmpdec2:amd64.
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:10:30 [2021-06-24T22:10:30.344Z] #20 28.92 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:10:30 [2021-06-24T22:10:30.344Z] #20 29.01 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:10:30 [2021-06-24T22:10:30.344Z] #20 29.01 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:10:30 [2021-06-24T22:10:30.344Z] #20 29.01 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:10:30 [2021-06-24T22:10:30.434Z] #20 25.12 Setting up libc6:armel (2.28-10) ...
22:10:31 [2021-06-24T22:10:31.216Z] #46 142.5 github.com/LK4D4/vndr
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.04 Selecting previously unselected package python3-minimal.
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.04 (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 ... 23695 files and directories currently installed.)
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.08 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.09 Unpacking python3-minimal (3.7.3-1) ...
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.17 Selecting previously unselected package libmpdec2:amd64.
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.18 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.19 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:10:31 [2021-06-24T22:10:31.316Z] #20 29.28 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.78 Selecting previously unselected package python3.7.
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.80 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.98 Selecting previously unselected package libpython3-stdlib:amd64.
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.98 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:10:31 [2021-06-24T22:10:31.317Z] #20 29.99 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:10:31 [2021-06-24T22:10:31.317Z] #20 30.15 Setting up python3-minimal (3.7.3-1) ...
22:10:31 [2021-06-24T22:10:31.575Z] #20 29.29 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:10:31 [2021-06-24T22:10:31.576Z] #20 29.29 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:10:31 [2021-06-24T22:10:31.805Z] #20 26.38 Setting up libc6:armhf (2.28-10) ...
22:10:32 [2021-06-24T22:10:32.514Z] #20 30.32 Selecting previously unselected package python3.7.
22:10:32 [2021-06-24T22:10:32.514Z] #20 30.32 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.514Z] #20 30.33 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:10:32 [2021-06-24T22:10:32.514Z] #20 30.44 Selecting previously unselected package libpython3-stdlib:amd64.
22:10:32 [2021-06-24T22:10:32.735Z] #20 27.60 Setting up libc6:ppc64el (2.28-10) ...
22:10:32 [2021-06-24T22:10:32.773Z] #20 30.45 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.773Z] #20 30.45 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:10:32 [2021-06-24T22:10:32.773Z] #20 30.53 Setting up python3-minimal (3.7.3-1) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.12 Selecting previously unselected package python3.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24107 files and directories currently installed.)
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.17 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.18 Unpacking python3 (3.7.3-1) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.25 Selecting previously unselected package libip4tc0:amd64.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.25 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.26 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.34 Selecting previously unselected package libip6tc0:amd64.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.34 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.34 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.40 Selecting previously unselected package libiptc0:amd64.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.40 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.40 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.46 Selecting previously unselected package libnfnetlink0:amd64.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.48 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.49 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.54 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.55 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.56 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:10:32 [2021-06-24T22:10:32.776Z] #20 31.68 Selecting previously unselected package libnftnl11:amd64.
22:10:33 [2021-06-24T22:10:33.037Z] #20 31.70 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.037Z] #20 31.71 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:10:33 [2021-06-24T22:10:33.037Z] #20 31.77 Selecting previously unselected package iptables.
22:10:33 [2021-06-24T22:10:33.037Z] #20 31.77 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.037Z] #20 31.78 Unpacking iptables (1.8.2-4) ...
22:10:33 [2021-06-24T22:10:33.299Z] #20 32.02 Selecting previously unselected package xxd.
22:10:33 [2021-06-24T22:10:33.299Z] #20 32.03 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.299Z] #20 32.04 Unpacking xxd (2:8.1.0875-5) ...
22:10:33 [2021-06-24T22:10:33.560Z] #20 32.14 Selecting previously unselected package vim-common.
22:10:33 [2021-06-24T22:10:33.560Z] #20 32.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:10:33 [2021-06-24T22:10:33.560Z] #20 32.17 Unpacking vim-common (2:8.1.0875-5) ...
22:10:33 [2021-06-24T22:10:33.560Z] #20 32.35 Selecting previously unselected package bash-completion.
22:10:33 [2021-06-24T22:10:33.560Z] #20 32.35 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:10:33 [2021-06-24T22:10:33.603Z] #20 31.32 Selecting previously unselected package python3.
22:10:33 [2021-06-24T22:10:33.603Z] #20 31.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 ... 24107 files and directories currently installed.)
22:10:33 [2021-06-24T22:10:33.603Z] #20 31.38 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.603Z] #20 31.39 Unpacking python3 (3.7.3-1) ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.53 Selecting previously unselected package libip4tc0:amd64.
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.53 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.54 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.61 Selecting previously unselected package libip6tc0:amd64.
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.62 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.63 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.72 Selecting previously unselected package libiptc0:amd64.
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.73 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.73 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.81 Selecting previously unselected package libnfnetlink0:amd64.
22:10:33 [2021-06-24T22:10:33.863Z] #20 31.81 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:10:34 [2021-06-24T22:10:34.102Z] #20 28.89 Setting up libc6:s390x (2.28-10) ...
22:10:34 [2021-06-24T22:10:34.122Z] #20 31.82 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:10:34 [2021-06-24T22:10:34.122Z] #20 31.89 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:10:34 [2021-06-24T22:10:34.122Z] #20 31.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:10:34 [2021-06-24T22:10:34.122Z] #20 31.91 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:10:34 [2021-06-24T22:10:34.122Z] #20 31.98 Selecting previously unselected package libnftnl11:amd64.
22:10:34 [2021-06-24T22:10:34.122Z] #20 32.00 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:10:34 [2021-06-24T22:10:34.122Z] #20 32.00 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:10:34 [2021-06-24T22:10:34.381Z] #20 32.08 Selecting previously unselected package iptables.
22:10:34 [2021-06-24T22:10:34.381Z] #20 32.09 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:10:34 [2021-06-24T22:10:34.381Z] #20 32.10 Unpacking iptables (1.8.2-4) ...
22:10:34 [2021-06-24T22:10:34.640Z] #20 32.34 Selecting previously unselected package xxd.
22:10:34 [2021-06-24T22:10:34.640Z] #20 32.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:10:34 [2021-06-24T22:10:34.640Z] #20 32.36 Unpacking xxd (2:8.1.0875-5) ...
22:10:34 [2021-06-24T22:10:34.900Z] #20 32.52 Selecting previously unselected package vim-common.
22:10:34 [2021-06-24T22:10:34.900Z] #20 32.53 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:10:34 [2021-06-24T22:10:34.900Z] #20 32.56 Unpacking vim-common (2:8.1.0875-5) ...
22:10:34 [2021-06-24T22:10:34.900Z] #20 32.75 Selecting previously unselected package bash-completion.
22:10:35 [2021-06-24T22:10:35.159Z] #20 32.75 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.11 Setting up libapparmor1:arm64 (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.14 Setting up libapparmor1:armel (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.16 Setting up libapparmor1:armhf (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.18 Setting up libapparmor1:ppc64el (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.20 Setting up libapparmor1:s390x (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.22 Setting up libgcc1:arm64 (1:8.3.0-6) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.25 Setting up libgcc1:armel (1:8.3.0-6) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.26 Setting up libgcc1:armhf (1:8.3.0-6) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.28 Setting up libgcc1:ppc64el (1:8.3.0-6) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.29 Setting up libgcc1:s390x (1:8.3.0-6) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.31 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.470Z] #20 30.33 Setting up libapparmor-dev:armel (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.471Z] #20 30.34 Setting up libapparmor-dev:armhf (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.471Z] #20 30.36 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.471Z] #20 30.37 Setting up libapparmor-dev:s390x (2.13.2-10) ...
22:10:35 [2021-06-24T22:10:35.471Z] #20 30.39 Processing triggers for libc-bin (2.28-10) ...
22:10:36 [2021-06-24T22:10:36.036Z] #20 ...
22:10:36 [2021-06-24T22:10:36.036Z] 
22:10:36 [2021-06-24T22:10:36.036Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:10:36 [2021-06-24T22:10:36.036Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:10:36 [2021-06-24T22:10:36.036Z] #64 57.73 + bin/containerd
22:10:36 [2021-06-24T22:10:36.119Z] #20 34.71 Unpacking bash-completion (1:2.8-6) ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 34.99 Selecting previously unselected package bzip2.
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.00 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.00 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.05 Selecting previously unselected package xz-utils.
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.05 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.06 Unpacking xz-utils (5.2.4-1) ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.15 Selecting previously unselected package apparmor.
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.16 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.381Z] #20 35.23 Unpacking apparmor (2.13.2-10) ...
22:10:36 [2021-06-24T22:10:36.511Z] #46 DONE 147.5s
22:10:36 [2021-06-24T22:10:36.511Z] 
22:10:36 [2021-06-24T22:10:36.512Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:36 [2021-06-24T22:10:36.512Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:36 [2021-06-24T22:10:36.512Z] #20 6.852 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:10:36 [2021-06-24T22:10:36.512Z] #20 ...
22:10:36 [2021-06-24T22:10:36.512Z] 
22:10:36 [2021-06-24T22:10:36.512Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
22:10:36 [2021-06-24T22:10:36.512Z] #32 sha256:20b6e02fac90af04178ab529b3ab233f69dad1550c3a0ea8a8994967a29aaf80
22:10:36 [2021-06-24T22:10:36.512Z] #32 DONE 142.2s
22:10:36 [2021-06-24T22:10:36.512Z] 
22:10:36 [2021-06-24T22:10:36.512Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:10:36 [2021-06-24T22:10:36.512Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:10:36 [2021-06-24T22:10:36.773Z] #57 ...
22:10:36 [2021-06-24T22:10:36.773Z] 
22:10:36 [2021-06-24T22:10:36.773Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:36 [2021-06-24T22:10:36.773Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:10:36 [2021-06-24T22:10:36.773Z] #20 12.02 Fetched 8984 kB in 10s (940 kB/s)
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.46 Selecting previously unselected package aufs-tools.
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.47 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.47 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.59 Selecting previously unselected package libonig5:amd64.
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.60 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.61 Unpacking libonig5:amd64 (6.9.1-1) ...
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.74 Selecting previously unselected package libjq1:amd64.
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.74 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:10:36 [2021-06-24T22:10:36.953Z] #20 35.75 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:10:36 [2021-06-24T22:10:36.979Z] #64 ...
22:10:36 [2021-06-24T22:10:36.979Z] 
22:10:36 [2021-06-24T22:10:36.979Z] #20 [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
22:10:36 [2021-06-24T22:10:36.979Z] #20 sha256:e898987766901352cec50a5fbe8ae04f505e23f5a7dd31a767c90d34ad788028
22:10:36 [2021-06-24T22:10:36.979Z] #20 DONE 31.7s
22:10:36 [2021-06-24T22:10:36.979Z] 
22:10:36 [2021-06-24T22:10:36.979Z] #21 [dev-systemd-false  1/25] RUN groupadd -r docker
22:10:36 [2021-06-24T22:10:36.979Z] #21 sha256:536352135986a13b6d70715295f484f80a23198073a194511ed1b9ddb4dd4133
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.84 Selecting previously unselected package jq.
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.84 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.85 Unpacking jq (1.5+dfsg-2+b1) ...
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.96 Selecting previously unselected package libaio1:amd64.
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.97 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.215Z] #20 35.97 Unpacking libaio1:amd64 (0.3.112-3) ...
22:10:37 [2021-06-24T22:10:37.215Z] #20 36.02 Selecting previously unselected package libgpm2:amd64.
22:10:37 [2021-06-24T22:10:37.215Z] #20 36.02 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.215Z] #20 36.03 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:10:37 [2021-06-24T22:10:37.476Z] #20 36.08 Selecting previously unselected package libicu63:amd64.
22:10:37 [2021-06-24T22:10:37.476Z] #20 36.10 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.476Z] #20 36.10 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.15 Unpacking bash-completion (1:2.8-6) ...
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.53 Selecting previously unselected package bzip2.
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.54 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.55 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.63 Selecting previously unselected package xz-utils.
22:10:37 [2021-06-24T22:10:37.701Z] #20 35.64 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.960Z] #20 35.65 Unpacking xz-utils (5.2.4-1) ...
22:10:37 [2021-06-24T22:10:37.960Z] #20 35.81 Selecting previously unselected package apparmor.
22:10:37 [2021-06-24T22:10:37.960Z] #20 35.81 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
22:10:37 [2021-06-24T22:10:37.960Z] #20 35.88 Unpacking apparmor (2.13.2-10) ...
22:10:38 [2021-06-24T22:10:38.219Z] #20 36.21 Selecting previously unselected package aufs-tools.
22:10:38 [2021-06-24T22:10:38.356Z] #21 DONE 1.5s
22:10:38 [2021-06-24T22:10:38.356Z] 
22:10:38 [2021-06-24T22:10:38.356Z] #22 [dev-systemd-false  2/25] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
22:10:38 [2021-06-24T22:10:38.356Z] #22 sha256:bd6053fa6774a9a68d649be5f049fa472faf66ab9d38e6247c7764555caf5ab6
22:10:38 [2021-06-24T22:10:38.479Z] #20 36.22 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:10:38 [2021-06-24T22:10:38.479Z] #20 36.25 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.38 Selecting previously unselected package libonig5:amd64.
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.38 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.39 Unpacking libonig5:amd64 (6.9.1-1) ...
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.52 Selecting previously unselected package libjq1:amd64.
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.53 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:10:38 [2021-06-24T22:10:38.738Z] #20 36.54 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.64 Selecting previously unselected package jq.
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.65 Unpacking jq (1.5+dfsg-2+b1) ...
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.76 Selecting previously unselected package libaio1:amd64.
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.76 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.77 Unpacking libaio1:amd64 (0.3.112-3) ...
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.83 Selecting previously unselected package libgpm2:amd64.
22:10:38 [2021-06-24T22:10:38.997Z] #20 36.85 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
22:10:39 [2021-06-24T22:10:39.259Z] #20 36.87 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:10:39 [2021-06-24T22:10:39.259Z] #20 36.93 Selecting previously unselected package libicu63:amd64.
22:10:39 [2021-06-24T22:10:39.259Z] #20 36.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
22:10:39 [2021-06-24T22:10:39.259Z] #20 36.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:10:39 [2021-06-24T22:10:39.726Z] #22 DONE 1.3s
22:10:39 [2021-06-24T22:10:39.726Z] 
22:10:39 [2021-06-24T22:10:39.726Z] #23 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
22:10:39 [2021-06-24T22:10:39.726Z] #23 sha256:6654d9d94b491f6169a1be10e155ae3b83245acd8764c8b3ff9c1c03fc1b2c71
22:10:40 [2021-06-24T22:10:40.078Z] #20 12.02 Reading package lists...
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.90 Selecting previously unselected package libnet1:amd64.
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.98 Selecting previously unselected package libnl-3-200:amd64.
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.289Z] #20 38.99 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:10:40 [2021-06-24T22:10:40.289Z] #20 39.09 Selecting previously unselected package libprotobuf-c1:amd64.
22:10:40 [2021-06-24T22:10:40.289Z] #20 39.09 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.289Z] #20 39.10 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.15 Selecting previously unselected package libreadline5:amd64.
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.16 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.16 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.25 Selecting previously unselected package net-tools.
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.26 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.551Z] #20 39.26 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:10:40 [2021-06-24T22:10:40.657Z] #23 0.953 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
22:10:40 [2021-06-24T22:10:40.657Z] #23 DONE 1.1s
22:10:40 [2021-06-24T22:10:40.657Z] 
22:10:40 [2021-06-24T22:10:40.657Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:40 [2021-06-24T22:10:40.657Z] #61 sha256:ea19ea82c1d8cff304be3349d48e335d6a8fd42a1efe358a401b76a0a5f3855e
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + RM_GOPATH=0
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + TMP_GOPATH=
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + : /build
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + '[' -z '' ']'
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 ++ mktemp -d
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + export GOPATH=/tmp/tmp.ytvCWaT1XD
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + GOPATH=/tmp/tmp.ytvCWaT1XD
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + RM_GOPATH=1
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 + case "$(go env GOARCH)" in
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.315 ++ go env GOARCH
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + export GO_BUILDMODE=-buildmode=pie
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + GO_BUILDMODE=-buildmode=pie
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 ++ dirname /tmp/install/install.sh
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + dir=/tmp/install
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + bin=runc
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + shift
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + '[' '!' -f /tmp/install/runc.installer ']'
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + . /tmp/install/runc.installer
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.326 + install_runc
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.327 + uname -r
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.327 + grep -q '^3\.10\.0.*\.el7\.'
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.329 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.333 + RUNC_BUILDTAGS='seccomp '
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.333 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )'
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.333 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ytvCWaT1XD/src/github.com/opencontainers/runc
22:10:40 [2021-06-24T22:10:40.657Z] #61 1.333 Cloning into '/tmp/tmp.ytvCWaT1XD/src/github.com/opencontainers/runc'...
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.39 Selecting previously unselected package patch.
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.40 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.40 Unpacking patch (2.7.6-3+deb10u1) ...
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.55 Selecting previously unselected package python-pip-whl.
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.55 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
22:10:40 [2021-06-24T22:10:40.814Z] #20 39.56 Unpacking python-pip-whl (18.1-5) ...
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.07 Selecting previously unselected package python3-lib2to3.
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.07 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.08 Unpacking python3-lib2to3 (3.7.3-1) ...
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.18 Selecting previously unselected package python3-distutils.
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.18 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
22:10:41 [2021-06-24T22:10:41.387Z] #20 40.18 Unpacking python3-distutils (3.7.3-1) ...
22:10:41 [2021-06-24T22:10:41.589Z] #61 ...
22:10:41 [2021-06-24T22:10:41.589Z] 
22:10:41 [2021-06-24T22:10:41.589Z] #24 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
22:10:41 [2021-06-24T22:10:41.589Z] #24 sha256:12b31a23989d45b98c16514fc702921170b421d61de9dd4d766a1e38ad03d8c7
22:10:41 [2021-06-24T22:10:41.589Z] #24 DONE 1.0s
22:10:41 [2021-06-24T22:10:41.648Z] #20 40.33 Selecting previously unselected package python3-pip.
22:10:41 [2021-06-24T22:10:41.649Z] #20 40.34 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
22:10:41 [2021-06-24T22:10:41.649Z] #20 40.34 Unpacking python3-pip (18.1-5) ...
22:10:41 [2021-06-24T22:10:41.848Z] 
22:10:41 [2021-06-24T22:10:41.848Z] #25 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
22:10:41 [2021-06-24T22:10:41.848Z] #25 sha256:fc16cefcfcd452a5a0883dc538bcd16e1f332705e7702dd250e5dba6efa50dd7
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.49 Selecting previously unselected package python3-pkg-resources.
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.49 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.50 Unpacking python3-pkg-resources (40.8.0-1) ...
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.59 Selecting previously unselected package python3-setuptools.
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.60 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
22:10:41 [2021-06-24T22:10:41.910Z] #20 40.61 Unpacking python3-setuptools (40.8.0-1) ...
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.80 Selecting previously unselected package python3-wheel.
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.81 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.82 Unpacking python3-wheel (0.32.3-2) ...
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.88 Selecting previously unselected package sudo.
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.90 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.172Z] #20 40.93 Unpacking sudo (1.8.27-1+deb10u3) ...
22:10:42 [2021-06-24T22:10:42.433Z] #20 41.25 Selecting previously unselected package thin-provisioning-tools.
22:10:42 [2021-06-24T22:10:42.433Z] #20 41.26 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.433Z] #20 41.27 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.78 Selecting previously unselected package libnet1:amd64.
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.79 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.88 Selecting previously unselected package libnl-3-200:amd64.
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.89 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.97 Selecting previously unselected package libprotobuf-c1:amd64.
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.97 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 39.98 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.02 Selecting previously unselected package libreadline5:amd64.
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.03 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.04 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.13 Selecting previously unselected package net-tools.
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.13 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.14 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.33 Selecting previously unselected package patch.
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.34 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.552Z] #20 40.35 Unpacking patch (2.7.6-3+deb10u1) ...
22:10:42 [2021-06-24T22:10:42.695Z] #20 41.45 Selecting previously unselected package uidmap.
22:10:42 [2021-06-24T22:10:42.695Z] #20 41.46 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
22:10:42 [2021-06-24T22:10:42.695Z] #20 41.47 Unpacking uidmap (1:4.5-1.1) ...
22:10:42 [2021-06-24T22:10:42.781Z] #25 DONE 1.1s
22:10:42 [2021-06-24T22:10:42.781Z] 
22:10:42 [2021-06-24T22:10:42.781Z] #26 [dev-systemd-false  6/25] RUN ldconfig
22:10:42 [2021-06-24T22:10:42.781Z] #26 sha256:c85d7b89c4a3924358e1960e44bfb7f1114efb74179a01c84a5fcff91701bd5d
22:10:42 [2021-06-24T22:10:42.811Z] #20 40.45 Selecting previously unselected package python-pip-whl.
22:10:42 [2021-06-24T22:10:42.811Z] #20 40.46 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
22:10:42 [2021-06-24T22:10:42.811Z] #20 40.47 Unpacking python-pip-whl (18.1-5) ...
22:10:42 [2021-06-24T22:10:42.956Z] #20 41.58 Selecting previously unselected package vim-runtime.
22:10:42 [2021-06-24T22:10:42.956Z] #20 41.58 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:10:42 [2021-06-24T22:10:42.956Z] #20 41.61 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:10:42 [2021-06-24T22:10:42.956Z] #20 41.63 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:10:42 [2021-06-24T22:10:42.956Z] #20 41.64 Unpacking vim-runtime (2:8.1.0875-5) ...
22:10:43 [2021-06-24T22:10:43.070Z] #20 41.00 Selecting previously unselected package python3-lib2to3.
22:10:43 [2021-06-24T22:10:43.329Z] #20 41.00 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
22:10:43 [2021-06-24T22:10:43.330Z] #20 41.01 Unpacking python3-lib2to3 (3.7.3-1) ...
22:10:43 [2021-06-24T22:10:43.330Z] #20 41.13 Selecting previously unselected package python3-distutils.
22:10:43 [2021-06-24T22:10:43.330Z] #20 41.13 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
22:10:43 [2021-06-24T22:10:43.330Z] #20 41.14 Unpacking python3-distutils (3.7.3-1) ...
22:10:43 [2021-06-24T22:10:43.389Z] #20 15.32 Reading package lists...
22:10:43 [2021-06-24T22:10:43.389Z] #20 18.35 Building dependency tree...
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.29 Selecting previously unselected package python3-pip.
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.29 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.30 Unpacking python3-pip (18.1-5) ...
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.43 Selecting previously unselected package python3-pkg-resources.
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.44 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
22:10:43 [2021-06-24T22:10:43.589Z] #20 41.45 Unpacking python3-pkg-resources (40.8.0-1) ...
22:10:43 [2021-06-24T22:10:43.863Z] #20 41.59 Selecting previously unselected package python3-setuptools.
22:10:43 [2021-06-24T22:10:43.863Z] #20 41.59 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
22:10:43 [2021-06-24T22:10:43.863Z] #20 41.60 Unpacking python3-setuptools (40.8.0-1) ...
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.79 Selecting previously unselected package python3-wheel.
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.80 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.81 Unpacking python3-wheel (0.32.3-2) ...
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.92 Selecting previously unselected package sudo.
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.93 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
22:10:44 [2021-06-24T22:10:44.123Z] #20 41.94 Unpacking sudo (1.8.27-1+deb10u3) ...
22:10:44 [2021-06-24T22:10:44.154Z] #26 DONE 1.2s
22:10:44 [2021-06-24T22:10:44.154Z] 
22:10:44 [2021-06-24T22:10:44.154Z] #27 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:10:44 [2021-06-24T22:10:44.154Z] #27 sha256:9edf8ce82ee5acf77319f4c7a507fcda2f896e59e4384ebac81cb8fe11eb4b23
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.62 libcap2-bin is already the newest version (1:2.25-2).
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.62 The following additional packages will be installed:
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.63   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.63   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.63   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:10:44 [2021-06-24T22:10:44.339Z] #20 19.63   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   python3.7 python3.7-minimal vim-runtime xxd
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63 Suggested packages:
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   quota
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63 Recommended packages:
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   aufs-dkms nftables build-essential python3-dev python3-keyring
22:10:44 [2021-06-24T22:10:44.340Z] #20 19.63   python3-keyrings.alt python3-xdg unzip
22:10:44 [2021-06-24T22:10:44.691Z] #20 42.36 Selecting previously unselected package thin-provisioning-tools.
22:10:44 [2021-06-24T22:10:44.691Z] #20 42.36 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:10:44 [2021-06-24T22:10:44.691Z] #20 42.37 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:10:44 [2021-06-24T22:10:44.691Z] #20 42.57 Selecting previously unselected package uidmap.
22:10:44 [2021-06-24T22:10:44.691Z] #20 42.59 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.60 Unpacking uidmap (1:4.5-1.1) ...
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.70 Selecting previously unselected package vim-runtime.
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.70 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.75 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.78 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:10:44 [2021-06-24T22:10:44.950Z] #20 42.79 Unpacking vim-runtime (2:8.1.0875-5) ...
22:10:45 [2021-06-24T22:10:45.507Z] #20 44.36 Selecting previously unselected package vim.
22:10:45 [2021-06-24T22:10:45.507Z] #20 44.36 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
22:10:45 [2021-06-24T22:10:45.528Z] #27 1.316 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
22:10:45 [2021-06-24T22:10:45.528Z] #27 1.404 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
22:10:45 [2021-06-24T22:10:45.528Z] #27 1.496 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.86 The following NEW packages will be installed:
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
22:10:45 [2021-06-24T22:10:45.729Z] #20 20.87   xz-utils zip
22:10:45 [2021-06-24T22:10:45.769Z] #20 44.40 Unpacking vim (2:8.1.0875-5) ...
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.573 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.579 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.633 Get:6 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.645 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.673 Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.698 Get:9 http://deb.debian.org/debian buster-backports/main arm64 Packages [478 kB]
22:10:45 [2021-06-24T22:10:45.785Z] #27 1.728 Get:10 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.18 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.18 Need to get 28.6 MB of archives.
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.18 After this operation, 116 MB of additional disk space will be used.
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.37 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.37 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.39 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.39 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.41 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.46 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.48 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:10:45 [2021-06-24T22:10:45.991Z] #20 21.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:10:46 [2021-06-24T22:10:46.253Z] #20 21.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:10:46 [2021-06-24T22:10:46.253Z] #20 21.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
22:10:46 [2021-06-24T22:10:46.293Z] #20 44.82 Selecting previously unselected package xfsprogs.
22:10:46 [2021-06-24T22:10:46.293Z] #20 44.84 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
22:10:46 [2021-06-24T22:10:46.293Z] #20 44.84 Unpacking xfsprogs (4.20.0-1) ...
22:10:46 [2021-06-24T22:10:46.363Z] #27 2.288 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.84 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.84 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.84 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.84 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.84 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.85 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.85 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.92 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.92 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.93 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.94 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.94 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.96 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 21.96 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 22.00 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:10:46 [2021-06-24T22:10:46.515Z] #20 22.03 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:10:46 [2021-06-24T22:10:46.554Z] #20 45.29 Selecting previously unselected package zip.
22:10:46 [2021-06-24T22:10:46.554Z] #20 45.30 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
22:10:46 [2021-06-24T22:10:46.554Z] #20 45.30 Unpacking zip (3.0-11+b1) ...
22:10:46 [2021-06-24T22:10:46.777Z] #20 22.04 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:10:46 [2021-06-24T22:10:46.777Z] #20 22.29 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.50 Setting up aufs-tools (1:4.14+20190211-1) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.52 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.54 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.56 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.60 Setting up libgpm2:amd64 (1.20.7-5) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.61 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:10:46 [2021-06-24T22:10:46.816Z] #20 45.62 Setting up uidmap (1:4.5-1.1) ...
22:10:46 [2021-06-24T22:10:46.927Z] #27 2.828 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
22:10:46 [2021-06-24T22:10:46.946Z] 4612f6d0b889: Pull complete
22:10:47 [2021-06-24T22:10:47.039Z] #20 22.33 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:10:47 [2021-06-24T22:10:47.039Z] #20 22.37 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.63 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.64 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.65 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.66 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.67 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.68 Setting up xxd (2:8.1.0875-5) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.69 Setting up zip (3.0-11+b1) ...
22:10:47 [2021-06-24T22:10:47.077Z] #20 45.70 Setting up vim-common (2:8.1.0875-5) ...
22:10:47 [2021-06-24T22:10:47.078Z] #20 45.74 Setting up bash-completion (1:2.8-6) ...
22:10:47 [2021-06-24T22:10:47.492Z] #27 3.385 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
22:10:47 [2021-06-24T22:10:47.612Z] #20 22.97 debconf: delaying package configuration, since apt-utils is not installed
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.07 Fetched 28.6 MB in 1s (19.7 MB/s)
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.13 Selecting previously unselected package pigz.
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23446 files and directories currently installed.)
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.19 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.19 Unpacking pigz (2.4-1) ...
22:10:47 [2021-06-24T22:10:47.874Z] #20 23.29 Selecting previously unselected package libpython3.7-minimal:amd64.
22:10:48 [2021-06-24T22:10:48.056Z] #27 3.996 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
22:10:48 [2021-06-24T22:10:48.136Z] #20 23.30 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:48 [2021-06-24T22:10:48.136Z] #20 23.31 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:48 [2021-06-24T22:10:48.244Z] #20 45.50 Selecting previously unselected package vim.
22:10:48 [2021-06-24T22:10:48.244Z] #20 45.50 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
22:10:48 [2021-06-24T22:10:48.244Z] #20 45.52 Unpacking vim (2:8.1.0875-5) ...
22:10:48 [2021-06-24T22:10:48.244Z] #20 45.98 Selecting previously unselected package xfsprogs.
22:10:48 [2021-06-24T22:10:48.244Z] #20 46.00 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
22:10:48 [2021-06-24T22:10:48.244Z] #20 46.01 Unpacking xfsprogs (4.20.0-1) ...
22:10:48 [2021-06-24T22:10:48.398Z] #20 23.65 Selecting previously unselected package python3.7-minimal.
22:10:48 [2021-06-24T22:10:48.398Z] #20 23.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:10:48 [2021-06-24T22:10:48.398Z] #20 23.66 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:48 [2021-06-24T22:10:48.620Z] #27 4.453 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.38 Selecting previously unselected package zip.
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.39 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.39 Unpacking zip (3.0-11+b1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.59 Setting up aufs-tools (1:4.14+20190211-1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.62 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.63 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.65 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.66 Setting up libgpm2:amd64 (1.20.7-5) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.68 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.69 Setting up uidmap (1:4.5-1.1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.70 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.72 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.73 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:10:48 [2021-06-24T22:10:48.763Z] #20 46.74 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:10:48 [2021-06-24T22:10:48.878Z] #27 4.877 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
22:10:48 [2021-06-24T22:10:48.970Z] #20 24.31 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:10:48 [2021-06-24T22:10:48.970Z] #20 24.32 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:10:49 [2021-06-24T22:10:49.022Z] #20 46.76 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:10:49 [2021-06-24T22:10:49.022Z] #20 46.78 Setting up xxd (2:8.1.0875-5) ...
22:10:49 [2021-06-24T22:10:49.022Z] #20 46.79 Setting up zip (3.0-11+b1) ...
22:10:49 [2021-06-24T22:10:49.022Z] #20 46.80 Setting up vim-common (2:8.1.0875-5) ...
22:10:49 [2021-06-24T22:10:49.022Z] #20 46.83 Setting up bash-completion (1:2.8-6) ...
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.252 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.257 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.265 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.290 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.304 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.316 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.328 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.328 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.329 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.329 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.330 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
22:10:49 [2021-06-24T22:10:49.442Z] #27 5.330 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.16 Setting up libiptc0:amd64 (1.8.2-4) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.17 Setting up xz-utils (5.2.4-1) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.18 Setting up patch (2.7.6-3+deb10u1) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.20 Setting up sudo (1.8.27-1+deb10u3) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.26 invoke-rc.d: could not determine current runlevel
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.27 invoke-rc.d: policy-rc.d denied execution of start.
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.27 Setting up pigz (2.4-1) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.28 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.30 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.32 Setting up python-pip-whl (18.1-5) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.33 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:10:49 [2021-06-24T22:10:49.625Z] #20 48.35 Setting up vim-runtime (2:8.1.0875-5) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.77 Setting up libaio1:amd64 (0.3.112-3) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.78 Setting up libonig5:amd64 (6.9.1-1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.79 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.80 Setting up vim (2:8.1.0875-5) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.87 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.88 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.89 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.90 Setting up jq (1.5+dfsg-2+b1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.91 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:10:50 [2021-06-24T22:10:50.197Z] #20 48.92 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.17 Selecting previously unselected package python3-minimal.
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23695 files and directories currently installed.)
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.22 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.24 Unpacking python3-minimal (3.7.3-1) ...
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.32 Selecting previously unselected package libmpdec2:amd64.
22:10:50 [2021-06-24T22:10:50.892Z] #20 26.32 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:10:51 [2021-06-24T22:10:51.153Z] #20 26.33 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:10:51 [2021-06-24T22:10:51.153Z] #20 26.42 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:10:51 [2021-06-24T22:10:51.153Z] #20 26.42 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:10:51 [2021-06-24T22:10:51.153Z] #20 26.42 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.25 Setting up libiptc0:amd64 (1.8.2-4) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.27 Setting up xz-utils (5.2.4-1) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.30 Setting up patch (2.7.6-3+deb10u1) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.31 Setting up sudo (1.8.27-1+deb10u3) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.39 invoke-rc.d: could not determine current runlevel
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.40 invoke-rc.d: policy-rc.d denied execution of start.
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.41 Setting up pigz (2.4-1) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.44 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.46 Setting up python-pip-whl (18.1-5) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.48 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:10:51 [2021-06-24T22:10:51.571Z] #20 49.50 Setting up vim-runtime (2:8.1.0875-5) ...
22:10:52 [2021-06-24T22:10:52.101Z] #20 27.39 Selecting previously unselected package python3.7.
22:10:52 [2021-06-24T22:10:52.101Z] #20 27.39 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:10:52 [2021-06-24T22:10:52.101Z] #20 27.41 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 49.91 Setting up libaio1:amd64 (0.3.112-3) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 49.93 Setting up libonig5:amd64 (6.9.1-1) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 49.95 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 49.99 Setting up vim (2:8.1.0875-5) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.08 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:10:52 [2021-06-24T22:10:52.139Z] #20 50.10 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:10:52 [2021-06-24T22:10:52.362Z] #20 27.55 Selecting previously unselected package libpython3-stdlib:amd64.
22:10:52 [2021-06-24T22:10:52.363Z] #20 27.55 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:10:52 [2021-06-24T22:10:52.363Z] #20 27.57 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:10:52 [2021-06-24T22:10:52.363Z] #20 27.69 Setting up python3-minimal (3.7.3-1) ...
22:10:52 [2021-06-24T22:10:52.398Z] #20 50.12 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:10:52 [2021-06-24T22:10:52.398Z] #20 50.14 Setting up jq (1.5+dfsg-2+b1) ...
22:10:52 [2021-06-24T22:10:52.398Z] #20 50.15 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:10:52 [2021-06-24T22:10:52.398Z] #20 50.17 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:10:52 [2021-06-24T22:10:52.726Z] #27 ...
22:10:52 [2021-06-24T22:10:52.726Z] 
22:10:52 [2021-06-24T22:10:52.726Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:10:52 [2021-06-24T22:10:52.726Z] #61 sha256:ea19ea82c1d8cff304be3349d48e335d6a8fd42a1efe358a401b76a0a5f3855e
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.395 + cd /tmp/tmp.ytvCWaT1XD/src/github.com/opencontainers/runc
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.395 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.462 + '[' -z '' ']'
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.462 + target=static
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.462 + make 'BUILDTAGS=seccomp ' static
22:10:52 [2021-06-24T22:10:52.726Z] #61 5.592 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc .
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.21 Setting up iptables (1.8.2-4) ...
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:10:52 [2021-06-24T22:10:52.745Z] #20 51.26 Setting up python3 (3.7.3-1) ...
22:10:53 [2021-06-24T22:10:53.006Z] #20 51.58 Setting up python3-wheel (0.32.3-2) ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.44 Selecting previously unselected package python3.
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.44 (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 ... 24107 files and directories currently installed.)
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.48 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.50 Unpacking python3 (3.7.3-1) ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.58 Selecting previously unselected package libip4tc0:amd64.
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.59 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.59 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.68 Selecting previously unselected package libip6tc0:amd64.
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.69 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.311Z] #20 28.71 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.79 Selecting previously unselected package libiptc0:amd64.
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.79 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.80 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.87 Selecting previously unselected package libnfnetlink0:amd64.
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.88 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.88 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.94 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.94 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 28.95 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 29.02 Selecting previously unselected package libnftnl11:amd64.
22:10:53 [2021-06-24T22:10:53.579Z] #20 29.03 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.579Z] #20 29.04 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:10:53 [2021-06-24T22:10:53.585Z] #20 52.28 Setting up apparmor (2.13.2-10) ...
22:10:53 [2021-06-24T22:10:53.844Z] #20 29.18 Selecting previously unselected package iptables.
22:10:53 [2021-06-24T22:10:53.844Z] #20 29.19 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:10:53 [2021-06-24T22:10:53.844Z] #20 29.20 Unpacking iptables (1.8.2-4) ...
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.54 Selecting previously unselected package xxd.
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.55 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.55 Unpacking xxd (2:8.1.0875-5) ...
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.68 Selecting previously unselected package vim-common.
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.68 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.72 Unpacking vim-common (2:8.1.0875-5) ...
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.90 Selecting previously unselected package bash-completion.
22:10:54 [2021-06-24T22:10:54.417Z] #20 29.91 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.65 Setting up iptables (1.8.2-4) ...
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.69 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:10:54 [2021-06-24T22:10:54.934Z] #20 52.71 Setting up python3 (3.7.3-1) ...
22:10:54 [2021-06-24T22:10:54.972Z] #20 53.57 Setting up xfsprogs (4.20.0-1) ...
22:10:54 [2021-06-24T22:10:54.972Z] #20 53.58 Setting up python3-lib2to3 (3.7.3-1) ...
22:10:55 [2021-06-24T22:10:55.193Z] #20 53.04 Setting up python3-wheel (0.32.3-2) ...
22:10:55 [2021-06-24T22:10:55.233Z] #20 53.89 Setting up python3-pkg-resources (40.8.0-1) ...
22:10:56 [2021-06-24T22:10:56.074Z] #20 54.64 Setting up python3-distutils (3.7.3-1) ...
22:10:56 [2021-06-24T22:10:56.132Z] #20 53.78 Setting up apparmor (2.13.2-10) ...
22:10:56 [2021-06-24T22:10:56.335Z] #20 55.05 Setting up python3-setuptools (40.8.0-1) ...
22:10:56 [2021-06-24T22:10:56.969Z] #20 32.34 Unpacking bash-completion (1:2.8-6) ...
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.67 Selecting previously unselected package bzip2.
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.68 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.69 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.77 Selecting previously unselected package xz-utils.
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.78 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.78 Unpacking xz-utils (5.2.4-1) ...
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.95 Selecting previously unselected package apparmor.
22:10:57 [2021-06-24T22:10:57.543Z] #20 32.95 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
22:10:57 [2021-06-24T22:10:57.722Z] #20 56.14 Setting up python3-pip (18.1-5) ...
22:10:57 [2021-06-24T22:10:57.770Z] #20 55.47 Setting up xfsprogs (4.20.0-1) ...
22:10:57 [2021-06-24T22:10:57.770Z] #20 55.49 Setting up python3-lib2to3 (3.7.3-1) ...
22:10:57 [2021-06-24T22:10:57.806Z] #20 33.02 Unpacking apparmor (2.13.2-10) ...
22:10:57 [2021-06-24T22:10:57.806Z] #20 33.28 Selecting previously unselected package aufs-tools.
22:10:58 [2021-06-24T22:10:58.029Z] #20 55.81 Setting up python3-pkg-resources (40.8.0-1) ...
22:10:58 [2021-06-24T22:10:58.068Z] #20 33.29 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.068Z] #20 33.31 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:10:58 [2021-06-24T22:10:58.068Z] #20 33.43 Selecting previously unselected package libonig5:amd64.
22:10:58 [2021-06-24T22:10:58.068Z] #20 33.43 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.068Z] #20 33.44 Unpacking libonig5:amd64 (6.9.1-1) ...
22:10:58 [2021-06-24T22:10:58.294Z] #20 57.00 Processing triggers for libc-bin (2.28-10) ...
22:10:58 [2021-06-24T22:10:58.330Z] #20 33.55 Selecting previously unselected package libjq1:amd64.
22:10:58 [2021-06-24T22:10:58.330Z] #20 33.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.330Z] #20 33.57 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:10:58 [2021-06-24T22:10:58.555Z] #20 57.16 Processing triggers for mime-support (3.62) ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.71 Selecting previously unselected package jq.
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.71 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.72 Unpacking jq (1.5+dfsg-2+b1) ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.79 Selecting previously unselected package libaio1:amd64.
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.80 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.80 Unpacking libaio1:amd64 (0.3.112-3) ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.85 Selecting previously unselected package libgpm2:amd64.
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.86 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.87 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:10:58 [2021-06-24T22:10:58.592Z] #20 33.95 Selecting previously unselected package libicu63:amd64.
22:10:58 [2021-06-24T22:10:58.855Z] #20 33.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
22:10:58 [2021-06-24T22:10:58.855Z] #20 33.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
22:10:58 [2021-06-24T22:10:58.969Z] #20 56.59 Setting up python3-distutils (3.7.3-1) ...
22:10:59 [2021-06-24T22:10:59.228Z] #20 56.99 Setting up python3-setuptools (40.8.0-1) ...
22:10:59 [2021-06-24T22:10:59.498Z] #20 DONE 58.2s
22:10:59 [2021-06-24T22:10:59.498Z] 
22:10:59 [2021-06-24T22:10:59.498Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:10:59 [2021-06-24T22:10:59.498Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:10:59 [2021-06-24T22:10:59.498Z] #57 ...
22:10:59 [2021-06-24T22:10:59.498Z] 
22:10:59 [2021-06-24T22:10:59.498Z] #21 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
22:10:59 [2021-06-24T22:10:59.498Z] #21 sha256:36e61d69f831fc34a18a98b44384d9ee9415cf4771930b2f3fb1d5a0725b71fc
22:11:00 [2021-06-24T22:11:00.165Z] #20 57.95 Setting up python3-pip (18.1-5) ...
22:11:00 [2021-06-24T22:11:00.442Z] #21 1.021 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:11:00 [2021-06-24T22:11:00.704Z] #21 1.025 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:11:00 [2021-06-24T22:11:00.704Z] #21 1.028 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:11:00 [2021-06-24T22:11:00.704Z] #21 DONE 1.1s
22:11:00 [2021-06-24T22:11:00.704Z] 
22:11:00 [2021-06-24T22:11:00.704Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:00 [2021-06-24T22:11:00.704Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:01 [2021-06-24T22:11:01.102Z] #20 58.88 Processing triggers for libc-bin (2.28-10) ...
22:11:01 [2021-06-24T22:11:01.102Z] #20 58.92 Processing triggers for mime-support (3.62) ...
22:11:02 [2021-06-24T22:11:02.042Z] #20 DONE 59.8s
22:11:02 [2021-06-24T22:11:02.042Z] 
22:11:02 [2021-06-24T22:11:02.042Z] #21 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
22:11:02 [2021-06-24T22:11:02.042Z] #21 sha256:36e61d69f831fc34a18a98b44384d9ee9415cf4771930b2f3fb1d5a0725b71fc
22:11:02 [2021-06-24T22:11:02.166Z] #20 36.95 Selecting previously unselected package libnet1:amd64.
22:11:02 [2021-06-24T22:11:02.166Z] #20 36.95 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 36.96 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.05 Selecting previously unselected package libnl-3-200:amd64.
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.06 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.06 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.14 Selecting previously unselected package libprotobuf-c1:amd64.
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.16 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.23 Selecting previously unselected package libreadline5:amd64.
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.24 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.35 Selecting previously unselected package net-tools.
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.35 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.36 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.52 Selecting previously unselected package patch.
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.53 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
22:11:02 [2021-06-24T22:11:02.166Z] #20 37.54 Unpacking patch (2.7.6-3+deb10u1) ...
22:11:02 [2021-06-24T22:11:02.428Z] #20 37.63 Selecting previously unselected package python-pip-whl.
22:11:02 [2021-06-24T22:11:02.428Z] #20 37.65 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
22:11:02 [2021-06-24T22:11:02.428Z] #20 37.65 Unpacking python-pip-whl (18.1-5) ...
22:11:02 [2021-06-24T22:11:02.774Z] #61 ...
22:11:02 [2021-06-24T22:11:02.774Z] 
22:11:02 [2021-06-24T22:11:02.774Z] #27 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:11:02 [2021-06-24T22:11:02.774Z] #27 sha256:9edf8ce82ee5acf77319f4c7a507fcda2f896e59e4384ebac81cb8fe11eb4b23
22:11:02 [2021-06-24T22:11:02.774Z] #27 17.80 Fetched 51.1 MB in 17s (3057 kB/s)
22:11:02 [2021-06-24T22:11:02.979Z] #21 0.939 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:11:02 [2021-06-24T22:11:02.979Z] #21 0.943 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:11:02 [2021-06-24T22:11:02.979Z] #21 0.947 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.12 Selecting previously unselected package python3-lib2to3.
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.12 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.13 Unpacking python3-lib2to3 (3.7.3-1) ...
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.26 Selecting previously unselected package python3-distutils.
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.26 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.27 Unpacking python3-distutils (3.7.3-1) ...
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.39 Selecting previously unselected package python3-pip.
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.40 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
22:11:03 [2021-06-24T22:11:03.000Z] #20 38.41 Unpacking python3-pip (18.1-5) ...
22:11:03 [2021-06-24T22:11:03.238Z] #21 DONE 1.3s
22:11:03 [2021-06-24T22:11:03.238Z] 
22:11:03 [2021-06-24T22:11:03.238Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:03 [2021-06-24T22:11:03.238Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:03 [2021-06-24T22:11:03.238Z] #40 179.6 + dpkg --print-architecture
22:11:03 [2021-06-24T22:11:03.238Z] #40 179.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.05 Selecting previously unselected package python3-pkg-resources.
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.05 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.05 Unpacking python3-pkg-resources (40.8.0-1) ...
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.15 Selecting previously unselected package python3-setuptools.
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.17 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
22:11:03 [2021-06-24T22:11:03.943Z] #20 39.18 Unpacking python3-setuptools (40.8.0-1) ...
22:11:04 [2021-06-24T22:11:04.177Z] #40 180.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:11:04 [2021-06-24T22:11:04.177Z] #40 180.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.42 Selecting previously unselected package python3-wheel.
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.43 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.44 Unpacking python3-wheel (0.32.3-2) ...
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.52 Selecting previously unselected package sudo.
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.54 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
22:11:04 [2021-06-24T22:11:04.205Z] #20 39.55 Unpacking sudo (1.8.27-1+deb10u3) ...
22:11:04 [2021-06-24T22:11:04.728Z] #20 39.94 Selecting previously unselected package thin-provisioning-tools.
22:11:04 [2021-06-24T22:11:04.728Z] #20 39.95 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:11:04 [2021-06-24T22:11:04.728Z] #20 39.95 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:11:04 [2021-06-24T22:11:04.728Z] #20 40.19 Selecting previously unselected package uidmap.
22:11:04 [2021-06-24T22:11:04.728Z] #20 40.19 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
22:11:04 [2021-06-24T22:11:04.728Z] #20 40.20 Unpacking uidmap (1:4.5-1.1) ...
22:11:04 [2021-06-24T22:11:04.990Z] #20 40.29 Selecting previously unselected package vim-runtime.
22:11:04 [2021-06-24T22:11:04.990Z] #20 40.30 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:11:04 [2021-06-24T22:11:04.990Z] #20 40.33 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:11:04 [2021-06-24T22:11:04.990Z] #20 40.36 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:11:04 [2021-06-24T22:11:04.990Z] #20 40.37 Unpacking vim-runtime (2:8.1.0875-5) ...
22:11:05 [2021-06-24T22:11:05.999Z] #22 4.460 Collecting yamllint==1.26.1
22:11:05 [2021-06-24T22:11:05.999Z] #22 ...
22:11:05 [2021-06-24T22:11:05.999Z] 
22:11:05 [2021-06-24T22:11:05.999Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:05 [2021-06-24T22:11:05.999Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:05 [2021-06-24T22:11:05.999Z] #40 177.7 + dpkg --print-architecture
22:11:05 [2021-06-24T22:11:05.999Z] #40 177.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:11:05 [2021-06-24T22:11:05.999Z] #40 177.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:11:05 [2021-06-24T22:11:05.999Z] #40 177.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.07 Selecting previously unselected package vim.
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.07 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.08 Unpacking vim (2:8.1.0875-5) ...
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.52 Selecting previously unselected package xfsprogs.
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.52 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
22:11:08 [2021-06-24T22:11:08.356Z] #20 43.53 Unpacking xfsprogs (4.20.0-1) ...
22:11:08 [2021-06-24T22:11:08.640Z] #20 44.01 Selecting previously unselected package zip.
22:11:08 [2021-06-24T22:11:08.640Z] #20 44.01 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
22:11:08 [2021-06-24T22:11:08.640Z] #20 44.02 Unpacking zip (3.0-11+b1) ...
22:11:08 [2021-06-24T22:11:08.923Z] #20 44.21 Setting up aufs-tools (1:4.14+20190211-1) ...
22:11:08 [2021-06-24T22:11:08.924Z] #20 44.23 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:11:08 [2021-06-24T22:11:08.924Z] #20 44.25 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:11:08 [2021-06-24T22:11:08.924Z] #20 44.26 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:11:08 [2021-06-24T22:11:08.924Z] #20 44.27 Setting up libgpm2:amd64 (1.20.7-5) ...
22:11:08 [2021-06-24T22:11:08.924Z] #20 44.29 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:11:09 [2021-06-24T22:11:09.191Z] #20 44.31 Setting up uidmap (1:4.5-1.1) ...
22:11:09 [2021-06-24T22:11:09.191Z] #20 44.32 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:11:09 [2021-06-24T22:11:09.191Z] #20 44.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:11:09 [2021-06-24T22:11:09.191Z] #20 44.35 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:11:09 [2021-06-24T22:11:09.191Z] #20 44.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:11:09 [2021-06-24T22:11:09.192Z] #20 44.40 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
22:11:09 [2021-06-24T22:11:09.192Z] #20 44.45 Setting up xxd (2:8.1.0875-5) ...
22:11:09 [2021-06-24T22:11:09.192Z] #20 44.48 Setting up zip (3.0-11+b1) ...
22:11:09 [2021-06-24T22:11:09.192Z] #20 44.50 Setting up vim-common (2:8.1.0875-5) ...
22:11:09 [2021-06-24T22:11:09.192Z] #20 44.55 Setting up bash-completion (1:2.8-6) ...
22:11:10 [2021-06-24T22:11:10.209Z] #40 ...
22:11:10 [2021-06-24T22:11:10.209Z] 
22:11:10 [2021-06-24T22:11:10.209Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:10 [2021-06-24T22:11:10.209Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:10 [2021-06-24T22:11:10.209Z] #22 9.809   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
22:11:10 [2021-06-24T22:11:10.872Z] #27 17.80 Reading package lists...
22:11:11 [2021-06-24T22:11:11.595Z] #22 10.89 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
22:11:11 [2021-06-24T22:11:11.595Z] #22 10.95   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:11:11 [2021-06-24T22:11:11.595Z] #22 11.00 Collecting pyyaml (from yamllint==1.26.1)
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.07 Setting up libiptc0:amd64 (1.8.2-4) ...
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.08 Setting up xz-utils (5.2.4-1) ...
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.11 Setting up patch (2.7.6-3+deb10u1) ...
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.13 Setting up sudo (1.8.27-1+deb10u3) ...
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.20 invoke-rc.d: could not determine current runlevel
22:11:11 [2021-06-24T22:11:11.741Z] #20 47.22 invoke-rc.d: policy-rc.d denied execution of start.
22:11:11 [2021-06-24T22:11:11.856Z] #22 11.22   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.23 Setting up pigz (2.4-1) ...
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.26 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.28 Setting up python-pip-whl (18.1-5) ...
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.29 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:11:12 [2021-06-24T22:11:12.002Z] #20 47.31 Setting up vim-runtime (2:8.1.0875-5) ...
22:11:12 [2021-06-24T22:11:12.117Z] #22 11.50 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
22:11:12 [2021-06-24T22:11:12.117Z] #22 11.52 Building wheels for collected packages: yamllint
22:11:12 [2021-06-24T22:11:12.117Z] #22 11.52   Running setup.py bdist_wheel for yamllint: started
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.71 Setting up libaio1:amd64 (0.3.112-3) ...
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.72 Setting up libonig5:amd64 (6.9.1-1) ...
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.74 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.76 Setting up vim (2:8.1.0875-5) ...
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:11:12 [2021-06-24T22:11:12.264Z] #20 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.83 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.85 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.86 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.88 Setting up jq (1.5+dfsg-2+b1) ...
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.89 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:11:12 [2021-06-24T22:11:12.526Z] #20 47.91 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:11:13 [2021-06-24T22:11:13.060Z] #22 12.46   Running setup.py bdist_wheel for yamllint: finished with status 'done'
22:11:13 [2021-06-24T22:11:13.060Z] #22 12.46   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
22:11:13 [2021-06-24T22:11:13.060Z] #22 12.50 Successfully built yamllint
22:11:13 [2021-06-24T22:11:13.060Z] #22 12.51 Installing collected packages: pathspec, pyyaml, yamllint
22:11:13 [2021-06-24T22:11:13.100Z] #20 ...
22:11:13 [2021-06-24T22:11:13.100Z] 
22:11:13 [2021-06-24T22:11:13.100Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:13 [2021-06-24T22:11:13.100Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:13 [2021-06-24T22:11:13.100Z] #40 178.8 + dpkg --print-architecture
22:11:13 [2021-06-24T22:11:13.100Z] #40 178.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
22:11:13 [2021-06-24T22:11:13.100Z] #40 179.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
22:11:13 [2021-06-24T22:11:13.100Z] #40 179.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
22:11:13 [2021-06-24T22:11:13.321Z] #22 12.82 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
22:11:13 [2021-06-24T22:11:13.893Z] #22 DONE 13.4s
22:11:13 [2021-06-24T22:11:13.893Z] 
22:11:13 [2021-06-24T22:11:13.893Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
22:11:13 [2021-06-24T22:11:13.893Z] #25 sha256:11e8ad5f8582e1e9a2bb3dc8d8175f5b06afea4f715b91fb9daf8020754a700a
22:11:14 [2021-06-24T22:11:14.154Z] #25 DONE 0.4s
22:11:14 [2021-06-24T22:11:14.154Z] 
22:11:14 [2021-06-24T22:11:14.154Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:14 [2021-06-24T22:11:14.154Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:14 [2021-06-24T22:11:14.195Z] #40 ...
22:11:14 [2021-06-24T22:11:14.195Z] 
22:11:14 [2021-06-24T22:11:14.195Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:14 [2021-06-24T22:11:14.195Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:14 [2021-06-24T22:11:14.195Z] #22 4.392 Collecting yamllint==1.26.1
22:11:14 [2021-06-24T22:11:14.195Z] #22 9.789   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
22:11:14 [2021-06-24T22:11:14.195Z] #22 10.70 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
22:11:14 [2021-06-24T22:11:14.195Z] #22 10.74   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:11:14 [2021-06-24T22:11:14.195Z] #22 10.78 Collecting pyyaml (from yamllint==1.26.1)
22:11:14 [2021-06-24T22:11:14.195Z] #22 11.02   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
22:11:14 [2021-06-24T22:11:14.415Z] #40 ...
22:11:14 [2021-06-24T22:11:14.415Z] 
22:11:14 [2021-06-24T22:11:14.415Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
22:11:14 [2021-06-24T22:11:14.415Z] #30 sha256:9d15a420015d32bef5aef2f9754cc69618bd97cedf0deb0031dcf54d5662e340
22:11:14 [2021-06-24T22:11:14.772Z] #22 11.40 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
22:11:14 [2021-06-24T22:11:14.772Z] #22 11.41 Building wheels for collected packages: yamllint
22:11:14 [2021-06-24T22:11:14.772Z] #22 11.41   Running setup.py bdist_wheel for yamllint: started
22:11:15 [2021-06-24T22:11:15.718Z] #22 12.43   Running setup.py bdist_wheel for yamllint: finished with status 'done'
22:11:15 [2021-06-24T22:11:15.718Z] #22 12.43   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
22:11:15 [2021-06-24T22:11:15.718Z] #22 12.49 Successfully built yamllint
22:11:15 [2021-06-24T22:11:15.718Z] #22 12.52 Installing collected packages: pathspec, pyyaml, yamllint
22:11:16 [2021-06-24T22:11:16.285Z] #22 12.83 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
22:11:16 [2021-06-24T22:11:16.545Z] #22 DONE 13.2s
22:11:16 [2021-06-24T22:11:16.545Z] 
22:11:16 [2021-06-24T22:11:16.545Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
22:11:16 [2021-06-24T22:11:16.545Z] #25 sha256:c2ccd144988cff86dea9986b726d241dc1d5e46f2e63e0cf31160e61c119d9cd
22:11:17 [2021-06-24T22:11:17.114Z] #25 DONE 0.4s
22:11:17 [2021-06-24T22:11:17.114Z] 
22:11:17 [2021-06-24T22:11:17.114Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
22:11:17 [2021-06-24T22:11:17.114Z] #30 sha256:fce8527163f4482c6471114b6a48c2e123f4a30389514a38ad2ede5acf7104fc
22:11:18 [2021-06-24T22:11:18.984Z] #27 25.86 Reading package lists...
22:11:19 [2021-06-24T22:11:19.549Z] #27 33.76 Building dependency tree...
22:11:21 [2021-06-24T22:11:21.005Z] #30 DONE 5.6s
22:11:21 [2021-06-24T22:11:21.005Z] 
22:11:21 [2021-06-24T22:11:21.005Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
22:11:21 [2021-06-24T22:11:21.005Z] #33 sha256:5967396e01d8b06df708b48e1219bb8bae10327deb31c6d9c294ac9e9dba0bf2
22:11:21 [2021-06-24T22:11:21.005Z] #33 DONE 0.3s
22:11:21 [2021-06-24T22:11:21.005Z] 
22:11:21 [2021-06-24T22:11:21.005Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
22:11:21 [2021-06-24T22:11:21.005Z] #35 sha256:348675ef3614ca6cc635afda2db53ed9ce0a9404c88ae0e4413c5b4bb8ba2363
22:11:21 [2021-06-24T22:11:21.005Z] #35 DONE 0.1s
22:11:21 [2021-06-24T22:11:21.005Z] 
22:11:21 [2021-06-24T22:11:21.005Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
22:11:21 [2021-06-24T22:11:21.005Z] #38 sha256:b50c37c2311990d216f340d53925882a244d664795ae0a82fa2ec96f01251055
22:11:21 [2021-06-24T22:11:21.005Z] #38 DONE 0.0s
22:11:21 [2021-06-24T22:11:21.005Z] 
22:11:21 [2021-06-24T22:11:21.005Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:11:21 [2021-06-24T22:11:21.005Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:11:21 [2021-06-24T22:11:21.252Z] #40 ...
22:11:21 [2021-06-24T22:11:21.252Z] 
22:11:21 [2021-06-24T22:11:21.252Z] #20 [dev-systemd-false  7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             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
22:11:21 [2021-06-24T22:11:21.252Z] #20 sha256:69de2477be64e14b90e9de569a13bc3ad3da3de5f897f5c6cf45e0dc5ecd0ecc
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.39 Setting up iptables (1.8.2-4) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.45 Setting up python3 (3.7.3-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 50.76 Setting up python3-wheel (0.32.3-2) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 51.37 Setting up apparmor (2.13.2-10) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 53.10 Setting up xfsprogs (4.20.0-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 53.12 Setting up python3-lib2to3 (3.7.3-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 53.45 Setting up python3-pkg-resources (40.8.0-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 54.33 Setting up python3-distutils (3.7.3-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 54.72 Setting up python3-setuptools (40.8.0-1) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 55.71 Setting up python3-pip (18.1-5) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 56.51 Processing triggers for libc-bin (2.28-10) ...
22:11:21 [2021-06-24T22:11:21.252Z] #20 56.56 Processing triggers for mime-support (3.62) ...
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.96 bzip2 is already the newest version (1.0.6-9.2~deb10u1).
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.96 libcap2-bin is already the newest version (1:2.25-2).
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.96 patch is already the newest version (2.7.6-3+deb10u1).
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.96 xz-utils is already the newest version (5.2.4-1).
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.96 The following additional packages will be installed:
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.97   libaio1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.97   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.98   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.98   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
22:11:21 [2021-06-24T22:11:21.446Z] #27 36.98   python3.7 python3.7-minimal vim-runtime xxd
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00 Suggested packages:
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00   apparmor-profiles-extra apparmor-utils kmod gpm python3-doc python3-tk
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00   python3-venv python-setuptools-doc python3.7-venv python3.7-doc
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00 Recommended packages:
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00   aufs-dkms nftables build-essential python3-dev python3-keyring
22:11:21 [2021-06-24T22:11:21.446Z] #27 37.00   python3-keyrings.alt python3-xdg unzip
22:11:21 [2021-06-24T22:11:21.831Z] #20 DONE 57.1s
22:11:21 [2021-06-24T22:11:21.831Z] 
22:11:21 [2021-06-24T22:11:21.831Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:21 [2021-06-24T22:11:21.831Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:11:21 [2021-06-24T22:11:21.831Z] #54 ...
22:11:21 [2021-06-24T22:11:21.831Z] 
22:11:21 [2021-06-24T22:11:21.831Z] #21 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
22:11:21 [2021-06-24T22:11:21.831Z] #21 sha256:36e61d69f831fc34a18a98b44384d9ee9415cf4771930b2f3fb1d5a0725b71fc
22:11:22 [2021-06-24T22:11:22.391Z] #50 ...
22:11:22 [2021-06-24T22:11:22.391Z] 
22:11:22 [2021-06-24T22:11:22.391Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:22 [2021-06-24T22:11:22.391Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:22 [2021-06-24T22:11:22.391Z] #40 DONE 198.1s
22:11:22 [2021-06-24T22:11:22.391Z] 
22:11:22 [2021-06-24T22:11:22.391Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:11:22 [2021-06-24T22:11:22.391Z] #50 sha256:a8c06bb62f029aa09cd37d77d04bd23b69e7f6af23bdcaad55cb04ff651c4c60
22:11:22 [2021-06-24T22:11:22.394Z] #30 DONE 5.2s
22:11:22 [2021-06-24T22:11:22.394Z] 
22:11:22 [2021-06-24T22:11:22.394Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
22:11:22 [2021-06-24T22:11:22.394Z] #33 sha256:8cdf0b716714c08ded53ab7cbee1153c77f5c9b09efa9588c45a9910de63ee2d
22:11:22 [2021-06-24T22:11:22.394Z] #33 DONE 0.3s
22:11:22 [2021-06-24T22:11:22.394Z] 
22:11:22 [2021-06-24T22:11:22.394Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
22:11:22 [2021-06-24T22:11:22.394Z] #35 sha256:3c9da3fdfc7a1701f1bdd43a21f5b30844489a386eb48261d049fcea35ec6772
22:11:22 [2021-06-24T22:11:22.394Z] #35 DONE 0.1s
22:11:22 [2021-06-24T22:11:22.394Z] 
22:11:22 [2021-06-24T22:11:22.394Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:22 [2021-06-24T22:11:22.394Z] #54 sha256:206ce3de7c383e0537788bea0f8c9dd718eff5c735eb8b8d3ff456df0e01dd19
22:11:22 [2021-06-24T22:11:22.653Z] #54 ...
22:11:22 [2021-06-24T22:11:22.653Z] 
22:11:22 [2021-06-24T22:11:22.653Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
22:11:22 [2021-06-24T22:11:22.653Z] #38 sha256:e257e87ff1f17143cd8ca65b71ca463ac7dbd8bae4f85c0060177fc00de8fca3
22:11:22 [2021-06-24T22:11:22.653Z] #38 DONE 0.1s
22:11:22 [2021-06-24T22:11:22.653Z] 
22:11:22 [2021-06-24T22:11:22.653Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:22 [2021-06-24T22:11:22.653Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.80 The following NEW packages will be installed:
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.80   apparmor aufs-tools bash-completion iptables jq libaio1 libgpm2 libip4tc0
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.81   libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 libnetfilter-conntrack3
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.81   libnfnetlink0 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.81   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline5
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.81   net-tools pigz python-pip-whl python3 python3-distutils python3-lib2to3
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.81   python3-minimal python3-pip python3-pkg-resources python3-setuptools
22:11:22 [2021-06-24T22:11:22.824Z] #27 38.82   python3-wheel python3.7 python3.7-minimal sudo thin-provisioning-tools
22:11:23 [2021-06-24T22:11:23.081Z] #27 38.82   uidmap vim vim-common vim-runtime xfsprogs xxd zip
22:11:23 [2021-06-24T22:11:23.335Z] #50 199.3 + /build/golangci-lint --version
22:11:23 [2021-06-24T22:11:23.338Z] #27 39.29 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded.
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.29 Need to get 20.0 MB of archives.
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.29 After this operation, 82.5 MB of additional disk space will be used.
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
22:11:23 [2021-06-24T22:11:23.339Z] #27 39.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.47 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.48 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.49 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.49 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.51 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.51 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.52 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.54 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.54 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.55 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.56 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.56 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.56 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.57 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.57 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.57 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
22:11:23 [2021-06-24T22:11:23.596Z] #27 39.58 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
22:11:23 [2021-06-24T22:11:23.597Z] #50 199.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:11:23 [2021-06-24T22:11:23.754Z] #21 1.668 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:11:23 [2021-06-24T22:11:23.754Z] #21 1.673 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:11:23 [2021-06-24T22:11:23.754Z] #21 1.676 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:11:23 [2021-06-24T22:11:23.754Z] #21 DONE 1.8s
22:11:23 [2021-06-24T22:11:23.754Z] 
22:11:23 [2021-06-24T22:11:23.754Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:23 [2021-06-24T22:11:23.754Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:23 [2021-06-24T22:11:23.754Z] #40 ...
22:11:23 [2021-06-24T22:11:23.754Z] 
22:11:23 [2021-06-24T22:11:23.754Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:23 [2021-06-24T22:11:23.754Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:23 [2021-06-24T22:11:23.853Z] #27 39.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.65 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.66 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.66 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.67 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.69 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.73 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.74 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
22:11:23 [2021-06-24T22:11:23.854Z] #27 39.74 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
22:11:23 [2021-06-24T22:11:23.858Z] #50 DONE 199.9s
22:11:23 [2021-06-24T22:11:23.858Z] 
22:11:23 [2021-06-24T22:11:23.858Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
22:11:23 [2021-06-24T22:11:23.858Z] #41 sha256:761881ee0a5b15566e43b664e882bcdabb53811de84b7e836f42bea905c86697
22:11:24 [2021-06-24T22:11:24.111Z] #27 39.96 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
22:11:24 [2021-06-24T22:11:24.111Z] #27 39.99 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
22:11:24 [2021-06-24T22:11:24.111Z] #27 40.04 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
22:11:24 [2021-06-24T22:11:24.121Z] #41 DONE 0.5s
22:11:24 [2021-06-24T22:11:24.121Z] 
22:11:24 [2021-06-24T22:11:24.121Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
22:11:24 [2021-06-24T22:11:24.121Z] #45 sha256:66e663e59e88c6b876142d5ea31009323eaa998d3bcf45bbbf168233f1fc8f83
22:11:24 [2021-06-24T22:11:24.121Z] #45 DONE 0.1s
22:11:24 [2021-06-24T22:11:24.121Z] 
22:11:24 [2021-06-24T22:11:24.121Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:24 [2021-06-24T22:11:24.121Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:11:24 [2021-06-24T22:11:24.442Z] #54 ...
22:11:24 [2021-06-24T22:11:24.442Z] 
22:11:24 [2021-06-24T22:11:24.442Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
22:11:24 [2021-06-24T22:11:24.442Z] #47 sha256:fff3b02993618e7c1914afe2437ac344634bb34d12a9039a348eb33a6c12ddf1
22:11:24 [2021-06-24T22:11:24.442Z] #47 DONE 0.3s
22:11:24 [2021-06-24T22:11:24.442Z] 
22:11:24 [2021-06-24T22:11:24.442Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:24 [2021-06-24T22:11:24.442Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:11:24 [2021-06-24T22:11:24.739Z] #54 ...
22:11:24 [2021-06-24T22:11:24.739Z] 
22:11:24 [2021-06-24T22:11:24.739Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
22:11:24 [2021-06-24T22:11:24.739Z] #49 sha256:d90a46c9909a79586142cba7c5fac1c5c1c286227dc2f3dd5538e21dea81be5c
22:11:24 [2021-06-24T22:11:24.739Z] #49 DONE 0.2s
22:11:24 [2021-06-24T22:11:24.739Z] 
22:11:24 [2021-06-24T22:11:24.739Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:24 [2021-06-24T22:11:24.739Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:11:25 [2021-06-24T22:11:25.042Z] #27 40.70 debconf: delaying package configuration, since apt-utils is not installed
22:11:25 [2021-06-24T22:11:25.042Z] #27 40.94 Fetched 20.0 MB in 1s (19.0 MB/s)
22:11:25 [2021-06-24T22:11:25.042Z] #27 41.01 Selecting previously unselected package pigz.
22:11:25 [2021-06-24T22:11:25.042Z] #27 41.01 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39111 files and directories currently installed.)
22:11:25 [2021-06-24T22:11:25.042Z] #27 41.07 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
22:11:25 [2021-06-24T22:11:25.042Z] #27 41.08 Unpacking pigz (2.4-1) ...
22:11:25 [2021-06-24T22:11:25.193Z] #57 ...
22:11:25 [2021-06-24T22:11:25.193Z] 
22:11:25 [2021-06-24T22:11:25.193Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:25 [2021-06-24T22:11:25.193Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:25 [2021-06-24T22:11:25.193Z] #40 DONE 201.2s
22:11:25 [2021-06-24T22:11:25.193Z] 
22:11:25 [2021-06-24T22:11:25.193Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:25 [2021-06-24T22:11:25.193Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:25 [2021-06-24T22:11:25.298Z] #27 41.16 Selecting previously unselected package libpython3.7-minimal:amd64.
22:11:25 [2021-06-24T22:11:25.298Z] #27 41.17 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:11:25 [2021-06-24T22:11:25.298Z] #27 41.18 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:11:25 [2021-06-24T22:11:25.451Z] #57 ...
22:11:25 [2021-06-24T22:11:25.451Z] 
22:11:25 [2021-06-24T22:11:25.451Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:11:25 [2021-06-24T22:11:25.451Z] #50 sha256:fc99c5265bcff63aa0cf54e4da18bc78677c5c6b4e5a401bf3fef86a6cc3da2b
22:11:25 [2021-06-24T22:11:25.451Z] #50 202.0 + /build/golangci-lint --version
22:11:25 [2021-06-24T22:11:25.555Z] #27 41.46 Selecting previously unselected package python3.7-minimal.
22:11:25 [2021-06-24T22:11:25.555Z] #27 41.47 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
22:11:25 [2021-06-24T22:11:25.555Z] #27 41.49 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:11:25 [2021-06-24T22:11:25.713Z] #50 202.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:11:25 [2021-06-24T22:11:25.716Z] #54 ...
22:11:25 [2021-06-24T22:11:25.716Z] 
22:11:25 [2021-06-24T22:11:25.716Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
22:11:25 [2021-06-24T22:11:25.716Z] #51 sha256:78a38bf9bd204556c4e447eb40b9c41f639de4d9a96ba38d1355997227977ae9
22:11:25 [2021-06-24T22:11:25.971Z] #50 DONE 202.7s
22:11:25 [2021-06-24T22:11:25.971Z] 
22:11:25 [2021-06-24T22:11:25.971Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
22:11:25 [2021-06-24T22:11:25.971Z] #41 sha256:e061cdb34d6ec9949e9d6272e8ece96f21ac19f2e6912b1e87abfdce6f1e2319
22:11:25 [2021-06-24T22:11:25.976Z] #51 DONE 0.5s
22:11:25 [2021-06-24T22:11:25.976Z] 
22:11:25 [2021-06-24T22:11:25.976Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
22:11:25 [2021-06-24T22:11:25.976Z] #53 sha256:66946d1dd042e823474af48e05af6f2f1b5ea3b068dcd72dab4b43028acedf52
22:11:26 [2021-06-24T22:11:26.119Z] #27 42.03 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
22:11:26 [2021-06-24T22:11:26.120Z] #27 42.06 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:11:26 [2021-06-24T22:11:26.236Z] #41 DONE 0.4s
22:11:26 [2021-06-24T22:11:26.236Z] 
22:11:26 [2021-06-24T22:11:26.236Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:26 [2021-06-24T22:11:26.236Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:26 [2021-06-24T22:11:26.237Z] #53 DONE 0.1s
22:11:26 [2021-06-24T22:11:26.237Z] 
22:11:26 [2021-06-24T22:11:26.237Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:26 [2021-06-24T22:11:26.237Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:11:26 [2021-06-24T22:11:26.496Z] #57 ...
22:11:26 [2021-06-24T22:11:26.496Z] 
22:11:26 [2021-06-24T22:11:26.496Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
22:11:26 [2021-06-24T22:11:26.496Z] #45 sha256:3d830ee6a14845bb7b4dbf97bc69a56eaa44b376b6ae3c6bf475e17377ce48aa
22:11:26 [2021-06-24T22:11:26.496Z] #45 DONE 0.1s
22:11:26 [2021-06-24T22:11:26.757Z] 
22:11:26 [2021-06-24T22:11:26.757Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
22:11:26 [2021-06-24T22:11:26.757Z] #47 sha256:428b660973509f7c2518276bff5de4d5873bacf53e86443ed2d454736c5d0d49
22:11:26 [2021-06-24T22:11:26.757Z] #47 DONE 0.1s
22:11:26 [2021-06-24T22:11:26.757Z] 
22:11:26 [2021-06-24T22:11:26.757Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
22:11:26 [2021-06-24T22:11:26.757Z] #49 sha256:c18e06cefa54600f77871267478b106caa48af833252768804a95f74108fffac
22:11:26 [2021-06-24T22:11:26.757Z] #49 DONE 0.1s
22:11:26 [2021-06-24T22:11:26.757Z] 
22:11:26 [2021-06-24T22:11:26.757Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:26 [2021-06-24T22:11:26.757Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.20 Selecting previously unselected package python3-minimal.
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39360 files and directories currently installed.)
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.24 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.25 Unpacking python3-minimal (3.7.3-1) ...
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.31 Selecting previously unselected package libmpdec2:amd64.
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.32 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.33 Unpacking libmpdec2:amd64 (2.4.2-2) ...
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.41 Selecting previously unselected package libpython3.7-stdlib:amd64.
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.42 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
22:11:27 [2021-06-24T22:11:27.491Z] #27 43.43 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:11:28 [2021-06-24T22:11:28.054Z] #27 43.90 Selecting previously unselected package python3.7.
22:11:28 [2021-06-24T22:11:28.054Z] #27 43.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
22:11:28 [2021-06-24T22:11:28.054Z] #27 43.91 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:11:28 [2021-06-24T22:11:28.054Z] #27 44.00 Selecting previously unselected package libpython3-stdlib:amd64.
22:11:28 [2021-06-24T22:11:28.054Z] #27 44.00 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
22:11:28 [2021-06-24T22:11:28.054Z] #27 44.01 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
22:11:28 [2021-06-24T22:11:28.136Z] #57 ...
22:11:28 [2021-06-24T22:11:28.136Z] 
22:11:28 [2021-06-24T22:11:28.136Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
22:11:28 [2021-06-24T22:11:28.136Z] #51 sha256:4713ddd974893f8d6c6ba3649d2a00f1400e20e2c8e282e36c5a34d0f0841722
22:11:28 [2021-06-24T22:11:28.316Z] #27 44.13 Setting up python3-minimal (3.7.3-1) ...
22:11:28 [2021-06-24T22:11:28.704Z] #51 DONE 0.4s
22:11:28 [2021-06-24T22:11:28.704Z] 
22:11:28 [2021-06-24T22:11:28.704Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:28 [2021-06-24T22:11:28.704Z] #54 sha256:206ce3de7c383e0537788bea0f8c9dd718eff5c735eb8b8d3ff456df0e01dd19
22:11:28 [2021-06-24T22:11:28.704Z] #54 ...
22:11:28 [2021-06-24T22:11:28.704Z] 
22:11:28 [2021-06-24T22:11:28.704Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
22:11:28 [2021-06-24T22:11:28.704Z] #53 sha256:c532c2c9f5070ef6f8bf100ab186af6aa15018584e30f1f58519d0253b6ca6d4
22:11:28 [2021-06-24T22:11:28.704Z] #53 DONE 0.1s
22:11:28 [2021-06-24T22:11:28.704Z] 
22:11:28 [2021-06-24T22:11:28.704Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:28 [2021-06-24T22:11:28.704Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.68 Selecting previously unselected package python3.
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.68 (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 ... 39772 files and directories currently installed.)
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.75 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.76 Unpacking python3 (3.7.3-1) ...
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.82 Selecting previously unselected package libip4tc0:amd64.
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.84 Unpacking libip4tc0:amd64 (1.8.2-4) ...
22:11:28 [2021-06-24T22:11:28.880Z] #27 44.91 Selecting previously unselected package libip6tc0:amd64.
22:11:29 [2021-06-24T22:11:29.050Z] #22 5.063 Collecting yamllint==1.26.1
22:11:29 [2021-06-24T22:11:29.138Z] #27 44.93 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.138Z] #27 44.93 Unpacking libip6tc0:amd64 (1.8.2-4) ...
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.03 Selecting previously unselected package libiptc0:amd64.
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.03 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.04 Unpacking libiptc0:amd64 (1.8.2-4) ...
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.10 Selecting previously unselected package libnfnetlink0:amd64.
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.10 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.138Z] #27 45.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.24 Selecting previously unselected package libnetfilter-conntrack3:amd64.
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.24 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.34 Selecting previously unselected package libnftnl11:amd64.
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.34 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.36 Unpacking libnftnl11:amd64 (1.1.2-2) ...
22:11:29 [2021-06-24T22:11:29.395Z] #27 45.44 Selecting previously unselected package iptables.
22:11:29 [2021-06-24T22:11:29.652Z] #27 45.44 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.652Z] #27 45.44 Unpacking iptables (1.8.2-4) ...
22:11:29 [2021-06-24T22:11:29.652Z] #27 45.66 Selecting previously unselected package xxd.
22:11:29 [2021-06-24T22:11:29.652Z] #27 45.66 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
22:11:29 [2021-06-24T22:11:29.652Z] #27 45.66 Unpacking xxd (2:8.1.0875-5) ...
22:11:29 [2021-06-24T22:11:29.908Z] #27 45.75 Selecting previously unselected package vim-common.
22:11:29 [2021-06-24T22:11:29.908Z] #27 45.76 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
22:11:29 [2021-06-24T22:11:29.908Z] #27 45.79 Unpacking vim-common (2:8.1.0875-5) ...
22:11:30 [2021-06-24T22:11:30.165Z] #27 45.93 Selecting previously unselected package bash-completion.
22:11:30 [2021-06-24T22:11:30.165Z] #27 45.94 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
22:11:31 [2021-06-24T22:11:31.654Z] 29d5b6a226d2: Verifying Checksum
22:11:31 [2021-06-24T22:11:31.654Z] 29d5b6a226d2: Download complete
22:11:31 [2021-06-24T22:11:31.794Z] #27 47.52 Unpacking bash-completion (1:2.8-6) ...
22:11:32 [2021-06-24T22:11:32.050Z] #27 47.80 Selecting previously unselected package apparmor.
22:11:32 [2021-06-24T22:11:32.050Z] #27 47.80 Preparing to unpack .../11-apparmor_2.13.2-10_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.050Z] #27 47.86 Unpacking apparmor (2.13.2-10) ...
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.09 Selecting previously unselected package aufs-tools.
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.10 Preparing to unpack .../12-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.11 Unpacking aufs-tools (1:4.14+20190211-1) ...
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.19 Selecting previously unselected package libonig5:amd64.
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.20 Preparing to unpack .../13-libonig5_6.9.1-1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.21 Unpacking libonig5:amd64 (6.9.1-1) ...
22:11:32 [2021-06-24T22:11:32.307Z] #27 48.32 Selecting previously unselected package libjq1:amd64.
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.33 Preparing to unpack .../14-libjq1_1.5+dfsg-2+b1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.34 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.40 Selecting previously unselected package jq.
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.40 Preparing to unpack .../15-jq_1.5+dfsg-2+b1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.41 Unpacking jq (1.5+dfsg-2+b1) ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.48 Selecting previously unselected package libaio1:amd64.
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.49 Preparing to unpack .../16-libaio1_0.3.112-3_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.50 Unpacking libaio1:amd64 (0.3.112-3) ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.54 Selecting previously unselected package libgpm2:amd64.
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.55 Preparing to unpack .../17-libgpm2_1.20.7-5_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.56 Unpacking libgpm2:amd64 (1.20.7-5) ...
22:11:32 [2021-06-24T22:11:32.563Z] #27 48.62 Selecting previously unselected package libnet1:amd64.
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.63 Preparing to unpack .../18-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.70 Selecting previously unselected package libnl-3-200:amd64.
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.72 Preparing to unpack .../19-libnl-3-200_3.4.0-1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.72 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.80 Selecting previously unselected package libprotobuf-c1:amd64.
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.80 Preparing to unpack .../20-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
22:11:32 [2021-06-24T22:11:32.819Z] #27 48.81 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:11:33 [2021-06-24T22:11:33.076Z] #27 48.88 Selecting previously unselected package libreadline5:amd64.
22:11:33 [2021-06-24T22:11:33.076Z] #27 48.90 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
22:11:33 [2021-06-24T22:11:33.076Z] #27 48.91 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:11:33 [2021-06-24T22:11:33.076Z] #27 48.99 Selecting previously unselected package net-tools.
22:11:33 [2021-06-24T22:11:33.076Z] #27 48.99 Preparing to unpack .../22-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
22:11:33 [2021-06-24T22:11:33.076Z] #27 49.00 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
22:11:33 [2021-06-24T22:11:33.333Z] #27 49.18 Selecting previously unselected package python-pip-whl.
22:11:33 [2021-06-24T22:11:33.333Z] #27 49.18 Preparing to unpack .../23-python-pip-whl_18.1-5_all.deb ...
22:11:33 [2021-06-24T22:11:33.333Z] #27 49.19 Unpacking python-pip-whl (18.1-5) ...
22:11:33 [2021-06-24T22:11:33.590Z] #27 49.51 Selecting previously unselected package python3-lib2to3.
22:11:33 [2021-06-24T22:11:33.590Z] #27 49.51 Preparing to unpack .../24-python3-lib2to3_3.7.3-1_all.deb ...
22:11:33 [2021-06-24T22:11:33.590Z] #27 49.52 Unpacking python3-lib2to3 (3.7.3-1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.61 Selecting previously unselected package python3-distutils.
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.62 Preparing to unpack .../25-python3-distutils_3.7.3-1_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.63 Unpacking python3-distutils (3.7.3-1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.73 Selecting previously unselected package python3-pip.
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.74 Preparing to unpack .../26-python3-pip_18.1-5_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.75 Unpacking python3-pip (18.1-5) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.87 Selecting previously unselected package python3-pkg-resources.
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.88 Preparing to unpack .../27-python3-pkg-resources_40.8.0-1_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.88 Unpacking python3-pkg-resources (40.8.0-1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.97 Selecting previously unselected package python3-setuptools.
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.98 Preparing to unpack .../28-python3-setuptools_40.8.0-1_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 49.99 Unpacking python3-setuptools (40.8.0-1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.11 Selecting previously unselected package python3-wheel.
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.12 Preparing to unpack .../29-python3-wheel_0.32.3-2_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.13 Unpacking python3-wheel (0.32.3-2) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.20 Selecting previously unselected package sudo.
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.21 Preparing to unpack .../30-sudo_1.8.27-1+deb10u3_amd64.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.22 Unpacking sudo (1.8.27-1+deb10u3) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.53 Selecting previously unselected package thin-provisioning-tools.
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.54 Preparing to unpack .../31-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.54 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.69 Selecting previously unselected package uidmap.
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.70 Preparing to unpack .../32-uidmap_1%3a4.5-1.1_amd64.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.71 Unpacking uidmap (1:4.5-1.1) ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.80 Selecting previously unselected package vim-runtime.
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.81 Preparing to unpack .../33-vim-runtime_2%3a8.1.0875-5_all.deb ...
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.84 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.87 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
22:11:35 [2021-06-24T22:11:35.680Z] #27 50.87 Unpacking vim-runtime (2:8.1.0875-5) ...
22:11:35 [2021-06-24T22:11:35.685Z] #22 10.42   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.27 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.31   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:11:35 [2021-06-24T22:11:35.685Z] #22 ...
22:11:35 [2021-06-24T22:11:35.685Z] 
22:11:35 [2021-06-24T22:11:35.685Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
22:11:35 [2021-06-24T22:11:35.685Z] #40 sha256:d1b206f91921214c06b638db492a1f58ce67fbb0bce3527c08bc90c64dbbae2c
22:11:35 [2021-06-24T22:11:35.685Z] #40 DONE 200.8s
22:11:35 [2021-06-24T22:11:35.685Z] 
22:11:35 [2021-06-24T22:11:35.685Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:35 [2021-06-24T22:11:35.685Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.43 Collecting pyyaml (from yamllint==1.26.1)
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.63   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.96 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.96 Building wheels for collected packages: yamllint
22:11:35 [2021-06-24T22:11:35.685Z] #22 11.96   Running setup.py bdist_wheel for yamllint: started
22:11:35 [2021-06-24T22:11:35.947Z] #22 ...
22:11:35 [2021-06-24T22:11:35.947Z] 
22:11:35 [2021-06-24T22:11:35.947Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
22:11:35 [2021-06-24T22:11:35.947Z] #50 sha256:f7f9eb411e4575a384dc989416a3997cf4a2a5cfb13517621181442a588c527a
22:11:35 [2021-06-24T22:11:35.947Z] #50 206.6 + /build/golangci-lint --version
22:11:35 [2021-06-24T22:11:35.947Z] #50 207.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
22:11:35 [2021-06-24T22:11:35.947Z] #50 DONE 207.3s
22:11:35 [2021-06-24T22:11:35.947Z] 
22:11:35 [2021-06-24T22:11:35.947Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:35 [2021-06-24T22:11:35.947Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:11:36 [2021-06-24T22:11:36.215Z] #54 ...
22:11:36 [2021-06-24T22:11:36.215Z] 
22:11:36 [2021-06-24T22:11:36.215Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:36 [2021-06-24T22:11:36.215Z] #22 sha256:2adb7f54ff5fc46ae7e246f802e330a8b28e2037283876d0c61aac39fd9cb8b2
22:11:36 [2021-06-24T22:11:36.215Z] #22 12.73   Running setup.py bdist_wheel for yamllint: finished with status 'done'
22:11:36 [2021-06-24T22:11:36.215Z] #22 12.77   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
22:11:36 [2021-06-24T22:11:36.215Z] #22 12.78 Successfully built yamllint
22:11:36 [2021-06-24T22:11:36.215Z] #22 12.84 Installing collected packages: pathspec, pyyaml, yamllint
22:11:36 [2021-06-24T22:11:36.611Z] #27 52.39 Selecting previously unselected package vim.
22:11:36 [2021-06-24T22:11:36.611Z] #27 52.40 Preparing to unpack .../34-vim_2%3a8.1.0875-5_amd64.deb ...
22:11:36 [2021-06-24T22:11:36.611Z] #27 52.42 Unpacking vim (2:8.1.0875-5) ...
22:11:36 [2021-06-24T22:11:36.789Z] #22 13.06 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
22:11:36 [2021-06-24T22:11:36.867Z] #27 52.70 Selecting previously unselected package xfsprogs.
22:11:36 [2021-06-24T22:11:36.867Z] #27 52.72 Preparing to unpack .../35-xfsprogs_4.20.0-1_amd64.deb ...
22:11:36 [2021-06-24T22:11:36.867Z] #27 52.73 Unpacking xfsprogs (4.20.0-1) ...
22:11:37 [2021-06-24T22:11:37.051Z] #22 DONE 13.4s
22:11:37 [2021-06-24T22:11:37.051Z] 
22:11:37 [2021-06-24T22:11:37.051Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
22:11:37 [2021-06-24T22:11:37.051Z] #25 sha256:ee09dac52db283cb4e63b11c26e74e27e73c5ce7ee707faa26d7b2ed2e8fe110
22:11:37 [2021-06-24T22:11:37.124Z] #27 52.99 Selecting previously unselected package zip.
22:11:37 [2021-06-24T22:11:37.124Z] #27 53.01 Preparing to unpack .../36-zip_3.0-11+b1_amd64.deb ...
22:11:37 [2021-06-24T22:11:37.124Z] #27 53.01 Unpacking zip (3.0-11+b1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.19 Setting up aufs-tools (1:4.14+20190211-1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.21 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.22 Setting up libip6tc0:amd64 (1.8.2-4) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.24 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.25 Setting up libgpm2:amd64 (1.20.7-5) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.27 Setting up libip4tc0:amd64 (1.8.2-4) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.28 Setting up uidmap (1:4.5-1.1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.31 Setting up libnftnl11:amd64 (1.1.2-2) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.34 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
22:11:37 [2021-06-24T22:11:37.381Z] #27 53.35 Setting up xxd (2:8.1.0875-5) ...
22:11:37 [2021-06-24T22:11:37.625Z] #25 DONE 0.6s
22:11:37 [2021-06-24T22:11:37.625Z] 
22:11:37 [2021-06-24T22:11:37.625Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
22:11:37 [2021-06-24T22:11:37.625Z] #30 sha256:4f4adaf10fe1385843beb080ad7b3c4d13079e290c92d2af832f8b834b2b1a60
22:11:37 [2021-06-24T22:11:37.638Z] #27 53.37 Setting up zip (3.0-11+b1) ...
22:11:37 [2021-06-24T22:11:37.638Z] #27 53.38 Setting up vim-common (2:8.1.0875-5) ...
22:11:37 [2021-06-24T22:11:37.638Z] #27 53.41 Setting up bash-completion (1:2.8-6) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.08 Setting up libiptc0:amd64 (1.8.2-4) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.10 Setting up sudo (1.8.27-1+deb10u3) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.16 invoke-rc.d: could not determine current runlevel
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.18 invoke-rc.d: policy-rc.d denied execution of start.
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.18 Setting up pigz (2.4-1) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.21 Setting up libnl-3-200:amd64 (3.4.0-1) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.23 Setting up python-pip-whl (18.1-5) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.25 Setting up libmpdec2:amd64 (2.4.2-2) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.26 Setting up vim-runtime (2:8.1.0875-5) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.54 Setting up libaio1:amd64 (0.3.112-3) ...
22:11:39 [2021-06-24T22:11:39.532Z] #27 55.56 Setting up libonig5:amd64 (6.9.1-1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.57 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.58 Setting up vim (2:8.1.0875-5) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.68 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.70 Setting up thin-provisioning-tools (0.7.6-2.1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.72 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.73 Setting up jq (1.5+dfsg-2+b1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.74 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
22:11:39 [2021-06-24T22:11:39.789Z] #27 55.76 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.51 Setting up iptables (1.8.2-4) ...
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.53 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.53 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.54 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.54 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.56 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.56 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
22:11:41 [2021-06-24T22:11:41.683Z] #27 57.57 Setting up python3 (3.7.3-1) ...
22:11:41 [2021-06-24T22:11:41.939Z] #27 57.84 Setting up python3-wheel (0.32.3-2) ...
22:11:42 [2021-06-24T22:11:42.502Z] #27 58.25 Setting up apparmor (2.13.2-10) ...
22:11:43 [2021-06-24T22:11:43.872Z] #27 59.61 Setting up xfsprogs (4.20.0-1) ...
22:11:43 [2021-06-24T22:11:43.872Z] #27 59.65 Setting up python3-lib2to3 (3.7.3-1) ...
22:11:44 [2021-06-24T22:11:44.130Z] #27 59.96 Setting up python3-pkg-resources (40.8.0-1) ...
22:11:44 [2021-06-24T22:11:44.223Z] #30 DONE 6.6s
22:11:44 [2021-06-24T22:11:44.223Z] 
22:11:44 [2021-06-24T22:11:44.223Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:44 [2021-06-24T22:11:44.223Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:11:44 [2021-06-24T22:11:44.223Z] #57 ...
22:11:44 [2021-06-24T22:11:44.223Z] 
22:11:44 [2021-06-24T22:11:44.223Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
22:11:44 [2021-06-24T22:11:44.223Z] #33 sha256:d5b48bdc52eec5c329a24c08a95cc89aac127935d15e76105868abe591203cee
22:11:44 [2021-06-24T22:11:44.484Z] #33 DONE 0.4s
22:11:44 [2021-06-24T22:11:44.484Z] 
22:11:44 [2021-06-24T22:11:44.484Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
22:11:44 [2021-06-24T22:11:44.484Z] #35 sha256:20a3665a34806f86e3ff34d86e310f17978c065e369b8cffb4b3142ff4a76c6a
22:11:44 [2021-06-24T22:11:44.694Z] #27 60.50 Setting up python3-distutils (3.7.3-1) ...
22:11:44 [2021-06-24T22:11:44.746Z] #35 DONE 0.1s
22:11:44 [2021-06-24T22:11:44.746Z] 
22:11:44 [2021-06-24T22:11:44.746Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
22:11:44 [2021-06-24T22:11:44.746Z] #38 sha256:5dbde252a75e65ca58442001a7ac0a909480d9e8439f16eaacfd1e66a8e67a54
22:11:44 [2021-06-24T22:11:44.746Z] #38 DONE 0.1s
22:11:44 [2021-06-24T22:11:44.746Z] 
22:11:44 [2021-06-24T22:11:44.746Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:44 [2021-06-24T22:11:44.746Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:11:44 [2021-06-24T22:11:44.746Z] #57 ...
22:11:44 [2021-06-24T22:11:44.746Z] 
22:11:44 [2021-06-24T22:11:44.746Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
22:11:44 [2021-06-24T22:11:44.746Z] #41 sha256:32b84404bf725666945c2bb38b592074c362528d4158a067d0fe43572d938d12
22:11:44 [2021-06-24T22:11:44.952Z] #27 60.78 Setting up python3-setuptools (40.8.0-1) ...
22:11:45 [2021-06-24T22:11:45.320Z] #41 DONE 0.7s
22:11:45 [2021-06-24T22:11:45.320Z] 
22:11:45 [2021-06-24T22:11:45.320Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
22:11:45 [2021-06-24T22:11:45.320Z] #45 sha256:85c42dcb2540c3fd28addc4d7a3808d5788b278cd755276a4f43c7961fef15fd
22:11:45 [2021-06-24T22:11:45.516Z] #27 61.51 Setting up python3-pip (18.1-5) ...
22:11:45 [2021-06-24T22:11:45.581Z] #45 DONE 0.1s
22:11:45 [2021-06-24T22:11:45.581Z] 
22:11:45 [2021-06-24T22:11:45.581Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
22:11:45 [2021-06-24T22:11:45.581Z] #47 sha256:dd5d30aba81dbeae9ebc3f0649a1869c8f7723d5ad0fa1ae8a34377f538ec71d
22:11:45 [2021-06-24T22:11:45.581Z] #47 DONE 0.3s
22:11:45 [2021-06-24T22:11:45.581Z] 
22:11:45 [2021-06-24T22:11:45.581Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:45 [2021-06-24T22:11:45.581Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:11:45 [2021-06-24T22:11:45.843Z] #54 ...
22:11:45 [2021-06-24T22:11:45.843Z] 
22:11:45 [2021-06-24T22:11:45.843Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
22:11:45 [2021-06-24T22:11:45.843Z] #49 sha256:09fe2d1ee5769bb374d27363c7a22a6c54bf66f1bc367917f0c6d86f86248ce6
22:11:46 [2021-06-24T22:11:46.081Z] #27 62.03 Processing triggers for libc-bin (2.28-10) ...
22:11:46 [2021-06-24T22:11:46.081Z] #27 62.06 Processing triggers for mime-support (3.62) ...
22:11:46 [2021-06-24T22:11:46.104Z] #49 DONE 0.2s
22:11:46 [2021-06-24T22:11:46.104Z] 
22:11:46 [2021-06-24T22:11:46.104Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
22:11:46 [2021-06-24T22:11:46.104Z] #51 sha256:75dc62dec23213e8cfd4e3852f5e8cdfc33a8610bb598a997823de30ddab6cca
22:11:46 [2021-06-24T22:11:46.366Z] #51 DONE 0.4s
22:11:46 [2021-06-24T22:11:46.366Z] 
22:11:46 [2021-06-24T22:11:46.366Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:46 [2021-06-24T22:11:46.366Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:11:46 [2021-06-24T22:11:46.366Z] #57 ...
22:11:46 [2021-06-24T22:11:46.366Z] 
22:11:46 [2021-06-24T22:11:46.366Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
22:11:46 [2021-06-24T22:11:46.366Z] #53 sha256:131ea93702ca570eb1aff081c1a0b03c1d3246393784b2c76105b43068075e6a
22:11:46 [2021-06-24T22:11:46.366Z] #53 DONE 0.1s
22:11:46 [2021-06-24T22:11:46.627Z] 
22:11:46 [2021-06-24T22:11:46.627Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:46 [2021-06-24T22:11:46.627Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:11:48 [2021-06-24T22:11:48.606Z] #27 DONE 64.2s
22:11:48 [2021-06-24T22:11:48.606Z] 
22:11:48 [2021-06-24T22:11:48.606Z] #28 [dev-systemd-false  8/25] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
22:11:48 [2021-06-24T22:11:48.606Z] #28 sha256:f608c724bbd31605bc1aa9cef79cac38abfb310eb190f2d12c8bc941f3d8ca19
22:11:49 [2021-06-24T22:11:49.430Z] #28 1.026 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
22:11:49 [2021-06-24T22:11:49.430Z] #28 1.036 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
22:11:49 [2021-06-24T22:11:49.430Z] #28 1.041 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
22:11:49 [2021-06-24T22:11:49.430Z] #28 DONE 1.1s
22:11:49 [2021-06-24T22:11:49.430Z] 
22:11:49 [2021-06-24T22:11:49.430Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:49 [2021-06-24T22:11:49.430Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:11:49 [2021-06-24T22:11:49.430Z] #64 ...
22:11:49 [2021-06-24T22:11:49.430Z] 
22:11:49 [2021-06-24T22:11:49.430Z] #29 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:11:49 [2021-06-24T22:11:49.430Z] #29 sha256:551fd3ad41394e880d8e463dde70c434e0f1a5c692ca58c0a22db05416dc02bd
22:11:49 [2021-06-24T22:11:49.506Z] #54 ...
22:11:49 [2021-06-24T22:11:49.506Z] 
22:11:49 [2021-06-24T22:11:49.506Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:49 [2021-06-24T22:11:49.506Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:11:49 [2021-06-24T22:11:49.506Z] #57 184.5 + bin/containerd
22:11:50 [2021-06-24T22:11:50.455Z] #57 ...
22:11:50 [2021-06-24T22:11:50.455Z] 
22:11:50 [2021-06-24T22:11:50.455Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:50 [2021-06-24T22:11:50.455Z] #54 sha256:a8ca306f59ec9052ca401713a4c37165177e60dd23940428295761372cb9f048
22:11:50 [2021-06-24T22:11:50.455Z] #54 116.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:11:50 [2021-06-24T22:11:50.455Z] #54 116.9 + mkdir -p /build
22:11:50 [2021-06-24T22:11:50.455Z] #54 116.9 + cp runc /build/runc
22:11:50 [2021-06-24T22:11:50.455Z] #54 DONE 117.8s
22:11:50 [2021-06-24T22:11:50.455Z] 
22:11:50 [2021-06-24T22:11:50.455Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:50 [2021-06-24T22:11:50.455Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:11:52 [2021-06-24T22:11:52.361Z] #57 185.4 + bin/containerd
22:11:52 [2021-06-24T22:11:52.361Z] #57 ...
22:11:52 [2021-06-24T22:11:52.361Z] 
22:11:52 [2021-06-24T22:11:52.361Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:52 [2021-06-24T22:11:52.361Z] #54 sha256:206ce3de7c383e0537788bea0f8c9dd718eff5c735eb8b8d3ff456df0e01dd19
22:11:52 [2021-06-24T22:11:52.361Z] #54 117.3 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:11:52 [2021-06-24T22:11:52.361Z] #54 118.0 + mkdir -p /build
22:11:52 [2021-06-24T22:11:52.361Z] #54 118.0 + cp runc /build/runc
22:11:52 [2021-06-24T22:11:52.361Z] #54 DONE 118.8s
22:11:52 [2021-06-24T22:11:52.366Z] #57 ...
22:11:52 [2021-06-24T22:11:52.366Z] 
22:11:52 [2021-06-24T22:11:52.366Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
22:11:52 [2021-06-24T22:11:52.366Z] #55 sha256:dc3778bafbff54b78305923cb156bf862113b80daf57f0f5c0d2f650e1c95b12
22:11:52 [2021-06-24T22:11:52.366Z] #55 DONE 0.2s
22:11:52 [2021-06-24T22:11:52.366Z] 
22:11:52 [2021-06-24T22:11:52.366Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:52 [2021-06-24T22:11:52.366Z] #57 sha256:8b9f81b5a30cc7ee6b73551f776881bde6104f06c6078ca14e6fc2a347649e8c
22:11:52 [2021-06-24T22:11:52.621Z] 
22:11:52 [2021-06-24T22:11:52.621Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:52 [2021-06-24T22:11:52.621Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:52 [2021-06-24T22:11:52.707Z] #29 2.996 Collecting yamllint==1.26.1
22:11:54 [2021-06-24T22:11:54.002Z] #57 ...
22:11:54 [2021-06-24T22:11:54.002Z] 
22:11:54 [2021-06-24T22:11:54.002Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
22:11:54 [2021-06-24T22:11:54.002Z] #55 sha256:efe4046e88aa01761ccb0fb5c528acf7363b00ef1a84cb064545e728edf15f34
22:11:54 [2021-06-24T22:11:54.002Z] #55 DONE 0.2s
22:11:54 [2021-06-24T22:11:54.002Z] 
22:11:54 [2021-06-24T22:11:54.002Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:11:54 [2021-06-24T22:11:54.002Z] #57 sha256:cbb7e4d8e4849f1345d883b417268f8724287b5d7d5e076a3a32f84651135650
22:11:58 [2021-06-24T22:11:58.022Z] #29 8.249   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
22:11:58 [2021-06-24T22:11:58.280Z] #29 8.726 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
22:11:58 [2021-06-24T22:11:58.280Z] #29 8.751   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
22:11:58 [2021-06-24T22:11:58.280Z] #29 8.777 Collecting pyyaml (from yamllint==1.26.1)
22:11:58 [2021-06-24T22:11:58.280Z] #29 8.887   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
22:11:58 [2021-06-24T22:11:58.538Z] #29 9.060 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
22:11:58 [2021-06-24T22:11:58.538Z] #29 9.068 Building wheels for collected packages: yamllint
22:11:58 [2021-06-24T22:11:58.538Z] #29 9.068   Running setup.py bdist_wheel for yamllint: started
22:11:59 [2021-06-24T22:11:59.102Z] #29 9.732   Running setup.py bdist_wheel for yamllint: finished with status 'done'
22:11:59 [2021-06-24T22:11:59.102Z] #29 9.734   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
22:11:59 [2021-06-24T22:11:59.102Z] #29 9.765 Successfully built yamllint
22:11:59 [2021-06-24T22:11:59.102Z] #29 9.777 Installing collected packages: pathspec, pyyaml, yamllint
22:11:59 [2021-06-24T22:11:59.360Z] #29 9.998 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
22:11:59 [2021-06-24T22:11:59.925Z] #29 ...
22:11:59 [2021-06-24T22:11:59.926Z] 
22:11:59 [2021-06-24T22:11:59.926Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:11:59 [2021-06-24T22:11:59.926Z] #61 sha256:ea19ea82c1d8cff304be3349d48e335d6a8fd42a1efe358a401b76a0a5f3855e
22:11:59 [2021-06-24T22:11:59.926Z] #61 82.96 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:12:00 [2021-06-24T22:12:00.183Z] #61 ...
22:12:00 [2021-06-24T22:12:00.183Z] 
22:12:00 [2021-06-24T22:12:00.183Z] #29 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
22:12:00 [2021-06-24T22:12:00.183Z] #29 sha256:551fd3ad41394e880d8e463dde70c434e0f1a5c692ca58c0a22db05416dc02bd
22:12:00 [2021-06-24T22:12:00.183Z] #29 DONE 10.8s
22:12:00 [2021-06-24T22:12:00.445Z] 
22:12:00 [2021-06-24T22:12:00.445Z] #32 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
22:12:00 [2021-06-24T22:12:00.445Z] #32 sha256:b59741094eb7cc57ae038e7e845fd978b7d093ac725cc04a03178908a3c75838
22:12:01 [2021-06-24T22:12:01.010Z] #32 DONE 0.8s
22:12:01 [2021-06-24T22:12:01.010Z] 
22:12:01 [2021-06-24T22:12:01.010Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:12:01 [2021-06-24T22:12:01.010Z] #61 sha256:ea19ea82c1d8cff304be3349d48e335d6a8fd42a1efe358a401b76a0a5f3855e
22:12:01 [2021-06-24T22:12:01.010Z] #61 83.74 + mkdir -p /build
22:12:01 [2021-06-24T22:12:01.010Z] #61 83.74 + cp runc /build/runc
22:12:01 [2021-06-24T22:12:01.010Z] #61 DONE 84.1s
22:12:01 [2021-06-24T22:12:01.010Z] 
22:12:01 [2021-06-24T22:12:01.010Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
22:12:01 [2021-06-24T22:12:01.010Z] #37 sha256:2aaefca4fdbc722d8c289842630a9949c76fccf3971400a50e8cba2aa6fcf2aa
22:12:04 [2021-06-24T22:12:04.754Z] #54 ...
22:12:04 [2021-06-24T22:12:04.754Z] 
22:12:04 [2021-06-24T22:12:04.754Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:04 [2021-06-24T22:12:04.754Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:12:04 [2021-06-24T22:12:04.754Z] #57 189.1 + bin/containerd
22:12:05 [2021-06-24T22:12:05.189Z] #37 DONE 3.5s
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #40 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.189Z] #40 sha256:a036fa92b5b33085bfbb6f935a3e251051459698202c5c67541a2cf23aa084bc
22:12:05 [2021-06-24T22:12:05.189Z] #40 DONE 0.2s
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:05 [2021-06-24T22:12:05.189Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:12:05 [2021-06-24T22:12:05.189Z] #64 145.2 # github.com/containerd/containerd/cmd/containerd
22:12:05 [2021-06-24T22:12:05.189Z] #64 145.2 /usr/bin/ld: /tmp/go-link-508182005/000019.o: in function `New':
22:12:05 [2021-06-24T22:12:05.189Z] #64 145.2 /tmp/tmp.RFvbRDeyi7/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
22:12:05 [2021-06-24T22:12:05.189Z] #64 145.3 + bin/containerd-stress
22:12:05 [2021-06-24T22:12:05.189Z] #64 ...
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #42 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.189Z] #42 sha256:58421c47a3289f35287af4145b4da88f7411ea48a2b1f24893b1757b7511a391
22:12:05 [2021-06-24T22:12:05.189Z] #42 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #45 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.189Z] #45 sha256:749d91d200e972b617489eba25d5907d19b6e7d36c3ba334fecbe84711e4e94e
22:12:05 [2021-06-24T22:12:05.189Z] #45 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #48 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.189Z] #48 sha256:46ceebec4ceef639b55660799ac01cef9e67699f319bf15b2940c7faa45367b1
22:12:05 [2021-06-24T22:12:05.189Z] #48 DONE 0.4s
22:12:05 [2021-06-24T22:12:05.189Z] 
22:12:05 [2021-06-24T22:12:05.189Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:05 [2021-06-24T22:12:05.189Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:12:05 [2021-06-24T22:12:05.189Z] #64 146.9 + bin/containerd-shim
22:12:05 [2021-06-24T22:12:05.447Z] #64 ...
22:12:05 [2021-06-24T22:12:05.447Z] 
22:12:05 [2021-06-24T22:12:05.447Z] #52 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.447Z] #52 sha256:0ac83fec81a69d17ed9cab654d39619ec41ebf8cef95f047a3a6a9e962821b94
22:12:05 [2021-06-24T22:12:05.447Z] #52 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.447Z] 
22:12:05 [2021-06-24T22:12:05.447Z] #54 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.447Z] #54 sha256:16fd0e60dcff63f083248b42d8ec989dc09e4116864a33694674e9c3724f591c
22:12:05 [2021-06-24T22:12:05.447Z] #54 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.447Z] 
22:12:05 [2021-06-24T22:12:05.447Z] #56 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.447Z] #56 sha256:bd8d9dd907326f6b76da764ef4b5233db5b225bf0eca7f8758ecf8a58fa8af36
22:12:05 [2021-06-24T22:12:05.447Z] #56 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.447Z] 
22:12:05 [2021-06-24T22:12:05.447Z] #58 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.447Z] #58 sha256:ea31354c54c3eddd81be5f71d68b65dd797987975a864f77ed26e43f7652318f
22:12:05 [2021-06-24T22:12:05.704Z] #58 DONE 0.2s
22:12:05 [2021-06-24T22:12:05.704Z] 
22:12:05 [2021-06-24T22:12:05.704Z] #60 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.704Z] #60 sha256:f0c84d0c5b8f495c6a5cb2d57d501f9e877a4e5ae350e5ee13add4f66277cc8f
22:12:05 [2021-06-24T22:12:05.704Z] #60 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.704Z] 
22:12:05 [2021-06-24T22:12:05.704Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:05 [2021-06-24T22:12:05.704Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:12:05 [2021-06-24T22:12:05.962Z] #64 ...
22:12:05 [2021-06-24T22:12:05.962Z] 
22:12:05 [2021-06-24T22:12:05.962Z] #62 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
22:12:05 [2021-06-24T22:12:05.962Z] #62 sha256:b346fa418dbb849d15aa898e271e6d1e574915cd92ce4f4490042e17e9836b6e
22:12:05 [2021-06-24T22:12:05.962Z] #62 DONE 0.1s
22:12:05 [2021-06-24T22:12:05.962Z] 
22:12:05 [2021-06-24T22:12:05.962Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:05 [2021-06-24T22:12:05.962Z] #64 sha256:1c3f317f5d9451ec2b0ee826944b424be407429c81f0c8dbe98663794c9b8aac
22:12:06 [2021-06-24T22:12:06.143Z] #57 ...
22:12:06 [2021-06-24T22:12:06.143Z] 
22:12:06 [2021-06-24T22:12:06.143Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
22:12:06 [2021-06-24T22:12:06.143Z] #54 sha256:281679e531c0f4efc4933ce59c4ec7387bbe53e6c0de41310dc09d8033d17a4a
22:12:06 [2021-06-24T22:12:06.143Z] #54 118.7 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
22:12:06 [2021-06-24T22:12:06.143Z] #54 119.3 + mkdir -p /build
22:12:06 [2021-06-24T22:12:06.143Z] #54 119.3 + cp runc /build/runc
22:12:06 [2021-06-24T22:12:06.143Z] #54 DONE 120.0s
22:12:06 [2021-06-24T22:12:06.405Z] 
22:12:06 [2021-06-24T22:12:06.405Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:06 [2021-06-24T22:12:06.405Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:12:07 [2021-06-24T22:12:07.348Z] #57 ...
22:12:07 [2021-06-24T22:12:07.348Z] 
22:12:07 [2021-06-24T22:12:07.348Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
22:12:07 [2021-06-24T22:12:07.348Z] #55 sha256:9d16e259dba2c9c3d9acd97e41c9bf6f5221f950f249028e5eb22a904ab4871a
22:12:07 [2021-06-24T22:12:07.610Z] #55 DONE 0.2s
22:12:07 [2021-06-24T22:12:07.610Z] 
22:12:07 [2021-06-24T22:12:07.610Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
22:12:07 [2021-06-24T22:12:07.610Z] #57 sha256:34e34aa72b87043cb23c4d320855f3d2ad59ea48000b41747485fc07314bed2b
22:12:12 [2021-06-24T22:12:12.518Z] #64 154.1 + bin/containerd-shim-runc-v1
22:12:17 [2021-06-24T22:12:17.774Z] #64 159.0 + bin/containerd-shim-runc-v2
22:12:17 [2021-06-24T22:12:17.774Z] #64 159.7 + binaries
22:12:18 [2021-06-24T22:12:18.031Z] #64 159.7 + install -D bin/containerd /build/containerd
22:12:18 [2021-06-24T22:12:18.031Z] #64 159.7 + install -D bin/containerd-shim /build/containerd-shim
22:12:18 [2021-06-24T22:12:18.031Z] #64 159.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:12:18 [2021-06-24T22:12:18.031Z] #64 159.7 + install -D bin/ctr /build/ctr
22:12:18 [2021-06-24T22:12:18.593Z] #64 DONE 160.5s
22:12:19 [2021-06-24T22:12:19.962Z] 
22:12:19 [2021-06-24T22:12:19.962Z] #65 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
22:12:19 [2021-06-24T22:12:19.962Z] #65 sha256:b25d0e7380d6ee1d0990aea39338cbd63b2f109b502f3e54795c40d9dfa3be58
22:12:20 [2021-06-24T22:12:20.218Z] #65 DONE 0.4s
22:12:20 [2021-06-24T22:12:20.474Z] 
22:12:20 [2021-06-24T22:12:20.474Z] #69 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:12:20 [2021-06-24T22:12:20.474Z] #69 sha256:51e9e302f284818378b87fea490057d647bf212beed5fea27be6b67a46ec9b26
22:12:20 [2021-06-24T22:12:20.474Z] #69 DONE 0.1s
22:12:20 [2021-06-24T22:12:20.474Z] 
22:12:20 [2021-06-24T22:12:20.474Z] #74 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
22:12:20 [2021-06-24T22:12:20.474Z] #74 sha256:c744f01cc169b68da2d0cf28b0195d76fabcfd7cbf205d20186944e60a3b50b0
22:12:21 [2021-06-24T22:12:21.036Z] #74 DONE 0.4s
22:12:21 [2021-06-24T22:12:21.036Z] 
22:12:21 [2021-06-24T22:12:21.036Z] #75 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
22:12:21 [2021-06-24T22:12:21.036Z] #75 sha256:2d5b2feecbeaec1dd725609118290a936f8073a33a7b7d9f3bee8da258161f14
22:12:21 [2021-06-24T22:12:21.036Z] #75 DONE 0.0s
22:12:21 [2021-06-24T22:12:21.036Z] 
22:12:21 [2021-06-24T22:12:21.036Z] #76 [final 1/1] COPY . /go/src/github.com/docker/docker
22:12:21 [2021-06-24T22:12:21.036Z] #76 sha256:3af2370912c22d752239e2450cde556f4d1aa2623f851352dbb4b8fecc68d338
22:12:24 [2021-06-24T22:12:24.477Z] #57 216.4 # github.com/containerd/containerd/cmd/containerd
22:12:24 [2021-06-24T22:12:24.478Z] #57 216.4 /usr/bin/ld: /tmp/go-link-621244855/000019.o: in function `New':
22:12:24 [2021-06-24T22:12:24.478Z] #57 216.4 /tmp/tmp.kCloUtkant/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
22:12:24 [2021-06-24T22:12:24.478Z] #57 216.5 + bin/containerd-stress
22:12:24 [2021-06-24T22:12:24.478Z] #57 217.6 + bin/containerd-shim
22:12:25 [2021-06-24T22:12:25.205Z] #76 DONE 4.4s
22:12:25 [2021-06-24T22:12:25.461Z] 
22:12:25 [2021-06-24T22:12:25.461Z] #77 exporting to image
22:12:25 [2021-06-24T22:12:25.461Z] #77 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:12:25 [2021-06-24T22:12:25.461Z] #77 exporting layers
22:12:26 [2021-06-24T22:12:26.087Z] #57 217.1 # github.com/containerd/containerd/cmd/containerd
22:12:26 [2021-06-24T22:12:26.087Z] #57 217.1 /usr/bin/ld: /tmp/go-link-168441064/000019.o: in function `New':
22:12:26 [2021-06-24T22:12:26.088Z] #57 217.1 /tmp/tmp.vfAconFX8J/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
22:12:26 [2021-06-24T22:12:26.088Z] #57 217.2 + bin/containerd-stress
22:12:26 [2021-06-24T22:12:26.088Z] #57 218.3 + bin/containerd-shim
22:12:27 [2021-06-24T22:12:27.778Z] #57 224.5 + bin/containerd-shim-runc-v1
22:12:30 [2021-06-24T22:12:30.286Z] #57 225.4 + bin/containerd-shim-runc-v1
22:12:33 [2021-06-24T22:12:33.067Z] #57 229.4 + bin/containerd-shim-runc-v2
22:12:33 [2021-06-24T22:12:33.329Z] #57 230.0 + binaries
22:12:33 [2021-06-24T22:12:33.329Z] #57 230.0 + install -D bin/containerd /build/containerd
22:12:33 [2021-06-24T22:12:33.329Z] #57 230.0 + install -D bin/containerd-shim /build/containerd-shim
22:12:33 [2021-06-24T22:12:33.329Z] #57 230.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:12:33 [2021-06-24T22:12:33.329Z] #57 230.0 + install -D bin/ctr /build/ctr
22:12:35 [2021-06-24T22:12:35.562Z] #57 230.3 + bin/containerd-shim-runc-v2
22:12:35 [2021-06-24T22:12:35.562Z] #57 231.0 + binaries
22:12:35 [2021-06-24T22:12:35.562Z] #57 231.0 + install -D bin/containerd /build/containerd
22:12:35 [2021-06-24T22:12:35.562Z] #57 231.0 + install -D bin/containerd-shim /build/containerd-shim
22:12:35 [2021-06-24T22:12:35.562Z] #57 231.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:12:35 [2021-06-24T22:12:35.562Z] #57 231.0 + install -D bin/ctr /build/ctr
22:12:35 [2021-06-24T22:12:35.870Z] #57 DONE 232.2s
22:12:36 [2021-06-24T22:12:36.448Z] 
22:12:36 [2021-06-24T22:12:36.448Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
22:12:36 [2021-06-24T22:12:36.448Z] #58 sha256:9b83668c9dfcdff2f40cb4a2e1757951be95ce2883eef94a02aaa67e2ece172d
22:12:37 [2021-06-24T22:12:37.023Z] #58 DONE 0.9s
22:12:37 [2021-06-24T22:12:37.294Z] 
22:12:37 [2021-06-24T22:12:37.294Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:12:37 [2021-06-24T22:12:37.294Z] #62 sha256:3b9c0018994850b160452f8361d29d1af0daba4d01b4bfd861900a7a01a10565
22:12:37 [2021-06-24T22:12:37.556Z] #62 DONE 0.2s
22:12:37 [2021-06-24T22:12:37.556Z] 
22:12:37 [2021-06-24T22:12:37.556Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
22:12:37 [2021-06-24T22:12:37.556Z] #67 sha256:36c5c04e111bf6316ad06045f631ccb09d174a721ae793847898a3ee5b005918
22:12:37 [2021-06-24T22:12:37.641Z] #77 exporting layers 12.0s done
22:12:37 [2021-06-24T22:12:37.641Z] #77 writing image sha256:aecd23770959d122936dc3c0a549bca1e6dd1e1fa77a1e487ce682a92ca55809 done
22:12:37 [2021-06-24T22:12:37.641Z] #77 naming to docker.io/library/docker:b1242fad67df01e8df3ceaeb88082f57551c26ba done
22:12:37 [2021-06-24T22:12:37.641Z] #77 DONE 12.0s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
22:12:37 [2021-06-24T22:12:37.988Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/validate/default
22:12:38 [2021-06-24T22:12:38.093Z] #57 DONE 233.3s
22:12:38 [2021-06-24T22:12:38.496Z] #67 DONE 0.9s
22:12:38 [2021-06-24T22:12:38.496Z] 
22:12:38 [2021-06-24T22:12:38.496Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
22:12:38 [2021-06-24T22:12:38.496Z] #68 sha256:148f69bd2b365998a03f2d30239ceac9abd2147e4adf221ebd0de64a8da51079
22:12:38 [2021-06-24T22:12:38.496Z] #68 DONE 0.0s
22:12:38 [2021-06-24T22:12:38.496Z] 
22:12:38 [2021-06-24T22:12:38.496Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
22:12:38 [2021-06-24T22:12:38.496Z] #69 sha256:7d14726990f1207cc1f2fec878a9f2849854f562a50bd6a153eb523ed15ab8b6
22:12:38 [2021-06-24T22:12:38.662Z] 
22:12:38 [2021-06-24T22:12:38.662Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
22:12:38 [2021-06-24T22:12:38.662Z] #58 sha256:3e8fa6261b9a87c32cebe75e76b7325073ccd8fc714d977b25d510b03d32ddd2
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:12:38 [2021-06-24T22:12:38.919Z] No api/types/ or api/swagger.yaml changes in diff.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  All TOML source files changed here have valid syntax.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  No new tests were added to integration-cli.
22:12:38 [2021-06-24T22:12:38.919Z] 
22:12:38 [2021-06-24T22:12:38.919Z] INFO Start validation with golang-ci-lint
22:12:38 [2021-06-24T22:12:38.919Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:12:38 [2021-06-24T22:12:38.919Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:12:38 [2021-06-24T22:12:38.919Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:12:39 [2021-06-24T22:12:39.598Z] #58 DONE 0.9s
22:12:39 [2021-06-24T22:12:39.736Z] #57 222.0 # github.com/containerd/containerd/cmd/containerd
22:12:39 [2021-06-24T22:12:39.736Z] #57 222.0 /usr/bin/ld: /tmp/go-link-745223006/000019.o: in function `New':
22:12:39 [2021-06-24T22:12:39.736Z] #57 222.0 /tmp/tmp.7ilrtWKkJ7/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
22:12:39 [2021-06-24T22:12:39.736Z] #57 222.1 + bin/containerd-stress
22:12:39 [2021-06-24T22:12:39.736Z] #57 223.2 + bin/containerd-shim
22:12:39 [2021-06-24T22:12:39.856Z] 
22:12:39 [2021-06-24T22:12:39.856Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:12:39 [2021-06-24T22:12:39.856Z] #62 sha256:19db1beaa7a94573acc266731506907525b28e7ed2dfe7ebb2d0b6a31477bcb5
22:12:39 [2021-06-24T22:12:39.856Z] #62 DONE 0.2s
22:12:39 [2021-06-24T22:12:39.856Z] 
22:12:39 [2021-06-24T22:12:39.856Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
22:12:39 [2021-06-24T22:12:39.856Z] #67 sha256:578fb15b8f3b15e80dd73d28810b594bb26e47c620f6e2a564ebad91630d950e
22:12:39 [2021-06-24T22:12:39.880Z] #69 DONE 1.2s
22:12:39 [2021-06-24T22:12:39.880Z] 
22:12:39 [2021-06-24T22:12:39.880Z] #70 exporting to image
22:12:39 [2021-06-24T22:12:39.880Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:12:39 [2021-06-24T22:12:39.880Z] #70 exporting layers
22:12:41 [2021-06-24T22:12:41.231Z] #67 DONE 1.0s
22:12:41 [2021-06-24T22:12:41.231Z] 
22:12:41 [2021-06-24T22:12:41.231Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
22:12:41 [2021-06-24T22:12:41.231Z] #68 sha256:192d7a29528f97955fef921f5c3a26e863f0669a1d32aa9b4aedcd0628c77f0f
22:12:41 [2021-06-24T22:12:41.231Z] #68 DONE 0.0s
22:12:41 [2021-06-24T22:12:41.231Z] 
22:12:41 [2021-06-24T22:12:41.231Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
22:12:41 [2021-06-24T22:12:41.231Z] #69 sha256:bbdde1442b3998fe6e80e768947b06551542e2cbd99aa8c47d32195d740847d8
22:12:42 [2021-06-24T22:12:42.607Z] #69 DONE 1.4s
22:12:42 [2021-06-24T22:12:42.607Z] 
22:12:42 [2021-06-24T22:12:42.607Z] #70 exporting to image
22:12:42 [2021-06-24T22:12:42.607Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:12:42 [2021-06-24T22:12:42.607Z] #70 exporting layers
22:12:43 [2021-06-24T22:12:43.191Z] 639bb6bb2beb: Pull complete
22:12:43 [2021-06-24T22:12:43.191Z] Digest: sha256:3458c7dbc9ee16016170ecce85bee03b0e7f13744809d67fc881ec8d2086f5ef
22:12:43 [2021-06-24T22:12:43.192Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
22:12:43 [2021-06-24T22:12:43.192Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1999'
22:12:43 [2021-06-24T22:12:43.192Z] WARN: Skipping validation tests
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Running unit tests at 06/24/2021 22:12:34...
22:12:43 [2021-06-24T22:12:43.192Z] INFO: make.ps1 starting at 06/24/2021 22:12:39
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Git commit (cf7c110e79) assumed from DOCKER_GITCOMMIT environment variable
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Invoking autogen...
22:12:43 [2021-06-24T22:12:43.192Z] INFO: Running unit tests...
22:12:43 [2021-06-24T22:12:43.960Z] #57 230.4 + bin/containerd-shim-runc-v1
22:12:46 [2021-06-24T22:12:46.464Z] #70 exporting layers 6.6s done
22:12:46 [2021-06-24T22:12:46.464Z] #70 writing image sha256:21243ccd5477e2d4ded764e39b6b769f55c2e40a612d5ecb492fb2beca7789c3 done
22:12:46 [2021-06-24T22:12:46.464Z] #70 naming to docker.io/library/docker:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 done
22:12:46 [2021-06-24T22:12:46.464Z] #70 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:12:46 [2021-06-24T22:12:46.832Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_GITCOMMIT=de8ec3d69415b7834246a70a3d9effe4f3bd2b49 -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:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 hack/make.sh dynbinary test-integration
22:12:46 [2021-06-24T22:12:46.879Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/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/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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/resolvconf/dns 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
22:12:48 [2021-06-24T22:12:48.742Z] 
22:12:48 [2021-06-24T22:12:48.742Z] Removing bundles/
22:12:48 [2021-06-24T22:12:48.742Z] 
22:12:48 [2021-06-24T22:12:48.742Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:12:48 [2021-06-24T22:12:48.742Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:12:48 [2021-06-24T22:12:48.742Z] GOOS="" GOARCH="" GOARM=""
22:12:49 [2021-06-24T22:12:49.171Z] #70 exporting layers 6.6s done
22:12:49 [2021-06-24T22:12:49.171Z] #70 writing image sha256:274ab79283babf1c96eaf9fa253de284f661d11377c5fc57a147b260f383fc7e done
22:12:49 [2021-06-24T22:12:49.171Z] #70 naming to docker.io/library/docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 done
22:12:49 [2021-06-24T22:12:49.171Z] #70 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.2 + bin/containerd-shim-runc-v2
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.9 + binaries
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.9 + install -D bin/containerd /build/containerd
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.9 + install -D bin/containerd-shim /build/containerd-shim
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:12:49 [2021-06-24T22:12:49.251Z] #57 235.9 + install -D bin/ctr /build/ctr
22:12:49 [2021-06-24T22:12:49.558Z] + trap exit INT TERM
22:12:49 [2021-06-24T22:12:49.558Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
22:12:49 [2021-06-24T22:12:49.558Z] + CONTAINER_NAME=docker-pr33
22:12:49 [2021-06-24T22:12:49.558Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74 -e DOCKER_GRAPHDRIVER docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 hack/make.sh dynbinary
22:12:50 [2021-06-24T22:12:50.960Z] 
22:12:50 [2021-06-24T22:12:50.960Z] Removing bundles/
22:12:50 [2021-06-24T22:12:50.960Z] 
22:12:50 [2021-06-24T22:12:50.960Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:12:50 [2021-06-24T22:12:50.960Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:12:50 [2021-06-24T22:12:50.960Z] GOOS="" GOARCH="" GOARM=""
22:12:51 [2021-06-24T22:12:51.795Z] #57 DONE 238.1s
22:12:52 [2021-06-24T22:12:52.366Z] 
22:12:52 [2021-06-24T22:12:52.366Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
22:12:52 [2021-06-24T22:12:52.366Z] #58 sha256:706d9f3c6627a7c631ef0ef5f2ae53c72b76b17412b6b14df08407392a43214d
22:12:53 [2021-06-24T22:12:53.307Z] #58 DONE 1.0s
22:12:53 [2021-06-24T22:12:53.307Z] 
22:12:53 [2021-06-24T22:12:53.307Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
22:12:53 [2021-06-24T22:12:53.307Z] #62 sha256:a72ad9eaa0e17d6e55b42bfaa6a0af2b13366d52b413027fdb5a2bfefc5ee5ed
22:12:53 [2021-06-24T22:12:53.307Z] #62 DONE 0.2s
22:12:53 [2021-06-24T22:12:53.307Z] 
22:12:53 [2021-06-24T22:12:53.307Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
22:12:53 [2021-06-24T22:12:53.307Z] #67 sha256:76216b6d82c1d5f43be30107e1640498b9c1343d54696134e96cfe2230dd4de8
22:12:54 [2021-06-24T22:12:54.248Z] #67 DONE 0.9s
22:12:54 [2021-06-24T22:12:54.248Z] 
22:12:54 [2021-06-24T22:12:54.248Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
22:12:54 [2021-06-24T22:12:54.248Z] #68 sha256:d1820ac261e1ea2e5bd08c8de087219d61322b527830f566ba44f88f8677f6fd
22:12:54 [2021-06-24T22:12:54.509Z] #68 DONE 0.0s
22:12:54 [2021-06-24T22:12:54.509Z] 
22:12:54 [2021-06-24T22:12:54.509Z] #69 [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
22:12:54 [2021-06-24T22:12:54.509Z] #69 sha256:968532c2d412b91712489a357d1d016dd31b36d48f2dba019b059c40a8a3f16d
22:12:55 [2021-06-24T22:12:55.080Z] #69 0.702 Hit:1 http://deb.debian.org/debian buster-backports InRelease
22:12:55 [2021-06-24T22:12:55.341Z] #69 0.867 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
22:12:55 [2021-06-24T22:12:55.341Z] #69 0.950 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
22:12:55 [2021-06-24T22:12:55.341Z] #69 1.111 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
22:12:55 [2021-06-24T22:12:55.379Z] ?   	github.com/docker/docker/api	[no test files]
22:12:56 [2021-06-24T22:12:56.263Z] #69 1.204 Reading package lists...
22:12:57 [2021-06-24T22:12:57.211Z] #69 1.865 Reading package lists...
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.625 Building dependency tree...
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.788 Reading state information...
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.910 The following additional packages will be installed:
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.910   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.910   libpam-systemd
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.911 Suggested packages:
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.911   systemd-container policykit-1
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.911 Recommended packages:
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.911   libnss-systemd
22:12:57 [2021-06-24T22:12:57.211Z] #69 2.993 The following NEW packages will be installed:
22:12:57 [2021-06-24T22:12:57.482Z] #69 2.994   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
22:12:57 [2021-06-24T22:12:57.482Z] #69 2.994   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.336 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.336 Need to get 4762 kB of archives.
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.336 After this operation, 16.6 MB of additional disk space will be used.
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.336 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.339 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.340 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.355 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.359 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.360 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
22:12:57 [2021-06-24T22:12:57.747Z] #69 3.435 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.438 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.441 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.443 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.445 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.626 debconf: delaying package configuration, since apt-utils is not installed
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.651 Fetched 4762 kB in 0s (10.8 MB/s)
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.681 Selecting previously unselected package libargon2-1:amd64.
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.681 (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 ... 28078 files and directories currently installed.)
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.696 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.705 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.742 Selecting previously unselected package libjson-c3:amd64.
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.743 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.746 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.782 Selecting previously unselected package libcryptsetup12:amd64.
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.785 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.008Z] #69 3.789 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.836 Selecting previously unselected package libidn11:amd64.
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.839 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.842 Unpacking libidn11:amd64 (1.33-2.2) ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.898 Selecting previously unselected package libkmod2:amd64.
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.901 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.905 Unpacking libkmod2:amd64 (26-1) ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.952 Selecting previously unselected package systemd.
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.955 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
22:12:58 [2021-06-24T22:12:58.269Z] #69 3.995 Unpacking systemd (241-7~deb10u7) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.448 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.458 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.468 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.478 Setting up libidn11:amd64 (1.33-2.2) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.488 Setting up libkmod2:amd64 (26-1) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.500 Setting up systemd (241-7~deb10u7) ...
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.548 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.550 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.554 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
22:12:58 [2021-06-24T22:12:58.840Z] #69 4.554 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.023 Selecting previously unselected package systemd-sysv.
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.023 (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 ... 28875 files and directories currently installed.)
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.038 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.042 Unpacking systemd-sysv (241-7~deb10u7) ...
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.086 Selecting previously unselected package libdbus-1-3:amd64.
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.086 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.089 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
22:12:59 [2021-06-24T22:12:59.411Z] #69 5.146 Selecting previously unselected package dbus.
22:12:59 [2021-06-24T22:12:59.605Z] 29d5b6a226d2: Pull complete
22:12:59 [2021-06-24T22:12:59.605Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b
22:12:59 [2021-06-24T22:12:59.605Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:12:59 [2021-06-24T22:12:59.605Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1'
22:12:59 [2021-06-24T22:12:59.605Z] WARN: Skipping validation tests
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Running unit tests at 06/24/2021 22:12:54...
22:12:59 [2021-06-24T22:12:59.605Z] INFO: make.ps1 starting at 06/24/2021 22:12:58
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Git commit (f901d3cfa8) assumed from DOCKER_GITCOMMIT environment variable
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Invoking autogen...
22:12:59 [2021-06-24T22:12:59.605Z] INFO: Running unit tests...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.148 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.159 Unpacking dbus (1.12.20-0+deb10u1) ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.218 Selecting previously unselected package libpam-systemd:amd64.
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.221 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.225 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.265 Selecting previously unselected package dbus-user-session.
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.268 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.271 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.334 Setting up systemd-sysv (241-7~deb10u7) ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.345 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
22:12:59 [2021-06-24T22:12:59.672Z] #69 5.355 Setting up dbus (1.12.20-0+deb10u1) ...
22:12:59 [2021-06-24T22:12:59.933Z] #69 5.465 invoke-rc.d: could not determine current runlevel
22:12:59 [2021-06-24T22:12:59.933Z] #69 5.468 invoke-rc.d: policy-rc.d denied execution of start.
22:12:59 [2021-06-24T22:12:59.933Z] #69 5.471 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
22:12:59 [2021-06-24T22:12:59.933Z] #69 5.690 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
22:13:00 [2021-06-24T22:13:00.194Z] #69 5.708 Processing triggers for systemd (241-7~deb10u7) ...
22:13:00 [2021-06-24T22:13:00.194Z] #69 5.722 Processing triggers for libc-bin (2.28-10) ...
22:13:00 [2021-06-24T22:13:00.194Z] #69 DONE 5.9s
22:13:00 [2021-06-24T22:13:00.194Z] 
22:13:00 [2021-06-24T22:13:00.194Z] #70 [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
22:13:00 [2021-06-24T22:13:00.194Z] #70 sha256:5f84aefb0e4b3f4051cc038870590e165827f8388f6e817a64e2225bfccaef65
22:13:00 [2021-06-24T22:13:00.765Z] #70 0.472   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
22:13:00 [2021-06-24T22:13:00.765Z] #70 0.472                                  Dload  Upload   Total   Spent    Left  Speed
22:13:00 [2021-06-24T22:13:00.765Z] #70 0.472 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  17361      0 --:--:-- --:--:-- --:--:-- 17361
22:13:00 [2021-06-24T22:13:00.765Z] #70 DONE 0.6s
22:13:00 [2021-06-24T22:13:00.765Z] 
22:13:00 [2021-06-24T22:13:00.765Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker
22:13:00 [2021-06-24T22:13:00.765Z] #71 sha256:02361896fa860843633504d3dba7cee90f9f0ef0b9e734dc48491f674023a21a
22:13:02 [2021-06-24T22:13:02.152Z] #71 DONE 0.9s
22:13:02 [2021-06-24T22:13:02.152Z] 
22:13:02 [2021-06-24T22:13:02.152Z] #72 exporting to image
22:13:02 [2021-06-24T22:13:02.152Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:13:02 [2021-06-24T22:13:02.152Z] #72 exporting layers
22:13:05 [2021-06-24T22:13:05.427Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/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/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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/resolvconf/dns 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
22:13:08 [2021-06-24T22:13:08.734Z] #72 exporting layers 6.7s done
22:13:08 [2021-06-24T22:13:08.734Z] #72 writing image sha256:9f1e0fcf6cc5d4cb7b539127ecb76c8cb936fc7898279ef4e3277f8c6ce53caf done
22:13:08 [2021-06-24T22:13:08.734Z] #72 naming to docker.io/library/docker:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 done
22:13:08 [2021-06-24T22:13:08.734Z] #72 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
22:13:09 [2021-06-24T22:13:09.110Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_GITCOMMIT=de8ec3d69415b7834246a70a3d9effe4f3bd2b49 -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:de8ec3d69415b7834246a70a3d9effe4f3bd2b49 hack/make.sh dynbinary test-integration
22:13:10 [2021-06-24T22:13:10.087Z] === RUN   TestMiddlewares
22:13:10 [2021-06-24T22:13:10.087Z] --- PASS: TestMiddlewares (0.00s)
22:13:10 [2021-06-24T22:13:10.087Z] PASS
22:13:10 [2021-06-24T22:13:10.087Z] coverage: 9.0% of statements
22:13:10 [2021-06-24T22:13:10.087Z] ok  	github.com/docker/docker/api/server	0.056s	coverage: 9.0% of statements
22:13:11 [2021-06-24T22:13:11.023Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
22:13:11 [2021-06-24T22:13:11.023Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
22:13:11 [2021-06-24T22:13:11.023Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
22:13:11 [2021-06-24T22:13:11.023Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
22:13:11 [2021-06-24T22:13:11.023Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
22:13:11 [2021-06-24T22:13:11.023Z] Detected virtualization docker.
22:13:11 [2021-06-24T22:13:11.023Z] Detected architecture x86-64.
22:13:11 [2021-06-24T22:13:11.023Z] Set hostname to <86beb06f42e2>.
22:13:11 [2021-06-24T22:13:11.595Z] + source /etc/docker-entrypoint-cmd
22:13:11 [2021-06-24T22:13:11.595Z] ++ hack/make.sh dynbinary test-integration
22:13:11 [2021-06-24T22:13:11.595Z] 
22:13:11 [2021-06-24T22:13:11.595Z] Removing bundles/
22:13:11 [2021-06-24T22:13:11.595Z] 
22:13:11 [2021-06-24T22:13:11.595Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:13:11 [2021-06-24T22:13:11.595Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:13:11 [2021-06-24T22:13:11.595Z] GOOS="" GOARCH="" GOARM=""
22:13:15 [2021-06-24T22:13:15.775Z] ?   	github.com/docker/docker/api	[no test files]
22:13:33 [2021-06-24T22:13:33.505Z] === RUN   TestMiddlewares
22:13:33 [2021-06-24T22:13:33.505Z] --- PASS: TestMiddlewares (0.00s)
22:13:33 [2021-06-24T22:13:33.505Z] PASS
22:13:33 [2021-06-24T22:13:33.505Z] coverage: 9.0% of statements
22:13:33 [2021-06-24T22:13:33.505Z] ok  	github.com/docker/docker/api/server	0.322s	coverage: 9.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestBoolValue
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestBoolValue (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestBoolValueOrDefault
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestBoolValueOrDefault (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestInt64ValueOrZero
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestInt64ValueOrZero (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestInt64ValueOrDefault
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestInt64ValueOrDefault (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestInt64ValueOrDefaultWithError
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestJsonContentType
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestJsonContentType (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 14.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/server/httputils	0.059s	coverage: 14.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestMaskSecretKeys
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestMaskSecretKeys (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestVersionMiddlewareVersion
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 37.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/server/middleware	0.047s	coverage: 37.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestAdjustForAPIVersion
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestAdjustForAPIVersion (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 5.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/server/router/swarm	0.038s	coverage: 5.7% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestStrSliceMarshalJSON
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestStrSliceUnmarshalJSON
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestStrSliceUnmarshalString
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestStrSliceUnmarshalSlice
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 90.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/types/strslice	0.033s	coverage: 90.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestToJSON
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestToJSON (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestToParamWithVersion
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestToParamWithVersion (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestFromJSON
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestFromJSON (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestEmpty
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestEmpty (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestArgsMatchKVListEmptySources
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestArgsMatchKVList
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestArgsMatchKVList (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestArgsMatch
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestArgsMatch (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestAdd
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestAdd (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestDel
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestDel (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestLen
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestLen (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestExactMatch
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestExactMatch (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestOnlyOneExactMatch
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestOnlyOneExactMatch (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestContains
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestContains (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestValidate
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestValidate (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestWalkValues
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestWalkValues (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestFuzzyMatch
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestFuzzyMatch (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestClone
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestClone (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 92.2% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/types/filters	0.036s	coverage: 92.2% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestDurationToSecondsString
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestDurationToSecondsString (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestGetTimestamp
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestGetTimestamp (0.13s)
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseTimestamps
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestParseTimestamps (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 100.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/types/time	0.164s	coverage: 100.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestCompareVersion
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestCompareVersion (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z] PASS
22:14:10 [2021-06-24T22:14:10.357Z] coverage: 75.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ok  	github.com/docker/docker/api/types/versions	0.040s	coverage: 75.0% of statements
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
22:14:10 [2021-06-24T22:14:10.357Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
22:14:10 [2021-06-24T22:14:10.357Z] --- PASS: TestParseRemoteURL (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.357Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.358Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
22:14:10 [2021-06-24T22:14:10.358Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
22:14:10 [2021-06-24T22:14:10.358Z] === RUN   TestCloneArgsSmartHttp
22:14:10 [2021-06-24T22:14:10.358Z] --- PASS: TestCloneArgsSmartHttp (0.07s)
22:14:10 [2021-06-24T22:14:10.358Z] === RUN   TestCloneArgsDumbHttp
22:14:10 [2021-06-24T22:14:10.358Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
22:14:10 [2021-06-24T22:14:10.358Z] === RUN   TestCloneArgsGit
22:14:10 [2021-06-24T22:14:10.358Z] --- PASS: TestCloneArgsGit (0.00s)
22:14:10 [2021-06-24T22:14:10.358Z] === RUN   TestCheckoutGit
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestProcessNoDockerignore
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestProcessNoDockerignore (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestProcessShouldLeaveAllFiles
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestDetectContentType
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestDetectContentType (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestSelectAcceptableMIME
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestSelectAcceptableMIME (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestInspectEmptyResponse
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestInspectEmptyResponse (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestInspectResponseBinary
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestInspectResponseBinary (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestResponseUnsupportedContentType
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestInspectResponseTextSimple
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestInspectResponseTextSimple (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestInspectResponseEmptyContentType
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestUnknownContentLength
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestUnknownContentLength (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestDownloadRemote
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestDownloadRemote (0.08s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestGetWithStatusError
22:14:10 [2021-06-24T22:14:10.808Z] --- PASS: TestGetWithStatusError (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestCloseRootDirectory
22:14:10 [2021-06-24T22:14:10.808Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:10 [2021-06-24T22:14:10.808Z] --- SKIP: TestCloseRootDirectory (0.04s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestHashFile
22:14:10 [2021-06-24T22:14:10.808Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:10 [2021-06-24T22:14:10.808Z] --- SKIP: TestHashFile (0.01s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestHashSubdir
22:14:10 [2021-06-24T22:14:10.808Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:10 [2021-06-24T22:14:10.808Z] --- SKIP: TestHashSubdir (0.00s)
22:14:10 [2021-06-24T22:14:10.808Z] === RUN   TestRemoveDirectory
22:14:10 [2021-06-24T22:14:10.808Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:10 [2021-06-24T22:14:10.808Z] --- SKIP: TestRemoveDirectory (0.01s)
22:14:10 [2021-06-24T22:14:10.808Z] PASS
22:14:10 [2021-06-24T22:14:10.808Z] coverage: 9.3% of statements
22:14:11 [2021-06-24T22:14:11.259Z] ok  	github.com/docker/docker/builder/remotecontext	0.294s	coverage: 9.3% of statements
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestGetAllAllowed
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestGetAllAllowed (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestGetAllMeta
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestGetAllMeta (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestWarnOnUnusedBuildArgs
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestIsUnreferencedBuiltin
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestIsExistingDirectory
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestIsExistingDirectory (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestGetFilenameForDownload
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestGetFilenameForDownload (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestEnv2Variables
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestEnv2Variables (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestEnvValueWithExistingRunConfigEnv
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestMaintainer
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestMaintainer (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestLabel
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestLabel (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestFromScratch
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestFromScratch (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestFromWithArg
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestFromWithArg (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestFromWithArgButBuildArgsNotGiven
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestFromWithUndefinedArg
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestFromWithUndefinedArg (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestFromMultiStageWithNamedStage
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestOnbuild
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestOnbuild (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestWorkdir
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestWorkdir (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestCmd
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestCmd (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestHealthcheckNone
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestHealthcheckNone (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestHealthcheckCmd
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestHealthcheckCmd (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestEntrypoint
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestEntrypoint (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestExpose
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestExpose (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestUser
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestUser (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestVolume
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestVolume (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestStopSignal
22:14:11 [2021-06-24T22:14:11.259Z]     dispatchers_test.go:377: Windows does not support stopsignal
22:14:11 [2021-06-24T22:14:11.259Z] --- SKIP: TestStopSignal (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestArg
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestArg (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestShell
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestShell (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestPrependEnvOnCmd
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestPrependEnvOnCmd (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestRunWithBuildArgs
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestRunWithBuildArgs (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestRunIgnoresHealthcheck
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatchUnsupportedOptions
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestNormalizeWorkdir
22:14:11 [2021-06-24T22:14:11.259Z] --- PASS: TestNormalizeWorkdir (0.00s)
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatch
22:14:11 [2021-06-24T22:14:11.259Z] === RUN   TestDispatch/ADD_multiple_files_to_file
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/COPY_multiple_files_to_file
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/COPY_wildcard_no_files
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDispatch/COPY_url
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestDispatch (0.06s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z]     --- PASS: TestDispatch/COPY_url (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestAddScratchImageAddsToMounts
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestAddFromScratchPopulatesPlatform
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestImageSourceGetAddsToMounts
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestEmptyDockerfile
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestEmptyDockerfile (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestSymlinkDockerfile
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestSymlinkDockerfile (0.01s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDockerfileOutsideTheBuildContext
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestNonExistingDockerfile
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestNonExistingDockerfile (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestCopyRunConfig
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestCopyRunConfig (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDeepCopyRunConfig
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestDeepCopyRunConfig (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestExportImage
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestExportImage (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestNormalizeDest
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestNormalizeDest (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] PASS
22:14:11 [2021-06-24T22:14:11.710Z] coverage: 47.0% of statements
22:14:11 [2021-06-24T22:14:11.710Z] ok  	github.com/docker/docker/builder/dockerfile	0.175s	coverage: 47.0% of statements
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestEnable
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestEnable (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestDisable
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestDisable (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] === RUN   TestEnabled
22:14:11 [2021-06-24T22:14:11.710Z] --- PASS: TestEnabled (0.00s)
22:14:11 [2021-06-24T22:14:11.710Z] PASS
22:14:11 [2021-06-24T22:14:11.710Z] coverage: 100.0% of statements
22:14:11 [2021-06-24T22:14:11.710Z] ok  	github.com/docker/docker/cli/debug	0.038s	coverage: 100.0% of statements
22:14:11 [2021-06-24T22:14:11.710Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointCreateError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointCreate
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointDeleteError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointDeleteError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointDelete
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointDelete (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointListError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointListError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointList
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointList (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCheckpointListContainerNotFound
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNewClientWithOpsFromEnv
22:14:21 [2021-06-24T22:14:21.941Z]     client_test.go:23: runtime.GOOS == "windows"
22:14:21 [2021-06-24T22:14:21.941Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestGetAPIPath
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestGetAPIPath (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestParseHostURL
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestParseHostURL (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPIVersionEmpty
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPIVersion
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPIVersion (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPVersionOverride
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPIVersionAutomatic
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestClientRedirect
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestClientRedirect (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigCreateUnsupported
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigCreateUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigCreateError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigCreate
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspectNotFound
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspectNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspectUnsupported
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspectUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspectError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspectConfigNotFound
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigInspect
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigListUnsupported
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigListUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigListError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigListError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigList
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigList (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigRemoveUnsupported
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigRemoveError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigRemove
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigUpdateUnsupported
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigUpdateError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestConfigUpdate
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestConfigUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCommitError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCommitError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCommit
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCommit (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerStatPathError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerStatPathError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerStatPathNotFoundError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerStatPathNoHeaderError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerStatPath
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerStatPath (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyToContainerError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyToContainerError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyToContainerNotFoundError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyToContainerNotStatusOKError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyToContainer
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyToContainer (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyFromContainerError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyFromContainerError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyFromContainerNotFoundError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyFromContainerNotStatusOKError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyFromContainerNoHeaderError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestCopyFromContainer
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestCopyFromContainer (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCreateError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCreateImageNotFound
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCreateWithName
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCreateWithName (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerCreateAutoRemove
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerDiffError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerDiffError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerDiff
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerDiff (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecCreateError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecCreate
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecStartError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecStartError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecStart
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecStart (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecInspectError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExecInspect
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExecInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExportError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExportError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerExport
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerExport (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerInspectError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerInspectContainerNotFound
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerInspect
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerInspectNode
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerInspectNode (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerKillError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerKillError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerKill
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerKill (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerListError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerListError (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerList
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerList (0.00s)
22:14:21 [2021-06-24T22:14:21.941Z] === RUN   TestContainerLogsNotFoundError
22:14:21 [2021-06-24T22:14:21.941Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerLogsError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerLogsError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerLogs
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerLogs (0.13s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerPauseError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerPauseError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerPause
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerPause (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainersPruneError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainersPruneError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainersPrune
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainersPrune (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRemoveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRemoveNotFoundError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRemove
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRenameError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRenameError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRename
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRename (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerResizeError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerResizeError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerExecResizeError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerExecResizeError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerResize
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerResize (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerExecResize
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerExecResize (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRestartError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRestartError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerRestart
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerRestart (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStartError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStartError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStart
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStart (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStatsError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStatsError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStats
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStats (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStopError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStopError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerStop
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerStop (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerTopError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerTopError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerTop
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerTop (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerUnpauseError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerUnpauseError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerUnpause
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerUnpause (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerUpdateError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerUpdate
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerWaitError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerWaitError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestContainerWait
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestContainerWait (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestDiskUsageError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestDiskUsageError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestDiskUsage
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestDiskUsage (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestDistributionInspectUnsupported
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestDistributionInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestEventsErrorInOptions
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestEventsErrorInOptions (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestEventsErrorFromServer
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestEventsErrorFromServer (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestEvents
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestEvents (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestTLSCloseWriter
22:14:21 [2021-06-24T22:14:21.942Z] === PAUSE TestTLSCloseWriter
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageBuildError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageBuildError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageBuild
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageBuild (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestGetDockerOS
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestGetDockerOS (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageCreateError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageCreate
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageHistoryError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageHistoryError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageHistory
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageHistory (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageImportError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageImportError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageImport
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageImport (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageInspectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageInspectImageNotFound
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageInspectImageNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageInspect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageListError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageListError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageList
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageList (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageListApiBefore125
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageListApiBefore125 (0.01s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageLoadError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageLoadError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageLoad
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageLoad (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagesPruneError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagesPruneError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagesPrune
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagesPrune (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullReferenceParseError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullReferenceParseError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullAnyError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullAnyError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullStatusUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullStatusUnauthorizedError (0.01s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullWithPrivilegedFuncNoError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePullWithoutErrors
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePullWithoutErrors (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushReferenceError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushReferenceError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushAnyError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushAnyError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushStatusUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithPrivilegedFuncNoError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithoutErrors
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImagePushWithoutErrors (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageRemoveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageRemoveImageNotFound
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageRemove
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSaveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSaveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSave
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSave (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchAnyError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchAnyError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchStatusUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageSearchWithoutErrors
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageTagError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageTagError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageTagInvalidReference
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageTagInvalidReference (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageTagInvalidSourceImageName
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageTagHexSource
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageTagHexSource (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestImageTag
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestImageTag (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestInfoServerError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestInfoServerError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestInfoInvalidResponseJSONError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestInfo
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestInfo (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkConnectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkConnectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkConnect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkConnect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkCreateError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkCreate
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkDisconnectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkDisconnectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkDisconnect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkDisconnect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkInspectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkInspectNotFoundError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkInspect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkListError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkListError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkList
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkList (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworksPruneError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworksPruneError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworksPrune
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworksPrune (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkRemoveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNetworkRemove
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNetworkRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeInspectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeInspectNodeNotFound
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeInspect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeListError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeListError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeList
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeList (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeRemoveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeRemove
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeUpdateError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestNodeUpdate
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestNodeUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestOptionWithTimeout
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestOptionWithTimeout (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingFail
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPingFail (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingWithError
22:14:21 [2021-06-24T22:14:21.942Z] 2021/06/24 22:14:21 RoundTripper returned a response & error; ignoring response
22:14:21 [2021-06-24T22:14:21.942Z] 2021/06/24 22:14:21 RoundTripper returned a response & error; ignoring response
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPingWithError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingSuccess
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPingSuccess (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingHeadFallback
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingHeadFallback/OK
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingHeadFallback/Internal_Server_Error
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingHeadFallback/Not_Found
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPingHeadFallback (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginDisableError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginDisableError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginDisable
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginDisable (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginEnableError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginEnableError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginEnable
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginEnable (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginInspectError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginInspect
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginListError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginListError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginList
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginList (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginPushError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginPushError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginPush
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginPush (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginRemoveError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginRemove
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginSetError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginSetError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPluginSet
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPluginSet (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestSetHostHeader
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestSetHostHeader (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestPlainTextError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestPlainTextError (0.00s)
22:14:21 [2021-06-24T22:14:21.942Z] === RUN   TestInfiniteError
22:14:21 [2021-06-24T22:14:21.942Z] --- PASS: TestInfiniteError (0.02s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestCanceledContext
22:14:21 [2021-06-24T22:14:21.943Z] 2021/06/24 22:14:21 RoundTripper returned a response & error; ignoring response
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestCanceledContext (0.01s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestDeadlineExceededContext
22:14:21 [2021-06-24T22:14:21.943Z] 2021/06/24 22:14:21 RoundTripper returned a response & error; ignoring response
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestDeadlineExceededContext (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretCreateUnsupported
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretCreateUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretCreateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretCreate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretInspectUnsupported
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretInspectUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretInspectError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretInspectSecretNotFound
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretInspect
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretListUnsupported
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretListUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretListError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretListError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretList
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretList (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretRemoveUnsupported
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretRemoveError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretRemove
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretUpdateUnsupported
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretUpdateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSecretUpdate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSecretUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceCreateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceCreate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceCreateCompatiblePlatforms
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceCreateDigestPinning
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceInspectError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceInspectServiceNotFound
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceInspect
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceListError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceListError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceList
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceList (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceLogsError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceLogsError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceLogs
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceLogs (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceRemoveError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceRemoveNotFoundError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceRemove
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceUpdateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestServiceUpdate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestServiceUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmGetUnlockKeyError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmGetUnlockKey
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmInitError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmInitError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmInit
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmInit (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmInspectError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmInspect
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmJoinError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmJoinError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmJoin
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmJoin (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmLeaveError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmLeaveError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmLeave
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmLeave (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmUnlockError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmUnlockError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmUnlock
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmUnlock (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmUpdateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmUpdateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestSwarmUpdate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestSwarmUpdate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestTaskInspectError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTaskInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestTaskInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestTaskInspect
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTaskInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestTaskListError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTaskListError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestTaskList
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTaskList (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeCreateError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeCreateError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeCreate
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeCreate (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeInspectError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeInspectError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeInspectNotFound
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeInspectNotFound (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeInspectWithEmptyID
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeInspect
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeInspect (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeListError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeListError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeList
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeList (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeRemoveError
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeRemoveError (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === RUN   TestVolumeRemove
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestVolumeRemove (0.00s)
22:14:21 [2021-06-24T22:14:21.943Z] === CONT  TestTLSCloseWriter
22:14:21 [2021-06-24T22:14:21.943Z] --- PASS: TestTLSCloseWriter (0.01s)
22:14:21 [2021-06-24T22:14:21.943Z] PASS
22:14:21 [2021-06-24T22:14:21.943Z] coverage: 75.0% of statements
22:14:21 [2021-06-24T22:14:21.943Z] ok  	github.com/docker/docker/client	0.333s	coverage: 75.0% of statements
22:14:25 [2021-06-24T22:14:25.240Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:14:25 [2021-06-24T22:14:25.240Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
22:14:25 [2021-06-24T22:14:25.240Z] GOOS="" GOARCH="" GOARM=""
22:14:25 [2021-06-24T22:14:25.240Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
22:14:25 [2021-06-24T22:14:25.240Z] 
22:14:25 [2021-06-24T22:14:25.240Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:14:25 [2021-06-24T22:14:25.240Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:14:25 [2021-06-24T22:14:25.240Z] HOSTNAME=3596a302f163
22:14:25 [2021-06-24T22:14:25.240Z] DEST=bundles/test-integration
22:14:25 [2021-06-24T22:14:25.240Z] PWD=/go/src/github.com/docker/docker
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_ROOTLESS=1
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_GITCOMMIT=de8ec3d69415b7834246a70a3d9effe4f3bd2b49
22:14:25 [2021-06-24T22:14:25.240Z] container=docker
22:14:25 [2021-06-24T22:14:25.240Z] HOME=/root
22:14:25 [2021-06-24T22:14:25.240Z] GOLANG_VERSION=1.16.5
22:14:25 [2021-06-24T22:14:25.240Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:14:25 [2021-06-24T22:14:25.240Z] VALIDATE_BRANCH=master
22:14:25 [2021-06-24T22:14:25.240Z] TERM=xterm
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_PKG=github.com/docker/docker
22:14:25 [2021-06-24T22:14:25.240Z] SHLVL=1
22:14:25 [2021-06-24T22:14:25.240Z] TIMEOUT=120m
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_BUILDTAGS=apparmor seccomp journald
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_GRAPHDRIVER=overlay2
22:14:25 [2021-06-24T22:14:25.240Z] GO111MODULE=off
22:14:25 [2021-06-24T22:14:25.240Z] DOCKER_EXPERIMENTAL=1
22:14:25 [2021-06-24T22:14:25.240Z] TEST_SKIP_INTEGRATION_CLI=1
22:14:25 [2021-06-24T22:14:25.240Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:25 [2021-06-24T22:14:25.240Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:14:25 [2021-06-24T22:14:25.240Z] GOPATH=/go
22:14:25 [2021-06-24T22:14:25.240Z] PKG_CONFIG=pkg-config
22:14:25 [2021-06-24T22:14:25.240Z] _=/usr/bin/env
22:14:25 [2021-06-24T22:14:25.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:14:27 [2021-06-24T22:14:27.433Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:14:27 [2021-06-24T22:14:27.433Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
22:14:27 [2021-06-24T22:14:27.433Z] GOOS="" GOARCH="" GOARM=""
22:14:27 [2021-06-24T22:14:27.433Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
22:14:27 [2021-06-24T22:14:27.433Z] 
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_INTEGRATION_DEST=2
22:14:27 [2021-06-24T22:14:27.433Z] + CONTAINER_NAME=docker-pr33-2
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_SKIP_INTEGRATION=1
22:14:27 [2021-06-24T22:14:27.433Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
22:14:27 [2021-06-24T22:14:27.433Z] + run_tests
22:14:27 [2021-06-24T22:14:27.433Z] + c=0
22:14:27 [2021-06-24T22:14:27.433Z] + '[' -n 0 ']'
22:14:27 [2021-06-24T22:14:27.433Z] + rm=
22:14:27 [2021-06-24T22:14:27.433Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 hack/make.sh '' test-integration
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_INTEGRATION_DEST=1
22:14:27 [2021-06-24T22:14:27.433Z] + CONTAINER_NAME=docker-pr33-1
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_SKIP_INTEGRATION_CLI=1
22:14:27 [2021-06-24T22:14:27.433Z] + run_tests test-integration-flaky
22:14:27 [2021-06-24T22:14:27.433Z] + '[' -n 0 ']'
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_INTEGRATION_DEST=3
22:14:27 [2021-06-24T22:14:27.433Z] + rm=
22:14:27 [2021-06-24T22:14:27.433Z] + CONTAINER_NAME=docker-pr33-3
22:14:27 [2021-06-24T22:14:27.433Z] + TEST_SKIP_INTEGRATION=1
22:14:27 [2021-06-24T22:14:27.433Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
22:14:27 [2021-06-24T22:14:27.433Z] + run_tests
22:14:27 [2021-06-24T22:14:27.433Z] + '[' -n 0 ']'
22:14:27 [2021-06-24T22:14:27.433Z] + rm=
22:14:27 [2021-06-24T22:14:27.433Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 hack/make.sh test-integration-flaky test-integration
22:14:27 [2021-06-24T22:14:27.433Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:25c68876ffd25bd22a8c46e183936c0ce935ff74 hack/make.sh '' test-integration
22:14:27 [2021-06-24T22:14:27.433Z] ++ jobs -p
22:14:27 [2021-06-24T22:14:27.433Z] + for job in $(jobs -p)
22:14:27 [2021-06-24T22:14:27.433Z] + wait 3971
22:14:27 [2021-06-24T22:14:27.433Z] 
22:14:27 [2021-06-24T22:14:27.433Z] 
22:14:27 [2021-06-24T22:14:27.433Z] 
22:14:27 [2021-06-24T22:14:27.433Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:14:27 [2021-06-24T22:14:27.433Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:14:27 [2021-06-24T22:14:27.433Z] HOSTNAME=5387761d9449
22:14:27 [2021-06-24T22:14:27.433Z] TEST_SKIP_INTEGRATION=1
22:14:27 [2021-06-24T22:14:27.433Z] TESTDEBUG=0
22:14:27 [2021-06-24T22:14:27.433Z] DEST=bundles/test-integration
22:14:27 [2021-06-24T22:14:27.433Z] PWD=/go/src/github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.433Z] KEEPBUNDLE=1
22:14:27 [2021-06-24T22:14:27.433Z] DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74
22:14:27 [2021-06-24T22:14:27.433Z] container=docker
22:14:27 [2021-06-24T22:14:27.433Z] HOME=/root
22:14:27 [2021-06-24T22:14:27.433Z] GOLANG_VERSION=1.16.5
22:14:27 [2021-06-24T22:14:27.433Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:14:27 [2021-06-24T22:14:27.433Z] VALIDATE_BRANCH=master
22:14:27 [2021-06-24T22:14:27.433Z] TERM=xterm
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_PKG=github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.434Z] SHLVL=1
22:14:27 [2021-06-24T22:14:27.434Z] TIMEOUT=120m
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_BUILDTAGS=apparmor seccomp journald
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_GRAPHDRIVER=overlay2
22:14:27 [2021-06-24T22:14:27.434Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
22:14:27 [2021-06-24T22:14:27.434Z] GO111MODULE=off
22:14:27 [2021-06-24T22:14:27.434Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:27 [2021-06-24T22:14:27.434Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:14:27 [2021-06-24T22:14:27.434Z] GOPATH=/go
22:14:27 [2021-06-24T22:14:27.434Z] PKG_CONFIG=pkg-config
22:14:27 [2021-06-24T22:14:27.434Z] _=/usr/bin/env
22:14:27 [2021-06-24T22:14:27.434Z] Building test suite binary ./integration-cli/test.main
22:14:27 [2021-06-24T22:14:27.434Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:14:27 [2021-06-24T22:14:27.434Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:14:27 [2021-06-24T22:14:27.434Z] HOSTNAME=d5c4a421ba37
22:14:27 [2021-06-24T22:14:27.434Z] TEST_SKIP_INTEGRATION=1
22:14:27 [2021-06-24T22:14:27.434Z] TESTDEBUG=0
22:14:27 [2021-06-24T22:14:27.434Z] DEST=bundles/test-integration
22:14:27 [2021-06-24T22:14:27.434Z] PWD=/go/src/github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.434Z] KEEPBUNDLE=1
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74
22:14:27 [2021-06-24T22:14:27.434Z] container=docker
22:14:27 [2021-06-24T22:14:27.434Z] HOME=/root
22:14:27 [2021-06-24T22:14:27.434Z] GOLANG_VERSION=1.16.5
22:14:27 [2021-06-24T22:14:27.434Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:14:27 [2021-06-24T22:14:27.434Z] VALIDATE_BRANCH=master
22:14:27 [2021-06-24T22:14:27.434Z] TERM=xterm
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_PKG=github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.434Z] SHLVL=1
22:14:27 [2021-06-24T22:14:27.434Z] TIMEOUT=120m
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_BUILDTAGS=apparmor seccomp journald
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_GRAPHDRIVER=overlay2
22:14:27 [2021-06-24T22:14:27.434Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
22:14:27 [2021-06-24T22:14:27.434Z] GO111MODULE=off
22:14:27 [2021-06-24T22:14:27.434Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:27 [2021-06-24T22:14:27.434Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:14:27 [2021-06-24T22:14:27.434Z] GOPATH=/go
22:14:27 [2021-06-24T22:14:27.434Z] PKG_CONFIG=pkg-config
22:14:27 [2021-06-24T22:14:27.434Z] _=/usr/bin/env
22:14:27 [2021-06-24T22:14:27.434Z] Building test suite binary ./integration-cli/test.main
22:14:27 [2021-06-24T22:14:27.434Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
22:14:27 [2021-06-24T22:14:27.434Z] No new tests added to integration.
22:14:27 [2021-06-24T22:14:27.434Z] 
22:14:27 [2021-06-24T22:14:27.434Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:14:27 [2021-06-24T22:14:27.434Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:14:27 [2021-06-24T22:14:27.434Z] HOSTNAME=ee4212caa92a
22:14:27 [2021-06-24T22:14:27.434Z] TESTDEBUG=0
22:14:27 [2021-06-24T22:14:27.434Z] DEST=bundles/test-integration
22:14:27 [2021-06-24T22:14:27.434Z] PWD=/go/src/github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.434Z] KEEPBUNDLE=1
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_GITCOMMIT=25c68876ffd25bd22a8c46e183936c0ce935ff74
22:14:27 [2021-06-24T22:14:27.434Z] container=docker
22:14:27 [2021-06-24T22:14:27.434Z] HOME=/root
22:14:27 [2021-06-24T22:14:27.434Z] GOLANG_VERSION=1.16.5
22:14:27 [2021-06-24T22:14:27.434Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:14:27 [2021-06-24T22:14:27.434Z] VALIDATE_BRANCH=master
22:14:27 [2021-06-24T22:14:27.434Z] TERM=xterm
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_PKG=github.com/docker/docker
22:14:27 [2021-06-24T22:14:27.434Z] SHLVL=1
22:14:27 [2021-06-24T22:14:27.434Z] TIMEOUT=120m
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_BUILDTAGS=apparmor seccomp journald
22:14:27 [2021-06-24T22:14:27.434Z] DOCKER_GRAPHDRIVER=overlay2
22:14:27 [2021-06-24T22:14:27.434Z] GO111MODULE=off
22:14:27 [2021-06-24T22:14:27.434Z] TEST_SKIP_INTEGRATION_CLI=1
22:14:27 [2021-06-24T22:14:27.434Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:27 [2021-06-24T22:14:27.434Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:14:27 [2021-06-24T22:14:27.434Z] GOPATH=/go
22:14:27 [2021-06-24T22:14:27.434Z] PKG_CONFIG=pkg-config
22:14:27 [2021-06-24T22:14:27.434Z] _=/usr/bin/env
22:14:27 [2021-06-24T22:14:27.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:14:34 [2021-06-24T22:14:34.029Z] === RUN   TestBoolValue
22:14:34 [2021-06-24T22:14:34.029Z] --- PASS: TestBoolValue (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestBoolValueOrDefault
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestBoolValueOrDefault (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestInt64ValueOrZero
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestInt64ValueOrZero (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestInt64ValueOrDefault
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestInt64ValueOrDefault (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestInt64ValueOrDefaultWithError
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestJsonContentType
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestJsonContentType (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] PASS
22:14:34 [2021-06-24T22:14:34.030Z] coverage: 14.7% of statements
22:14:34 [2021-06-24T22:14:34.030Z] ok  	github.com/docker/docker/api/server/httputils	0.415s	coverage: 14.7% of statements
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestMaskSecretKeys
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestMaskSecretKeys (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestVersionMiddlewareVersion
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
22:14:34 [2021-06-24T22:14:34.030Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
22:14:34 [2021-06-24T22:14:34.030Z] PASS
22:14:34 [2021-06-24T22:14:34.030Z] coverage: 37.7% of statements
22:14:34 [2021-06-24T22:14:34.030Z] ok  	github.com/docker/docker/api/server/middleware	0.268s	coverage: 37.7% of statements
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:14:34 [2021-06-24T22:14:34.030Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:14:35 [2021-06-24T22:14:35.003Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:14:35 [2021-06-24T22:14:35.003Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] === RUN   TestAdjustForAPIVersion
22:14:35 [2021-06-24T22:14:35.465Z] --- PASS: TestAdjustForAPIVersion (0.00s)
22:14:35 [2021-06-24T22:14:35.465Z] PASS
22:14:35 [2021-06-24T22:14:35.465Z] coverage: 5.7% of statements
22:14:35 [2021-06-24T22:14:35.465Z] ok  	github.com/docker/docker/api/server/router/swarm	0.221s	coverage: 5.7% of statements
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/types	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:14:35 [2021-06-24T22:14:35.465Z] === RUN   TestStrSliceMarshalJSON
22:14:35 [2021-06-24T22:14:35.465Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
22:14:35 [2021-06-24T22:14:35.465Z] === RUN   TestStrSliceUnmarshalJSON
22:14:35 [2021-06-24T22:14:35.465Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
22:14:35 [2021-06-24T22:14:35.465Z] === RUN   TestStrSliceUnmarshalString
22:14:35 [2021-06-24T22:14:35.465Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
22:14:35 [2021-06-24T22:14:35.465Z] === RUN   TestStrSliceUnmarshalSlice
22:14:35 [2021-06-24T22:14:35.465Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
22:14:35 [2021-06-24T22:14:35.465Z] PASS
22:14:35 [2021-06-24T22:14:35.465Z] coverage: 90.0% of statements
22:14:35 [2021-06-24T22:14:35.465Z] ok  	github.com/docker/docker/api/types/strslice	0.127s	coverage: 90.0% of statements
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestToJSON
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestToJSON (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestToParamWithVersion
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestToParamWithVersion (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestFromJSON
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestFromJSON (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestEmpty
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestEmpty (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestArgsMatchKVListEmptySources
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestArgsMatchKVList
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestArgsMatchKVList (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestArgsMatch
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestArgsMatch (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestAdd
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestAdd (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestDel
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestDel (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestLen
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestLen (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestExactMatch
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestExactMatch (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestOnlyOneExactMatch
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestOnlyOneExactMatch (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestContains
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestContains (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestValidate
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestValidate (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestWalkValues
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestWalkValues (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestFuzzyMatch
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestFuzzyMatch (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] === RUN   TestClone
22:14:35 [2021-06-24T22:14:35.927Z] --- PASS: TestClone (0.00s)
22:14:35 [2021-06-24T22:14:35.927Z] PASS
22:14:35 [2021-06-24T22:14:35.927Z] coverage: 92.2% of statements
22:14:35 [2021-06-24T22:14:35.927Z] ok  	github.com/docker/docker/api/types/filters	0.257s	coverage: 92.2% of statements
22:14:35 [2021-06-24T22:14:35.927Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:14:35 [2021-06-24T22:14:35.928Z] === RUN   TestDurationToSecondsString
22:14:35 [2021-06-24T22:14:35.928Z] --- PASS: TestDurationToSecondsString (0.00s)
22:14:35 [2021-06-24T22:14:35.928Z] === RUN   TestGetTimestamp
22:14:35 [2021-06-24T22:14:35.928Z] --- PASS: TestGetTimestamp (0.14s)
22:14:35 [2021-06-24T22:14:35.928Z] === RUN   TestParseTimestamps
22:14:35 [2021-06-24T22:14:35.928Z] --- PASS: TestParseTimestamps (0.00s)
22:14:35 [2021-06-24T22:14:35.928Z] PASS
22:14:35 [2021-06-24T22:14:35.928Z] coverage: 100.0% of statements
22:14:35 [2021-06-24T22:14:35.928Z] ok  	github.com/docker/docker/api/types/time	0.370s	coverage: 100.0% of statements
22:14:36 [2021-06-24T22:14:36.389Z] === RUN   TestCompareVersion
22:14:36 [2021-06-24T22:14:36.389Z] --- PASS: TestCompareVersion (0.00s)
22:14:36 [2021-06-24T22:14:36.389Z] PASS
22:14:36 [2021-06-24T22:14:36.389Z] coverage: 75.0% of statements
22:14:36 [2021-06-24T22:14:36.389Z] ok  	github.com/docker/docker/api/types/versions	0.141s	coverage: 75.0% of statements
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:14:36 [2021-06-24T22:14:36.389Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:14:36 [2021-06-24T22:14:36.654Z] --- PASS: TestCheckoutGit (26.88s)
22:14:36 [2021-06-24T22:14:36.654Z] === RUN   TestValidGitTransport
22:14:36 [2021-06-24T22:14:36.654Z] --- PASS: TestValidGitTransport (0.00s)
22:14:36 [2021-06-24T22:14:36.654Z] === RUN   TestGitInvalidRef
22:14:36 [2021-06-24T22:14:36.654Z] --- PASS: TestGitInvalidRef (0.21s)
22:14:36 [2021-06-24T22:14:36.654Z] PASS
22:14:36 [2021-06-24T22:14:36.654Z] coverage: 86.3% of statements
22:14:36 [2021-06-24T22:14:36.654Z] ok  	github.com/docker/docker/builder/remotecontext/git	27.281s	coverage: 86.3% of statements
22:14:37 [2021-06-24T22:14:37.104Z] ?   	github.com/docker/docker/cli	[no test files]
22:14:37 [2021-06-24T22:14:37.104Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
22:14:37 [2021-06-24T22:14:37.950Z] --- PASS: TestParseRemoteURL (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestCloneArgsSmartHttp
22:14:37 [2021-06-24T22:14:37.950Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestCloneArgsDumbHttp
22:14:37 [2021-06-24T22:14:37.950Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestCloneArgsGit
22:14:37 [2021-06-24T22:14:37.950Z] --- PASS: TestCloneArgsGit (0.00s)
22:14:37 [2021-06-24T22:14:37.950Z] === RUN   TestCheckoutGit
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestProcessNoDockerignore
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestProcessNoDockerignore (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestProcessShouldLeaveAllFiles
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestDetectContentType
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestDetectContentType (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestSelectAcceptableMIME
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestSelectAcceptableMIME (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestInspectEmptyResponse
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestInspectEmptyResponse (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestInspectResponseBinary
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestInspectResponseBinary (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestResponseUnsupportedContentType
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestInspectResponseTextSimple
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestInspectResponseTextSimple (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestInspectResponseEmptyContentType
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestUnknownContentLength
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestUnknownContentLength (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestDownloadRemote
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestDownloadRemote (0.07s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestGetWithStatusError
22:14:40 [2021-06-24T22:14:40.147Z] --- PASS: TestGetWithStatusError (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestCloseRootDirectory
22:14:40 [2021-06-24T22:14:40.147Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:40 [2021-06-24T22:14:40.147Z] --- SKIP: TestCloseRootDirectory (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestHashFile
22:14:40 [2021-06-24T22:14:40.147Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:40 [2021-06-24T22:14:40.147Z] --- SKIP: TestHashFile (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestHashSubdir
22:14:40 [2021-06-24T22:14:40.147Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:40 [2021-06-24T22:14:40.147Z] --- SKIP: TestHashSubdir (0.01s)
22:14:40 [2021-06-24T22:14:40.147Z] === RUN   TestRemoveDirectory
22:14:40 [2021-06-24T22:14:40.147Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:14:40 [2021-06-24T22:14:40.147Z] --- SKIP: TestRemoveDirectory (0.00s)
22:14:40 [2021-06-24T22:14:40.147Z] PASS
22:14:40 [2021-06-24T22:14:40.147Z] coverage: 9.3% of statements
22:14:40 [2021-06-24T22:14:40.147Z] ok  	github.com/docker/docker/builder/remotecontext	0.798s	coverage: 9.3% of statements
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestGetAllAllowed
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestGetAllAllowed (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestGetAllMeta
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestGetAllMeta (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestWarnOnUnusedBuildArgs
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestIsUnreferencedBuiltin
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestIsExistingDirectory
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestIsExistingDirectory (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestGetFilenameForDownload
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestGetFilenameForDownload (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestEnv2Variables
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestEnv2Variables (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestEnvValueWithExistingRunConfigEnv
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestMaintainer
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestMaintainer (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestLabel
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestLabel (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestFromScratch
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestFromScratch (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestFromWithArg
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestFromWithArg (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestFromWithArgButBuildArgsNotGiven
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestFromWithUndefinedArg
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestFromWithUndefinedArg (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestFromMultiStageWithNamedStage
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestOnbuild
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestOnbuild (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestWorkdir
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestWorkdir (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestCmd
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestCmd (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestHealthcheckNone
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestHealthcheckNone (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestHealthcheckCmd
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestHealthcheckCmd (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestEntrypoint
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestEntrypoint (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestExpose
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestExpose (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestUser
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestUser (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestVolume
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestVolume (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestStopSignal
22:14:40 [2021-06-24T22:14:40.608Z]     dispatchers_test.go:377: Windows does not support stopsignal
22:14:40 [2021-06-24T22:14:40.608Z] --- SKIP: TestStopSignal (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestArg
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestArg (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestShell
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestShell (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestPrependEnvOnCmd
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestPrependEnvOnCmd (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestRunWithBuildArgs
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestRunWithBuildArgs (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestRunIgnoresHealthcheck
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatchUnsupportedOptions
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestNormalizeWorkdir
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestNormalizeWorkdir (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/ADD_multiple_files_to_file
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/COPY_multiple_files_to_file
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/COPY_wildcard_no_files
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDispatch/COPY_url
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestDispatch (0.07s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z]     --- PASS: TestDispatch/COPY_url (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestAddScratchImageAddsToMounts
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestAddFromScratchPopulatesPlatform
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestImageSourceGetAddsToMounts
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestEmptyDockerfile
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestEmptyDockerfile (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestSymlinkDockerfile
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestSymlinkDockerfile (0.02s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDockerfileOutsideTheBuildContext
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestNonExistingDockerfile
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestNonExistingDockerfile (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestCopyRunConfig
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestCopyRunConfig (0.00s)
22:14:40 [2021-06-24T22:14:40.608Z] === RUN   TestDeepCopyRunConfig
22:14:40 [2021-06-24T22:14:40.608Z] --- PASS: TestDeepCopyRunConfig (0.00s)
22:14:40 [2021-06-24T22:14:40.609Z] === RUN   TestExportImage
22:14:40 [2021-06-24T22:14:40.609Z] --- PASS: TestExportImage (0.00s)
22:14:40 [2021-06-24T22:14:40.609Z] === RUN   TestNormalizeDest
22:14:40 [2021-06-24T22:14:40.609Z] --- PASS: TestNormalizeDest (0.00s)
22:14:40 [2021-06-24T22:14:40.609Z] PASS
22:14:40 [2021-06-24T22:14:40.609Z] coverage: 47.0% of statements
22:14:41 [2021-06-24T22:14:41.070Z] ok  	github.com/docker/docker/builder/dockerfile	0.951s	coverage: 47.0% of statements
22:14:41 [2021-06-24T22:14:41.070Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:14:41 [2021-06-24T22:14:41.536Z] === RUN   TestEnable
22:14:41 [2021-06-24T22:14:41.536Z] --- PASS: TestEnable (0.00s)
22:14:41 [2021-06-24T22:14:41.536Z] === RUN   TestDisable
22:14:41 [2021-06-24T22:14:41.536Z] --- PASS: TestDisable (0.00s)
22:14:41 [2021-06-24T22:14:41.536Z] === RUN   TestEnabled
22:14:41 [2021-06-24T22:14:41.536Z] --- PASS: TestEnabled (0.00s)
22:14:41 [2021-06-24T22:14:41.536Z] PASS
22:14:41 [2021-06-24T22:14:41.536Z] coverage: 100.0% of statements
22:14:41 [2021-06-24T22:14:41.536Z] ok  	github.com/docker/docker/cli/debug	0.166s	coverage: 100.0% of statements
22:14:48 [2021-06-24T22:14:48.095Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:14:48 [2021-06-24T22:14:48.095Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
22:14:48 [2021-06-24T22:14:48.095Z] GOOS="" GOARCH="" GOARM=""
22:14:48 [2021-06-24T22:14:48.095Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
22:14:48 [2021-06-24T22:14:48.095Z] 
22:14:48 [2021-06-24T22:14:48.095Z] ---> Making bundle: test-integration (in bundles/test-integration)
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_SYSTEMD=1
22:14:48 [2021-06-24T22:14:48.095Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
22:14:48 [2021-06-24T22:14:48.095Z] HOSTNAME=86beb06f42e2
22:14:48 [2021-06-24T22:14:48.095Z] DEST=bundles/test-integration
22:14:48 [2021-06-24T22:14:48.095Z] PWD=/go/src/github.com/docker/docker
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_GITCOMMIT=de8ec3d69415b7834246a70a3d9effe4f3bd2b49
22:14:48 [2021-06-24T22:14:48.095Z] container=docker
22:14:48 [2021-06-24T22:14:48.095Z] HOME=/root
22:14:48 [2021-06-24T22:14:48.095Z] LANG=C.UTF-8
22:14:48 [2021-06-24T22:14:48.095Z] INVOCATION_ID=220509639192473b83308b074319ad6a
22:14:48 [2021-06-24T22:14:48.095Z] GOLANG_VERSION=1.16.5
22:14:48 [2021-06-24T22:14:48.095Z] VALIDATE_REPO=https://github.com/moby/moby.git
22:14:48 [2021-06-24T22:14:48.095Z] VALIDATE_BRANCH=master
22:14:48 [2021-06-24T22:14:48.095Z] TERM=xterm
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_PKG=github.com/docker/docker
22:14:48 [2021-06-24T22:14:48.095Z] SHLVL=3
22:14:48 [2021-06-24T22:14:48.095Z] TIMEOUT=120m
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_BUILDTAGS=apparmor seccomp journald
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_GRAPHDRIVER=overlay2
22:14:48 [2021-06-24T22:14:48.095Z] GO111MODULE=off
22:14:48 [2021-06-24T22:14:48.095Z] DOCKER_EXPERIMENTAL=1
22:14:48 [2021-06-24T22:14:48.095Z] TEST_SKIP_INTEGRATION_CLI=1
22:14:48 [2021-06-24T22:14:48.095Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
22:14:48 [2021-06-24T22:14:48.095Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
22:14:48 [2021-06-24T22:14:48.095Z] GOPATH=/go
22:14:48 [2021-06-24T22:14:48.095Z] PKG_CONFIG=pkg-config
22:14:48 [2021-06-24T22:14:48.095Z] _=/usr/bin/env
22:14:48 [2021-06-24T22:14:48.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestContainerStopSignal
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestContainerStopSignal (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestContainerStopTimeout
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestContainerStopTimeout (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestContainerSecretReferenceDestTarget
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestContainerLogPathSetForJSONFileLogger
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestContainerLogPathSetForRingLogger
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestReplaceAndAppendEnvVars
22:14:49 [2021-06-24T22:14:49.381Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestNewMemoryStore
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestNewMemoryStore (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestAddContainers
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestAddContainers (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestGetContainer
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestGetContainer (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestDeleteContainer
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestDeleteContainer (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestListContainers
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestListContainers (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestFirstContainer
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestFirstContainer (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestApplyAllContainer
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestApplyAllContainer (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestIsValidHealthString
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestIsValidHealthString (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestStateRunStop
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestStateRunStop (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestStateTimeoutWait
22:14:49 [2021-06-24T22:14:49.381Z]     state_test.go:141: Stop callback fired
22:14:49 [2021-06-24T22:14:49.381Z]     state_test.go:165: Stop callback fired
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestStateTimeoutWait (0.11s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestIsValidStateString
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestIsValidStateString (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestViewSaveDelete
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestViewSaveDelete (0.02s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestViewAll
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestViewAll (0.02s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestViewGet
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestViewGet (0.01s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestNames
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestNames (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestViewWithHealthCheck
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestViewWithHealthCheck (0.01s)
22:14:49 [2021-06-24T22:14:49.381Z] PASS
22:14:49 [2021-06-24T22:14:49.381Z] coverage: 41.5% of statements
22:14:49 [2021-06-24T22:14:49.381Z] ok  	github.com/docker/docker/container	0.255s	coverage: 41.5% of statements
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithTLS
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithConflicts
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliWithConflictingLabels
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestConfigureDaemonLogs
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestConfigureDaemonLogs (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestCommonOptionsInstallFlags
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
22:14:49 [2021-06-24T22:14:49.381Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
22:14:49 [2021-06-24T22:14:49.381Z] PASS
22:14:49 [2021-06-24T22:14:49.381Z] coverage: 18.5% of statements
22:14:49 [2021-06-24T22:14:49.381Z] ok  	github.com/docker/docker/cmd/dockerd	0.206s	coverage: 18.5% of statements
22:14:49 [2021-06-24T22:14:49.381Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:14:49 [2021-06-24T22:14:49.381Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:14:49 [2021-06-24T22:14:49.381Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:14:49 [2021-06-24T22:14:49.381Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestPrepare
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestPrepare (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestStart
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestStart (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestWaitCancel
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestWaitCancel (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestWaitDisabled
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestWaitDisabled (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestWaitEnabled
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestWaitEnabled (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] === RUN   TestRemove
22:14:50 [2021-06-24T22:14:50.891Z] --- PASS: TestRemove (0.00s)
22:14:50 [2021-06-24T22:14:50.891Z] PASS
22:14:50 [2021-06-24T22:14:50.891Z] coverage: 65.3% of statements
22:14:50 [2021-06-24T22:14:50.891Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.110s	coverage: 65.3% of statements
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCContainerRuntime
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/empty
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/default
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/process
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCIsolation
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCIsolation/default
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCIsolation/process
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
22:14:52 [2021-06-24T22:14:52.403Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCCredentialSpec
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
22:14:52 [2021-06-24T22:14:52.403Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCConfigs
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCConfigs/file
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCConfigs
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCConfigs/file
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestServiceConvertToGRPCConfigs/none
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] PASS
22:14:52 [2021-06-24T22:14:52.854Z] coverage: 35.9% of statements
22:14:52 [2021-06-24T22:14:52.854Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.239s	coverage: 35.9% of statements
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestNewListSecretsFilters
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestNewListSecretsFilters (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] === RUN   TestNewListConfigsFilters
22:14:52 [2021-06-24T22:14:52.854Z] --- PASS: TestNewListConfigsFilters (0.00s)
22:14:52 [2021-06-24T22:14:52.854Z] PASS
22:14:52 [2021-06-24T22:14:52.854Z] coverage: 0.5% of statements
22:14:52 [2021-06-24T22:14:52.854Z] ok  	github.com/docker/docker/daemon/cluster	0.930s	coverage: 0.5% of statements
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointCreateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointCreate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointDeleteError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointDeleteError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointDelete
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointDelete (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointListError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointListError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointList
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointList (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCheckpointListContainerNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNewClientWithOpsFromEnv
22:14:53 [2021-06-24T22:14:53.977Z]     client_test.go:23: runtime.GOOS == "windows"
22:14:53 [2021-06-24T22:14:53.977Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestGetAPIPath
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestGetAPIPath (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestParseHostURL
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestParseHostURL (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPIVersionEmpty
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPIVersion
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPIVersion (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPVersionOverride
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPIVersionAutomatic
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestClientRedirect
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestClientRedirect (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigCreateUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigCreateUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigCreateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigCreate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspectNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspectNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspectUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspectUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspectError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspectConfigNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigInspect
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigListUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigListUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigListError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigListError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigList
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigList (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigRemoveUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigRemoveError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigRemove
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigUpdateUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigUpdateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestConfigUpdate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestConfigUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCommitError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCommitError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCommit
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCommit (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStatPathError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStatPathError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStatPathNotFoundError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStatPathNoHeaderError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStatPath
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStatPath (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyToContainerError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyToContainerError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyToContainerNotFoundError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyToContainerNotStatusOKError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyToContainer
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyToContainer (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyFromContainerError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyFromContainerError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyFromContainerNotFoundError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyFromContainerNotStatusOKError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyFromContainerNoHeaderError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestCopyFromContainer
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestCopyFromContainer (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCreateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCreateImageNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCreateWithName
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCreateWithName (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerCreateAutoRemove
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerDiffError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerDiffError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerDiff
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerDiff (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecCreateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecCreate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecStartError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecStartError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecStart
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecStart (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecInspectError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecInspect
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExportError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExportError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExport
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExport (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerInspectError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerInspectContainerNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerInspect
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerInspectNode
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerInspectNode (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerKillError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerKillError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerKill
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerKill (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerListError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerListError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerList
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerList (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerLogsNotFoundError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerLogsError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerLogsError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerLogs
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerLogs (0.16s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerPauseError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerPauseError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerPause
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerPause (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainersPruneError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainersPruneError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainersPrune
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainersPrune (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRemoveError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRemoveNotFoundError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRemove
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRenameError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRenameError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRename
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRename (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerResizeError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerResizeError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecResizeError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecResizeError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerResize
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerResize (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerExecResize
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerExecResize (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRestartError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRestartError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerRestart
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerRestart (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStartError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStartError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStart
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStart (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStatsError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStatsError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStats
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStats (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStopError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStopError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerStop
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerStop (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerTopError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerTopError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerTop
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerTop (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerUnpauseError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerUnpauseError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerUnpause
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerUnpause (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerUpdateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerUpdate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerWaitError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerWaitError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestContainerWait
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestContainerWait (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestDiskUsageError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestDiskUsageError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestDiskUsage
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestDiskUsage (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestDistributionInspectUnsupported
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestDistributionInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestEventsErrorInOptions
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestEventsErrorInOptions (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestEventsErrorFromServer
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestEventsErrorFromServer (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestEvents
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestEvents (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestTLSCloseWriter
22:14:53 [2021-06-24T22:14:53.977Z] === PAUSE TestTLSCloseWriter
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageBuildError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageBuildError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageBuild
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageBuild (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestGetDockerOS
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestGetDockerOS (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageCreateError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageCreate
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageHistoryError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageHistoryError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageHistory
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageHistory (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageImportError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageImportError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageImport
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageImport (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageInspectError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageInspectImageNotFound
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageInspectImageNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageInspect
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageListError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageListError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageList
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageList (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageListApiBefore125
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageListApiBefore125 (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageLoadError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageLoadError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImageLoad
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImageLoad (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagesPruneError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagesPruneError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagesPrune
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagesPrune (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullReferenceParseError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullReferenceParseError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullAnyError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullAnyError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullStatusUnauthorizedError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullWithPrivilegedFuncNoError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePullWithoutErrors
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePullWithoutErrors (0.00s)
22:14:53 [2021-06-24T22:14:53.977Z] === RUN   TestImagePushReferenceError
22:14:53 [2021-06-24T22:14:53.977Z] --- PASS: TestImagePushReferenceError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushAnyError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushAnyError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushStatusUnauthorizedError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithPrivilegedFuncNoError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithoutErrors
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImagePushWithoutErrors (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageRemoveImageNotFound
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSaveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSaveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSave
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSave (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchAnyError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchAnyError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchStatusUnauthorizedError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageSearchWithoutErrors
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageTagError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageTagError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageTagInvalidReference
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageTagInvalidReference (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageTagInvalidSourceImageName
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageTagHexSource
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageTagHexSource (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestImageTag
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestImageTag (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestInfoServerError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestInfoServerError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestInfoInvalidResponseJSONError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestInfo
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestInfo (0.01s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkConnectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkConnectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkConnect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkConnect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkCreateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkCreate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkDisconnectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkDisconnectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkDisconnect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkDisconnect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkInspectNotFoundError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworksPruneError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworksPruneError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworksPrune
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworksPrune (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNetworkRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNetworkRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeInspectNodeNotFound
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeUpdateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestNodeUpdate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestNodeUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestOptionWithTimeout
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestOptionWithTimeout (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingFail
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPingFail (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingWithError
22:14:53 [2021-06-24T22:14:53.978Z] 2021/06/24 22:14:53 RoundTripper returned a response & error; ignoring response
22:14:53 [2021-06-24T22:14:53.978Z] 2021/06/24 22:14:53 RoundTripper returned a response & error; ignoring response
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPingWithError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingSuccess
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPingSuccess (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingHeadFallback
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingHeadFallback/OK
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingHeadFallback/Internal_Server_Error
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingHeadFallback/Not_Found
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPingHeadFallback (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginDisableError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginDisableError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginDisable
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginDisable (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginEnableError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginEnableError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginEnable
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginEnable (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginPushError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginPushError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginPush
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginPush (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginSetError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginSetError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPluginSet
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPluginSet (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSetHostHeader
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSetHostHeader (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestPlainTextError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestPlainTextError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestInfiniteError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestInfiniteError (0.02s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestCanceledContext
22:14:53 [2021-06-24T22:14:53.978Z] 2021/06/24 22:14:53 RoundTripper returned a response & error; ignoring response
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestCanceledContext (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestDeadlineExceededContext
22:14:53 [2021-06-24T22:14:53.978Z] 2021/06/24 22:14:53 RoundTripper returned a response & error; ignoring response
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestDeadlineExceededContext (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretCreateUnsupported
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretCreateUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretCreateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretCreate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretInspectUnsupported
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretInspectUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretInspectSecretNotFound
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretListUnsupported
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretListUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretRemoveUnsupported
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretUpdateUnsupported
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretUpdateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSecretUpdate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSecretUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceCreateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceCreate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceCreateCompatiblePlatforms
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceCreateDigestPinning
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceInspectServiceNotFound
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceLogsError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceLogsError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceLogs
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceLogs (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceRemoveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceRemoveNotFoundError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceRemove
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceUpdateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestServiceUpdate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestServiceUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmGetUnlockKeyError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmGetUnlockKey
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmInitError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmInitError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmInit
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmInit (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmJoinError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmJoinError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmJoin
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmJoin (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmLeaveError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmLeaveError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmLeave
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmLeave (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmUnlockError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmUnlockError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmUnlock
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmUnlock (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmUpdateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmUpdateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestSwarmUpdate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestSwarmUpdate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestTaskInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestTaskInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestTaskInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestTaskInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestTaskInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestTaskListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestTaskListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestTaskList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestTaskList (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeCreateError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeCreateError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeCreate
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeCreate (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeInspectError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeInspectError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeInspectNotFound
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeInspectNotFound (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeInspectWithEmptyID
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeInspect
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeInspect (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeListError
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeListError (0.00s)
22:14:53 [2021-06-24T22:14:53.978Z] === RUN   TestVolumeList
22:14:53 [2021-06-24T22:14:53.978Z] --- PASS: TestVolumeList (0.00s)
22:14:53 [2021-06-24T22:14:53.979Z] === RUN   TestVolumeRemoveError
22:14:53 [2021-06-24T22:14:53.979Z] --- PASS: TestVolumeRemoveError (0.00s)
22:14:53 [2021-06-24T22:14:53.979Z] === RUN   TestVolumeRemove
22:14:53 [2021-06-24T22:14:53.979Z] --- PASS: TestVolumeRemove (0.00s)
22:14:53 [2021-06-24T22:14:53.979Z] === CONT  TestTLSCloseWriter
22:14:53 [2021-06-24T22:14:53.979Z] --- PASS: TestTLSCloseWriter (0.02s)
22:14:53 [2021-06-24T22:14:53.979Z] PASS
22:14:53 [2021-06-24T22:14:53.979Z] coverage: 75.0% of statements
22:14:53 [2021-06-24T22:14:53.979Z] ok  	github.com/docker/docker/client	0.741s	coverage: 75.0% of statements
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestBuilderGC
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestBuilderGC (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationNotFound
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonBrokenConfiguration
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestParseClusterAdvertiseSettings
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestFindConfigurationConflicts
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestFindConfigurationConflicts (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeConflicts
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeConcurrent
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeConcurrentError
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestFindConfigurationConflictsWithMergedValues
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestValidateConfigurationErrors (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_label
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_dns
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_dns-search
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_max-download-attempts
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestValidateConfiguration/with_node_generic_resources
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestValidateConfiguration (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestModifiedDiscoverySettings
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestReloadSetConfigFileNotExist
22:14:56 [2021-06-24T22:14:56.541Z] time="2021-06-24T22:14:55Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestReloadDefaultConfigNotExist
22:14:56 [2021-06-24T22:14:56.541Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:14:56 [2021-06-24T22:14:56.541Z] --- SKIP: TestReloadDefaultConfigNotExist (0.02s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestReloadBadDefaultConfig
22:14:56 [2021-06-24T22:14:56.541Z] time="2021-06-24T22:14:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-407915487"
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestReloadBadDefaultConfig (0.01s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestReloadWithConflictingLabels
22:14:56 [2021-06-24T22:14:56.541Z] time="2021-06-24T22:14:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-663580082"
22:14:56 [2021-06-24T22:14:56.541Z] --- PASS: TestReloadWithConflictingLabels (0.01s)
22:14:56 [2021-06-24T22:14:56.541Z] === RUN   TestReloadWithDuplicateLabels
22:14:56 [2021-06-24T22:14:56.542Z] time="2021-06-24T22:14:55Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-320448361"
22:14:56 [2021-06-24T22:14:56.542Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
22:14:56 [2021-06-24T22:14:56.542Z] === RUN   TestDaemonConfigurationMerge
22:14:56 [2021-06-24T22:14:56.542Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
22:14:56 [2021-06-24T22:14:56.542Z] PASS
22:14:56 [2021-06-24T22:14:56.542Z] coverage: 79.2% of statements
22:14:56 [2021-06-24T22:14:56.542Z] ok  	github.com/docker/docker/daemon/config	0.332s	coverage: 79.2% of statements
22:14:56 [2021-06-24T22:14:56.542Z] === RUN   TestDiscoveryOptsErrors
22:14:56 [2021-06-24T22:14:56.542Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
22:14:56 [2021-06-24T22:14:56.542Z] === RUN   TestDiscoveryOpts
22:14:56 [2021-06-24T22:14:56.542Z] --- PASS: TestDiscoveryOpts (0.00s)
22:14:56 [2021-06-24T22:14:56.542Z] PASS
22:14:56 [2021-06-24T22:14:56.542Z] coverage: 30.0% of statements
22:14:56 [2021-06-24T22:14:56.542Z] ok  	github.com/docker/docker/daemon/discovery	0.036s	coverage: 30.0% of statements
22:14:56 [2021-06-24T22:14:56.991Z] === RUN   TestVerifyNetworkingConfig
22:14:56 [2021-06-24T22:14:56.991Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
22:14:56 [2021-06-24T22:14:56.991Z] === RUN   TestGetContainer
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestGetContainer (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestValidContainerNames
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestValidContainerNames (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestContainerInitDNS
22:14:57 [2021-06-24T22:14:57.441Z]     daemon_test.go:147: root required
22:14:57 [2021-06-24T22:14:57.441Z] --- SKIP: TestContainerInitDNS (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestMerge
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestMerge (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestValidateContainerIsolation
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestValidateContainerIsolation (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestFindNetworkErrorType
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestFindNetworkErrorType (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestEnsureServicesExist
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestEnsureServicesExist (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestEnsureServicesExistErrors
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestContainerDelete
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestContainerDelete (0.01s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestContainerDoubleDelete
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestContainerDoubleDelete (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestLogContainerEventCopyLabels
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestLogContainerEventWithAttributes
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestNoneHealthcheck
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestNoneHealthcheck (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestHealthStates
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:56Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] time="2021-06-24T22:14:57Z" 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"
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestHealthStates (0.12s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestMaskURLCredentials
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestMaskURLCredentials (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestGetInspectData
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestGetInspectData (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestFillLicense
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestFillLicense (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestListInvalidFilter
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestListInvalidFilter (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestNameFilter
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestNameFilter (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
22:14:57 [2021-06-24T22:14:57.441Z] === 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
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
22:14:57 [2021-06-24T22:14:57.441Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
22:14:57 [2021-06-24T22:14:57.441Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- 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)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
22:14:57 [2021-06-24T22:14:57.441Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonReloadLabels
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestDaemonReloadLabels (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonReloadMirrors
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestDaemonReloadMirrors (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonReloadInsecureRegistries
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonReloadNotAffectOthers
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestDaemonDiscoveryReload
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestEventsLog
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestEventsLog (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestEventsLogTimeout
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestEventsLogTimeout (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestLogEvents
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestLogEvents (0.05s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestLoadBufferedEvents
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestLoadBufferedEvents (0.12s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestLoadBufferedEventsOnlyFromPast
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestIgnoreBufferedWhenNoTimes
22:14:57 [2021-06-24T22:14:57.442Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
22:14:57 [2021-06-24T22:14:57.442Z] PASS
22:14:57 [2021-06-24T22:14:57.442Z] coverage: 50.0% of statements
22:14:57 [2021-06-24T22:14:57.442Z] ok  	github.com/docker/docker/daemon/events	0.222s	coverage: 50.0% of statements
22:14:57 [2021-06-24T22:14:57.442Z] === RUN   TestWaitNodeAttachment
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestIsEmptyDir
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestIsEmptyDir (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] PASS
22:14:57 [2021-06-24T22:14:57.891Z] coverage: 2.3% of statements
22:14:57 [2021-06-24T22:14:57.891Z] ok  	github.com/docker/docker/daemon/graphdriver	0.055s	coverage: 2.3% of statements
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestWaitNodeAttachment (0.40s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestIsolationConversion
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestIsolationConversion/default
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestIsolationConversion/process
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestIsolationConversion/hyperv
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestIsolationConversion (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestIsolationConversion/default (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestIsolationConversion/process (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestContainerLabels
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestContainerLabels (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestCredentialSpecConversion
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestCredentialSpecConversion/none
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestCredentialSpecConversion/config
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestCredentialSpecConversion/file
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestCredentialSpecConversion/registry
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestCredentialSpecConversion (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountBind
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountBind (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountVolume
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountVolume (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountTarget
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountTarget (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountTmpfs
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountInvalidType
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] === RUN   TestControllerValidateMountNamedPipe
22:14:57 [2021-06-24T22:14:57.891Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
22:14:57 [2021-06-24T22:14:57.891Z] PASS
22:14:57 [2021-06-24T22:14:57.891Z] coverage: 11.0% of statements
22:14:57 [2021-06-24T22:14:57.891Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.530s	coverage: 11.0% of statements
22:14:58 [2021-06-24T22:14:58.342Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
22:14:58 [2021-06-24T22:14:58.342Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestLinkNaming
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestLinkNaming (0.00s)
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestLinkNew
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestLinkNew (0.00s)
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestLinkEnv
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestLinkEnv (0.00s)
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestLinkMultipleEnv
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestLinkMultipleEnv (0.00s)
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestLinkPortRangeEnv
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestLinkPortRangeEnv (0.00s)
22:14:58 [2021-06-24T22:14:58.792Z] PASS
22:14:58 [2021-06-24T22:14:58.792Z] coverage: 93.0% of statements
22:14:58 [2021-06-24T22:14:58.792Z] ok  	github.com/docker/docker/daemon/links	0.036s	coverage: 93.0% of statements
22:14:58 [2021-06-24T22:14:58.792Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
22:14:58 [2021-06-24T22:14:58.792Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
22:14:59 [2021-06-24T22:14:59.242Z]     reload_test.go:520: root required
22:14:59 [2021-06-24T22:14:59.242Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
22:14:59 [2021-06-24T22:14:59.242Z] === RUN   TestParseVolumesFrom
22:14:59 [2021-06-24T22:14:59.242Z] --- PASS: TestParseVolumesFrom (0.00s)
22:14:59 [2021-06-24T22:14:59.242Z] PASS
22:14:59 [2021-06-24T22:14:59.242Z] coverage: 9.1% of statements
22:14:59 [2021-06-24T22:14:59.242Z] ok  	github.com/docker/docker/daemon	2.378s	coverage: 9.1% of statements
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
22:14:59 [2021-06-24T22:14:59.242Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
22:14:59 [2021-06-24T22:14:59.695Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:14:59 [2021-06-24T22:14:59.695Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
22:14:59 [2021-06-24T22:14:59.695Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
22:14:59 [2021-06-24T22:14:59.695Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:14:59 [2021-06-24T22:14:59.695Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
22:14:59 [2021-06-24T22:14:59.696Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
22:14:59 [2021-06-24T22:14:59.696Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestAdapterReadLogs
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestAdapterReadLogs (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopier
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestCopier (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierLongLines
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestCopierLongLines (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierSlow
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestCopierSlow (0.21s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierWithSized
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierWithSized/as_is
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierWithSized/With_RingLogger
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestCopierWithSized (0.02s)
22:15:00 [2021-06-24T22:15:00.145Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestCopierWithPartial
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestCopierWithPartial (0.01s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestRingLogger
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestRingLogger (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestRingCap
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestRingCap (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestRingClose
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestRingClose (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] === RUN   TestRingDrain
22:15:00 [2021-06-24T22:15:00.145Z] --- PASS: TestRingDrain (0.00s)
22:15:00 [2021-06-24T22:15:00.145Z] PASS
22:15:00 [2021-06-24T22:15:00.145Z] coverage: 43.8% of statements
22:15:00 [2021-06-24T22:15:00.145Z] ok  	github.com/docker/docker/daemon/logger	0.288s	coverage: 43.8% of statements
22:15:00 [2021-06-24T22:15:00.340Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 2m17.190223804s 
22:15:00 [2021-06-24T22:15:00.340Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 548.043013ms 
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/defaults
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/invalid_create_group
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/invalid_flush_interval
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/flush_interval_at_15
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewStreamConfig (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientUserAgentHandler
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientRegionDetect
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=info msg="Trying to get region from EC2 Metadata"
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCreateSuccess
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCreateSuccess (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCreateLogGroupSuccess
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCreateError
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCreateError (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCreateAlreadyExists
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCreateAlreadyExists (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestLogClosed
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestLogClosed (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestLogBlocking
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestLogBlocking (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestLogNonBlockingBufferEmpty
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestLogNonBlockingBufferFull
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestPublishBatchSuccess
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestPublishBatchSuccess (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestPublishBatchError
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=error msg=Error
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestPublishBatchError (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestPublishBatchInvalidSeqSuccess
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestPublishBatchAlreadyAccepted
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:15:01 [2021-06-24T22:15:01.097Z] time="2021-06-24T22:15:00Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchSimple
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchSimple (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchTicker
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchTicker (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMultilinePattern
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchClose
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchClose (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/0/Hello
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/2/🙃
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/3/����
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/4/He��o
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestEffectiveLen/5/
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestEffectiveLen (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/0/
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: 
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: 
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/1/Hello
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: Hello
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: 
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/2/Hello
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: He
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: llo
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/3/Hello
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: 
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: Hello
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/4/🙃
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: 
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: 🙃
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/5/🙃
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: 🙃
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: 
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/6/a�
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: a
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: �
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFindValidSplit/7/a�
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1044: a�
22:15:01 [2021-06-24T22:15:01.097Z]     cloudwatchlogs_test.go:1045: 
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestFindValidSplit (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/1/Hello (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestProcessEventEmoji
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestProcessEventEmoji (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchLineSplit
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchLineSplit (0.02s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchLineSplitWithBinary
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMaxEvents
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMaxTotalBytes
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCollectBatchWithDuplicateTimestamps
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsMultilinePattern
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestSearchRegistryForImagesErrors
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestSearchRegistryForImages
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestSearchRegistryForImages (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestOnlyPlatformWithFallback
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestImageDelete
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestCreateTagSuccess
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestCreateTagSuccess (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] PASS
22:15:01 [2021-06-24T22:15:01.097Z] coverage: 77.8% of statements
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestImageDelete/no_lease
22:15:01 [2021-06-24T22:15:01.097Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.352s	coverage: 77.8% of statements
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestImageDelete/lease_exists
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestImageDelete (0.07s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestImageDelete/no_lease (0.02s)
22:15:01 [2021-06-24T22:15:01.097Z]     --- PASS: TestImageDelete/lease_exists (0.03s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestContentStoreForPull
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestJSONLogsMarshalJSONBuf
22:15:01 [2021-06-24T22:15:01.097Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
22:15:01 [2021-06-24T22:15:01.097Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestContentStoreForPull (0.16s)
22:15:01 [2021-06-24T22:15:01.549Z] PASS
22:15:01 [2021-06-24T22:15:01.549Z] coverage: 6.7% of statements
22:15:01 [2021-06-24T22:15:01.549Z] ok  	github.com/docker/docker/daemon/images	0.345s	coverage: 6.7% of statements
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s)
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestFastTimeMarshalJSON
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
22:15:01 [2021-06-24T22:15:01.549Z] PASS
22:15:01 [2021-06-24T22:15:01.549Z] coverage: 87.2% of statements
22:15:01 [2021-06-24T22:15:01.549Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.163s	coverage: 87.2% of statements
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestJSONFileLogger
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestJSONFileLogger (0.00s)
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestJSONFileLoggerWithTags
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestJSONFileLoggerWithOpts
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestJSONFileLoggerWithLabelsEnv
22:15:01 [2021-06-24T22:15:01.549Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestEncodeDecode
22:15:01 [2021-06-24T22:15:01.549Z] === PAUSE TestEncodeDecode
22:15:01 [2021-06-24T22:15:01.549Z] === RUN   TestUnexpectedEOF
22:15:02 [2021-06-24T22:15:02.000Z] time="2021-06-24T22:15:01Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
22:15:02 [2021-06-24T22:15:02.000Z] time="2021-06-24T22:15:01Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
22:15:02 [2021-06-24T22:15:02.000Z] --- PASS: TestUnexpectedEOF (0.14s)
22:15:02 [2021-06-24T22:15:02.000Z] === CONT  TestEncodeDecode
22:15:02 [2021-06-24T22:15:02.000Z] --- PASS: TestEncodeDecode (0.00s)
22:15:02 [2021-06-24T22:15:02.000Z] PASS
22:15:02 [2021-06-24T22:15:02.000Z] coverage: 69.9% of statements
22:15:02 [2021-06-24T22:15:02.000Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.209s	coverage: 69.9% of statements
22:15:02 [2021-06-24T22:15:02.449Z] === RUN   TestWriteLog
22:15:02 [2021-06-24T22:15:02.450Z] === PAUSE TestWriteLog
22:15:02 [2021-06-24T22:15:02.450Z] === RUN   TestReadLog
22:15:02 [2021-06-24T22:15:02.450Z] === PAUSE TestReadLog
22:15:02 [2021-06-24T22:15:02.450Z] === CONT  TestWriteLog
22:15:02 [2021-06-24T22:15:02.450Z] === CONT  TestReadLog
22:15:02 [2021-06-24T22:15:02.450Z] --- PASS: TestWriteLog (0.00s)
22:15:02 [2021-06-24T22:15:02.450Z] === RUN   TestReadLog/tail_exact
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestReadLog/tail_less_than_available
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestReadLog/tail_more_than_available
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestReadLog (0.15s)
22:15:02 [2021-06-24T22:15:02.900Z]     --- PASS: TestReadLog/tail_exact (0.12s)
22:15:02 [2021-06-24T22:15:02.900Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] PASS
22:15:02 [2021-06-24T22:15:02.900Z] coverage: 75.2% of statements
22:15:02 [2021-06-24T22:15:02.900Z] ok  	github.com/docker/docker/daemon/logger/local	0.206s	coverage: 75.2% of statements
22:15:02 [2021-06-24T22:15:02.900Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestLog
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestLog (0.01s)
22:15:02 [2021-06-24T22:15:02.900Z] PASS
22:15:02 [2021-06-24T22:15:02.900Z] coverage: 31.5% of statements
22:15:02 [2021-06-24T22:15:02.900Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.123s	coverage: 31.5% of statements
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestOpenFileDelete
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestOpenFileDelete (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestOpenFileRename
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestOpenFileRename (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestParseLogTagDefaultTag
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestParseLogTag
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestParseLogTag (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestParseLogTagEmptyTag
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestTailFiles
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestTailFiles (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestFollowLogsConsumerGone
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestFollowLogsProducerGone
22:15:02 [2021-06-24T22:15:02.900Z]     logfile_test.go:232: messages sent: 4098, received: 4098
22:15:02 [2021-06-24T22:15:02.900Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestFollowLogsProducerGone (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestCheckCapacityAndRotate
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
22:15:02 [2021-06-24T22:15:02.900Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
22:15:02 [2021-06-24T22:15:02.900Z] --- PASS: TestCheckCapacityAndRotate (0.14s)
22:15:02 [2021-06-24T22:15:02.900Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
22:15:02 [2021-06-24T22:15:02.900Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
22:15:02 [2021-06-24T22:15:02.900Z] PASS
22:15:02 [2021-06-24T22:15:02.900Z] coverage: 55.8% of statements
22:15:02 [2021-06-24T22:15:02.900Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.279s	coverage: 55.8% of statements
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestNewParse
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestNewParse (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] PASS
22:15:03 [2021-06-24T22:15:03.852Z] coverage: 8.3% of statements
22:15:03 [2021-06-24T22:15:03.852Z] ok  	github.com/docker/docker/daemon/logger/templates	0.033s	coverage: 8.3% of statements
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestParseLogFormat
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestParseLogFormat (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateLogOptEmpty
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateLogOptEmpty (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateSyslogAddress
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateSyslogAddress (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestParseAddressDefaultPort
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestParseAddressDefaultPort (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateSyslogFacility
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateSyslogFacility (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateLogOptSyslogFormat
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateLogOpt
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateLogOpt (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] PASS
22:15:03 [2021-06-24T22:15:03.852Z] coverage: 46.8% of statements
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestValidateLogOpt
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestValidateLogOpt (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestNewMissedConfig
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestNewMissedConfig (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestNewMissedUrl
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestNewMissedUrl (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestNewMissedToken
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestNewMissedToken (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestNewWithProxy
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestNewWithProxy (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestDefault
22:15:03 [2021-06-24T22:15:03.852Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.044s	coverage: 46.8% of statements
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestDefault (0.01s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestInlineFormatWithNonDefaultOptions
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestJsonFormat
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestJsonFormat (0.01s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestRawFormat
22:15:03 [2021-06-24T22:15:03.852Z] --- PASS: TestRawFormat (0.00s)
22:15:03 [2021-06-24T22:15:03.852Z] === RUN   TestRawFormatWithLabels
22:15:03 [2021-06-24T22:15:03.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:15:03 [2021-06-24T22:15:03.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:15:04 [2021-06-24T22:15:04.303Z] --- PASS: TestRawFormatWithLabels (0.00s)
22:15:04 [2021-06-24T22:15:04.303Z] === RUN   TestRawFormatWithoutTag
22:15:04 [2021-06-24T22:15:04.303Z] --- PASS: TestRawFormatWithoutTag (0.00s)
22:15:04 [2021-06-24T22:15:04.303Z] === RUN   TestBatching
22:15:04 [2021-06-24T22:15:04.303Z] --- PASS: TestBatching (0.23s)
22:15:04 [2021-06-24T22:15:04.303Z] === RUN   TestFrequency
22:15:04 [2021-06-24T22:15:04.756Z] --- PASS: TestFrequency (0.22s)
22:15:04 [2021-06-24T22:15:04.756Z] === RUN   TestOneMessagePerRequest
22:15:04 [2021-06-24T22:15:04.756Z] --- PASS: TestOneMessagePerRequest (0.00s)
22:15:04 [2021-06-24T22:15:04.756Z] === RUN   TestVerify
22:15:04 [2021-06-24T22:15:04.756Z] --- PASS: TestVerify (0.00s)
22:15:04 [2021-06-24T22:15:04.756Z] === RUN   TestSkipVerify
22:15:04 [2021-06-24T22:15:04.756Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:04 [2021-06-24T22:15:04.756Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:04 [2021-06-24T22:15:04.756Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] --- PASS: TestSkipVerify (0.48s)
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestBufferMaximum
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.756523\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.756523\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] --- PASS: TestBufferMaximum (0.00s)
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestServerAlwaysDown
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.759525\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.759525\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.759525\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.759525\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] time="2021-06-24T22:15:04Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572904.759525\",\"host\":\"d330af890128\"}'"
22:15:05 [2021-06-24T22:15:05.207Z] --- PASS: TestServerAlwaysDown (0.00s)
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestCannotSendAfterClose
22:15:05 [2021-06-24T22:15:05.207Z] --- PASS: TestCannotSendAfterClose (0.00s)
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestDeadlockOnBlockedEndpoint
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestV1IDService
22:15:05 [2021-06-24T22:15:05.207Z] --- PASS: TestV1IDService (0.02s)
22:15:05 [2021-06-24T22:15:05.207Z] === RUN   TestV2MetadataService
22:15:06 [2021-06-24T22:15:06.157Z] --- PASS: TestV2MetadataService (0.81s)
22:15:06 [2021-06-24T22:15:06.157Z] PASS
22:15:06 [2021-06-24T22:15:06.157Z] coverage: 48.2% of statements
22:15:06 [2021-06-24T22:15:06.157Z] ok  	github.com/docker/docker/distribution/metadata	0.907s	coverage: 48.2% of statements
22:15:06 [2021-06-24T22:15:06.157Z] time="2021-06-24T22:15:05Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49204/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
22:15:06 [2021-06-24T22:15:06.157Z] time="2021-06-24T22:15:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d330af890128\"}'"
22:15:06 [2021-06-24T22:15:06.157Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s)
22:15:06 [2021-06-24T22:15:06.157Z] PASS
22:15:06 [2021-06-24T22:15:06.158Z] coverage: 82.5% of statements
22:15:06 [2021-06-24T22:15:06.158Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.029s	coverage: 82.5% of statements
22:15:06 [2021-06-24T22:15:06.158Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:15:06 [2021-06-24T22:15:06.158Z] ?   	github.com/docker/docker/daemon/network	[no test files]
22:15:06 [2021-06-24T22:15:06.158Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestContinueOnError_NonMirrorEndpoint
22:15:06 [2021-06-24T22:15:06.158Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestContinueOnError_MirrorEndpoint
22:15:06 [2021-06-24T22:15:06.158Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestContinueOnError_NeverContinue
22:15:06 [2021-06-24T22:15:06.158Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestManifestStore
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestManifestStore/no_remote_or_local
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestSuccessfulDownload
22:15:06 [2021-06-24T22:15:06.158Z]     download_test.go:268: Needs fixing on Windows
22:15:06 [2021-06-24T22:15:06.158Z] --- SKIP: TestSuccessfulDownload (0.00s)
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestCancelledDownload
22:15:06 [2021-06-24T22:15:06.158Z] --- PASS: TestCancelledDownload (0.00s)
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestMaxDownloadAttempts
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:06 [2021-06-24T22:15:06.158Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local154974755\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/no_local_cache
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/with_local_cache
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/unknown_media_type
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/unknown_media_type/no_cache
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="reference for unknown type: "
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="reference for unknown type: "
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/unknown_media_type/with_cache
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="reference for unknown type: "
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="reference for unknown type: "
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="reference for unknown type: "
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/error_persisting_manifest
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestManifestStore (0.29s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestManifestStore/no_remote_or_local (0.15s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestManifestStore/no_local_cache (0.04s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
22:15:06 [2021-06-24T22:15:06.608Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
22:15:06 [2021-06-24T22:15:06.608Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
22:15:06 [2021-06-24T22:15:06.608Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
22:15:06 [2021-06-24T22:15:06.608Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
22:15:06 [2021-06-24T22:15:06.608Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/schema1
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestFixManifestLayers
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestFixManifestLayers (0.01s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestFixManifestLayersBaseLayerParent
22:15:06 [2021-06-24T22:15:06.608Z]     pull_v2_test.go:73: Needs fixing on Windows
22:15:06 [2021-06-24T22:15:06.608Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestFixManifestLayersBadParent
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestValidateManifest
22:15:06 [2021-06-24T22:15:06.608Z]     pull_v2_test.go:118: Needs fixing on Windows
22:15:06 [2021-06-24T22:15:06.608Z] --- SKIP: TestValidateManifest (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestFormatPlatform
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestFormatPlatform (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestGetRepositoryMountCandidates
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestLayerAlreadyExists
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z]     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}
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestLayerAlreadyExists (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestWhenEmptyAuthConfig
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:06 [2021-06-24T22:15:06.608Z] time="2021-06-24T22:15:06Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:06 [2021-06-24T22:15:06.608Z] --- PASS: TestMaxDownloadAttempts (0.00s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s)
22:15:06 [2021-06-24T22:15:06.608Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s)
22:15:06 [2021-06-24T22:15:06.608Z] === RUN   TestTransfer
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestTransfer (0.12s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestConcurrencyLimit
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestNotFound
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestNotFound (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestConflict
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestConflict (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestForbidden
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestForbidden (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestInvalidParameter
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestInvalidParameter (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestNotImplemented
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestNotImplemented (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestNotModified
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestNotModified (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestUnauthorized
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestUnauthorized (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestUnknown
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestUnknown (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestCancelled
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestCancelled (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestDeadline
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestDeadline (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestDataLoss
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestDataLoss (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestUnavailable
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestUnavailable (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestSystem
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestSystem (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Not_Found
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Bad_Request
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Conflict
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Unauthorized
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Service_Unavailable
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Forbidden
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Not_Modified
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Not_Implemented
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Internal_Server_Error
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
22:15:07 [2021-06-24T22:15:07.059Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
22:15:07 [2021-06-24T22:15:07.059Z] --- PASS: TestFromStatusCode (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
22:15:07 [2021-06-24T22:15:07.059Z] PASS
22:15:07 [2021-06-24T22:15:07.059Z] coverage: 53.1% of statements
22:15:07 [2021-06-24T22:15:07.059Z] ok  	github.com/docker/docker/errdefs	0.032s	coverage: 53.1% of statements
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestConcurrencyLimit (0.38s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestInactiveJobs
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSGetInvalidData
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSGetInvalidData (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSInvalidSet
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSInvalidSet (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSInvalidRoot
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSInvalidRoot (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSMetadataGetSet
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSMetadataGetSet (0.03s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSInvalidWalker
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSInvalidWalker (0.02s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSGetSet
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSGetSet (0.02s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSGetUnsetKey
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSGetUnsetKey (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSGetEmptyData
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSGetEmptyData (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSDelete
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSDelete (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSWalker
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSWalker (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestFSWalkerStopOnError
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestFSWalkerStopOnError (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestNewFromJSON
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestNewFromJSON (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestNewFromJSONWithInvalidJSON
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestMarshalKeyOrder
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestMarshalKeyOrder (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestHistoryEqual
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestInactiveJobs (0.35s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestWatchRelease
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestWhenEmptyAuthConfig (1.04s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestTokenPassThru
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestHistoryEqual (0.10s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestImage
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestImage (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestImageOSNotEmpty
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestImageOSNotEmpty (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestNewChildImageFromImageWithRootFS
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestCreate
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestCreate (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestRestore
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestTokenPassThru (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestTokenPassThruDifferentHost
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] PASS
22:15:07 [2021-06-24T22:15:07.510Z] coverage: 23.8% of statements
22:15:07 [2021-06-24T22:15:07.510Z] time="2021-06-24T22:15:07Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestWatchRelease (0.04s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestWatchFinishedTransfer
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestWatchFinishedTransfer (0.00s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestDuplicateTransfer
22:15:07 [2021-06-24T22:15:07.510Z] ok  	github.com/docker/docker/distribution	1.428s	coverage: 23.8% of statements
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestRestore (0.03s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestAddDelete
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestAddDelete (0.02s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestSearchAfterDelete
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestSearchAfterDelete (0.01s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestParentReset
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestDuplicateTransfer (0.04s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestSuccessfulUpload
22:15:07 [2021-06-24T22:15:07.510Z] --- PASS: TestParentReset (0.02s)
22:15:07 [2021-06-24T22:15:07.510Z] === RUN   TestGetAndSetLastUpdated
22:15:07 [2021-06-24T22:15:07.960Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
22:15:07 [2021-06-24T22:15:07.960Z] === RUN   TestStoreLen
22:15:07 [2021-06-24T22:15:07.960Z] --- PASS: TestStoreLen (0.03s)
22:15:07 [2021-06-24T22:15:07.960Z] PASS
22:15:07 [2021-06-24T22:15:07.960Z] coverage: 86.6% of statements
22:15:07 [2021-06-24T22:15:07.960Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:15:07 [2021-06-24T22:15:07.960Z] ok  	github.com/docker/docker/image	0.408s	coverage: 86.6% of statements
22:15:07 [2021-06-24T22:15:07.960Z] time="2021-06-24T22:15:07Z" level=error msg="Upload failed, retrying: simulating retry"
22:15:07 [2021-06-24T22:15:07.960Z] --- PASS: TestSuccessfulUpload (0.41s)
22:15:07 [2021-06-24T22:15:07.960Z] === RUN   TestCancelledUpload
22:15:07 [2021-06-24T22:15:07.960Z] --- PASS: TestCancelledUpload (0.00s)
22:15:07 [2021-06-24T22:15:07.960Z] PASS
22:15:07 [2021-06-24T22:15:07.960Z] coverage: 76.8% of statements
22:15:07 [2021-06-24T22:15:07.960Z] ok  	github.com/docker/docker/distribution/xfer	1.840s	coverage: 76.8% of statements
22:15:07 [2021-06-24T22:15:07.960Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:15:07 [2021-06-24T22:15:07.960Z] === RUN   TestCompare
22:15:07 [2021-06-24T22:15:07.960Z] --- PASS: TestCompare (0.00s)
22:15:07 [2021-06-24T22:15:07.960Z] PASS
22:15:08 [2021-06-24T22:15:08.409Z] coverage: 19.2% of statements
22:15:08 [2021-06-24T22:15:08.409Z] ok  	github.com/docker/docker/image/cache	0.064s	coverage: 19.2% of statements
22:15:08 [2021-06-24T22:15:08.832Z] --- PASS: TestCheckoutGit (30.66s)
22:15:08 [2021-06-24T22:15:08.832Z] === RUN   TestValidGitTransport
22:15:08 [2021-06-24T22:15:08.832Z] --- PASS: TestValidGitTransport (0.00s)
22:15:08 [2021-06-24T22:15:08.832Z] === RUN   TestGitInvalidRef
22:15:08 [2021-06-24T22:15:08.832Z] --- PASS: TestGitInvalidRef (0.24s)
22:15:08 [2021-06-24T22:15:08.832Z] PASS
22:15:08 [2021-06-24T22:15:08.832Z] coverage: 86.3% of statements
22:15:08 [2021-06-24T22:15:08.832Z] ok  	github.com/docker/docker/builder/remotecontext/git	31.253s	coverage: 86.3% of statements
22:15:08 [2021-06-24T22:15:08.860Z] === RUN   TestMakeV1ConfigFromConfig
22:15:08 [2021-06-24T22:15:08.860Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
22:15:08 [2021-06-24T22:15:08.860Z] PASS
22:15:08 [2021-06-24T22:15:08.860Z] coverage: 25.0% of statements
22:15:08 [2021-06-24T22:15:08.860Z] ok  	github.com/docker/docker/image/v1	0.108s	coverage: 25.0% of statements
22:15:08 [2021-06-24T22:15:08.860Z] === RUN   TestValidateManifest
22:15:08 [2021-06-24T22:15:08.860Z] === RUN   TestValidateManifest/nil
22:15:08 [2021-06-24T22:15:08.860Z] === RUN   TestValidateManifest/non-nil
22:15:08 [2021-06-24T22:15:08.860Z] --- PASS: TestValidateManifest (0.00s)
22:15:08 [2021-06-24T22:15:08.860Z]     --- PASS: TestValidateManifest/nil (0.00s)
22:15:08 [2021-06-24T22:15:08.860Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
22:15:08 [2021-06-24T22:15:08.860Z] PASS
22:15:08 [2021-06-24T22:15:08.860Z] coverage: 0.7% of statements
22:15:08 [2021-06-24T22:15:08.860Z] ok  	github.com/docker/docker/image/tarexport	0.063s	coverage: 0.7% of statements
22:15:08 [2021-06-24T22:15:08.860Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:15:09 [2021-06-24T22:15:09.295Z] ?   	github.com/docker/docker/cli	[no test files]
22:15:09 [2021-06-24T22:15:09.295Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:15:09 [2021-06-24T22:15:09.809Z] === RUN   TestSerialization
22:15:09 [2021-06-24T22:15:09.809Z] --- PASS: TestSerialization (0.02s)
22:15:09 [2021-06-24T22:15:09.809Z] PASS
22:15:09 [2021-06-24T22:15:09.809Z] coverage: 100.0% of statements
22:15:09 [2021-06-24T22:15:09.809Z] ok  	github.com/docker/docker/libcontainerd/queue	0.063s	coverage: 100.0% of statements
22:15:10 [2021-06-24T22:15:10.260Z] === RUN   TestEnvironmentParsing
22:15:10 [2021-06-24T22:15:10.260Z] --- PASS: TestEnvironmentParsing (0.00s)
22:15:10 [2021-06-24T22:15:10.260Z] PASS
22:15:10 [2021-06-24T22:15:10.260Z] coverage: 1.2% of statements
22:15:10 [2021-06-24T22:15:10.260Z] ok  	github.com/docker/docker/libcontainerd/local	0.049s	coverage: 1.2% of statements
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestEmptyLayer
22:15:10 [2021-06-24T22:15:10.710Z] --- PASS: TestEmptyLayer (0.00s)
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestCommitFailure
22:15:10 [2021-06-24T22:15:10.710Z] --- PASS: TestCommitFailure (0.01s)
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestStartTransactionFailure
22:15:10 [2021-06-24T22:15:10.710Z] --- PASS: TestStartTransactionFailure (0.00s)
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestGetOrphan
22:15:10 [2021-06-24T22:15:10.710Z] --- PASS: TestGetOrphan (0.01s)
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestMountAndRegister
22:15:10 [2021-06-24T22:15:10.710Z]     layer_test.go:271: Layer size: 14
22:15:10 [2021-06-24T22:15:10.710Z] --- PASS: TestMountAndRegister (0.05s)
22:15:10 [2021-06-24T22:15:10.710Z] === RUN   TestLayerRelease
22:15:10 [2021-06-24T22:15:10.710Z]     layer_test.go:304: Failing on Windows
22:15:10 [2021-06-24T22:15:10.710Z] --- SKIP: TestLayerRelease (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestStoreRestore
22:15:10 [2021-06-24T22:15:10.711Z]     layer_test.go:353: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestStoreRestore (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestTarStreamStability
22:15:10 [2021-06-24T22:15:10.711Z]     layer_test.go:468: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestTarStreamStability (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestRegisterExistingLayer
22:15:10 [2021-06-24T22:15:10.711Z] --- PASS: TestRegisterExistingLayer (0.12s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestTarStreamVerification
22:15:10 [2021-06-24T22:15:10.711Z]     layer_test.go:697: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestTarStreamVerification (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestLayerMigration
22:15:10 [2021-06-24T22:15:10.711Z]     migration_test.go:46: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestLayerMigration (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestLayerMigrationNoTarsplit
22:15:10 [2021-06-24T22:15:10.711Z]     migration_test.go:182: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestMountInit
22:15:10 [2021-06-24T22:15:10.711Z]     mount_test.go:17: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestMountInit (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestMountSize
22:15:10 [2021-06-24T22:15:10.711Z]     mount_test.go:76: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestMountSize (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestMountChanges
22:15:10 [2021-06-24T22:15:10.711Z]     mount_test.go:125: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestMountChanges (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] === RUN   TestMountApply
22:15:10 [2021-06-24T22:15:10.711Z]     mount_test.go:212: Failing on Windows
22:15:10 [2021-06-24T22:15:10.711Z] --- SKIP: TestMountApply (0.00s)
22:15:10 [2021-06-24T22:15:10.711Z] PASS
22:15:10 [2021-06-24T22:15:10.711Z] coverage: 30.1% of statements
22:15:10 [2021-06-24T22:15:10.711Z] ok  	github.com/docker/docker/layer	0.300s	coverage: 30.1% of statements
22:15:10 [2021-06-24T22:15:10.711Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:15:10 [2021-06-24T22:15:10.711Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:15:10 [2021-06-24T22:15:10.711Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:15:10 [2021-06-24T22:15:10.711Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSequenceGetAvailableBit
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSequenceEqual
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSequenceEqual (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSequenceCopy
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSequenceCopy (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestGetFirstAvailable
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestGetFirstAvailable (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestFindSequence
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestFindSequence (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestCheckIfAvailable
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestCheckIfAvailable (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestMergeSequences
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestMergeSequences (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestPushReservation
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestPushReservation (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSerializeDeserialize
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSerializeDeserialize (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSet
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSet (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSetUnset
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSetUnset (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestOffsetSetUnset
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestOffsetSetUnset (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSetInRange
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSetInRange (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestSetAnyInRange
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestSetAnyInRange (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestMethods
22:15:11 [2021-06-24T22:15:11.161Z] --- PASS: TestMethods (0.00s)
22:15:11 [2021-06-24T22:15:11.161Z] === RUN   TestRandomAllocateDeallocate
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceInvalidCommand
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceInvalidCommand (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceCreate
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceCreate (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceRm
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceRm (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceLs
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceLs (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceInfo
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceInfo (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceInfoById
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceInfoById (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceJoin
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceJoin (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientServiceLeave
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientServiceLeave (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientDummyCommand
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientDummyCommand (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkInvalidCommand
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkInvalidCommand (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkCreate
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkCreate (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkCreateWithDriver
22:15:12 [2021-06-24T22:15:12.674Z] flag provided but not defined: -f
22:15:12 [2021-06-24T22:15:12.674Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build3068145973\b1151\client.test.exe create --help'.
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkRm
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkRm (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkLs
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkLs (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkInfo
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkInfo (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestClientNetworkInfoById
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestClientNetworkInfoById (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] PASS
22:15:12 [2021-06-24T22:15:12.674Z] coverage: 75.2% of statements
22:15:12 [2021-06-24T22:15:12.674Z] ok  	github.com/docker/docker/libnetwork/client	0.045s	coverage: 75.2% of statements
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestEverything
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestEverything (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestGet
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestGet (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestParsePanic
22:15:12 [2021-06-24T22:15:12.674Z] flag provided but not defined: -int
22:15:12 [2021-06-24T22:15:12.674Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build3068145973\b1155\mflag.test.exe --help'.
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestParsePanic (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestParse
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestParse (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestFlagSetParse
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestFlagSetParse (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestUserDefined
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestUserDefined (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestUserDefinedBool
22:15:12 [2021-06-24T22:15:12.674Z] flag needs an argument: -b
22:15:12 [2021-06-24T22:15:12.674Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build3068145973\b1155\mflag.test.exe test --help'.
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestUserDefinedBool (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestSetOutput
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestSetOutput (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestChangingArgs
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestChangingArgs (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestHelp
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestHelp (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestFlagCounts
22:15:12 [2021-06-24T22:15:12.674Z] Warning: '-d' is deprecated, it will be removed soon. See usage.
22:15:12 [2021-06-24T22:15:12.674Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage.
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestFlagCounts (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestSortFlags
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestSortFlags (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] === RUN   TestMergeFlags
22:15:12 [2021-06-24T22:15:12.674Z] --- PASS: TestMergeFlags (0.00s)
22:15:12 [2021-06-24T22:15:12.674Z] PASS
22:15:12 [2021-06-24T22:15:12.674Z] coverage: 62.7% of statements
22:15:12 [2021-06-24T22:15:12.674Z] ok  	github.com/docker/docker/libnetwork/client/mflag	0.040s	coverage: 62.7% of statements
22:15:14 [2021-06-24T22:15:14.185Z] === RUN   TestErrorInterfaces
22:15:14 [2021-06-24T22:15:14.186Z] --- PASS: TestErrorInterfaces (0.00s)
22:15:14 [2021-06-24T22:15:14.186Z] === RUN   TestNetworkMarshalling
22:15:14 [2021-06-24T22:15:14.636Z] --- PASS: TestNetworkMarshalling (0.14s)
22:15:14 [2021-06-24T22:15:14.636Z] === RUN   TestEndpointMarshalling
22:15:14 [2021-06-24T22:15:14.636Z] --- PASS: TestEndpointMarshalling (0.00s)
22:15:14 [2021-06-24T22:15:14.636Z] === RUN   TestAuxAddresses
22:15:14 [2021-06-24T22:15:14.637Z] time="2021-06-24T22:15:14Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:14 [2021-06-24T22:15:14.637Z] --- PASS: TestAuxAddresses (0.02s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestSRVServiceQuery
22:15:14 [2021-06-24T22:15:14.637Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestSRVServiceQuery (0.01s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestServiceVIPReuse
22:15:14 [2021-06-24T22:15:14.637Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestServiceVIPReuse (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestIpamReleaseOnNetDriverFailures
22:15:14 [2021-06-24T22:15:14.637Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestDNSIPQuery
22:15:14 [2021-06-24T22:15:14.637Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestDNSIPQuery (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestDNSProxyServFail
22:15:14 [2021-06-24T22:15:14.637Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestDNSProxyServFail (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestSandboxAddEmpty
22:15:14 [2021-06-24T22:15:14.637Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestSandboxAddEmpty (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestSandboxAddMultiPrio
22:15:14 [2021-06-24T22:15:14.637Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestSandboxAddSamePrio
22:15:14 [2021-06-24T22:15:14.637Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestCleanupServiceDiscovery
22:15:14 [2021-06-24T22:15:14.637Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestDNSOptions
22:15:14 [2021-06-24T22:15:14.637Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
22:15:14 [2021-06-24T22:15:14.637Z] --- SKIP: TestDNSOptions (0.00s)
22:15:14 [2021-06-24T22:15:14.637Z] === RUN   TestMultipleControllersWithSameStore
22:15:14 [2021-06-24T22:15:14.637Z] time="2021-06-24T22:15:14Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:14 [2021-06-24T22:15:14.637Z] time="2021-06-24T22:15:14Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:14 [2021-06-24T22:15:14.637Z] --- PASS: TestMultipleControllersWithSameStore (0.02s)
22:15:14 [2021-06-24T22:15:14.637Z] PASS
22:15:14 [2021-06-24T22:15:14.637Z] coverage: 8.6% of statements
22:15:14 [2021-06-24T22:15:14.637Z] ok  	github.com/docker/docker/libnetwork	0.289s	coverage: 8.6% of statements
22:15:14 [2021-06-24T22:15:14.637Z] ?   	github.com/docker/docker/libnetwork/api	[no test files]
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestTCP4Proxy
22:15:15 [2021-06-24T22:15:15.591Z] --- PASS: TestTCP4Proxy (0.01s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestTCP4ProxyHalfClose
22:15:15 [2021-06-24T22:15:15.591Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestTCP6Proxy
22:15:15 [2021-06-24T22:15:15.591Z]     network_proxy_test.go:197: Need to start CI docker with --ipv6
22:15:15 [2021-06-24T22:15:15.591Z] --- SKIP: TestTCP6Proxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestTCPDualStackProxy
22:15:15 [2021-06-24T22:15:15.591Z]     network_proxy_test.go:212: No support for dual stack yet
22:15:15 [2021-06-24T22:15:15.591Z] --- SKIP: TestTCPDualStackProxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestUDP4Proxy
22:15:15 [2021-06-24T22:15:15.591Z] --- PASS: TestUDP4Proxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestUDP6Proxy
22:15:15 [2021-06-24T22:15:15.591Z]     network_proxy_test.go:241: Need to start CI docker with --ipv6
22:15:15 [2021-06-24T22:15:15.591Z] --- SKIP: TestUDP6Proxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestUDPWriteError
22:15:15 [2021-06-24T22:15:15.591Z] --- PASS: TestUDPWriteError (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestSCTP4Proxy
22:15:15 [2021-06-24T22:15:15.591Z]     network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows
22:15:15 [2021-06-24T22:15:15.591Z] --- SKIP: TestSCTP4Proxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] === RUN   TestSCTP6Proxy
22:15:15 [2021-06-24T22:15:15.591Z]     network_proxy_test.go:302: Need to start CI docker with --ipv6
22:15:15 [2021-06-24T22:15:15.591Z] --- SKIP: TestSCTP6Proxy (0.00s)
22:15:15 [2021-06-24T22:15:15.591Z] PASS
22:15:15 [2021-06-24T22:15:15.591Z] coverage: 49.4% of statements
22:15:15 [2021-06-24T22:15:15.591Z] ok  	github.com/docker/docker/libnetwork/cmd/proxy	0.049s	coverage: 49.4% of statements
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestInvalidConfig
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestInvalidConfig (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestConfig
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestConfig (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestOptionsLabels
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestOptionsLabels (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestValidName
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestValidName (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestTLSConfiguration
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestKey
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestKey (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestParseKey
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestParseKey (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestInvalidDataStore
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestInvalidDataStore (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestKVObjectFlatKey
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestKVObjectFlatKey (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] === RUN   TestAtomicKVObjectFlatKey
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
22:15:16 [2021-06-24T22:15:16.042Z] PASS
22:15:16 [2021-06-24T22:15:16.042Z] coverage: 21.9% of statements
22:15:16 [2021-06-24T22:15:16.042Z] ok  	github.com/docker/docker/libnetwork/datastore	0.040s	coverage: 21.9% of statements
22:15:16 [2021-06-24T22:15:16.042Z] time="2021-06-24T22:15:15Z" level=info msg="Option Initializing KV with TLS"
22:15:16 [2021-06-24T22:15:16.042Z] --- PASS: TestTLSConfiguration (0.17s)
22:15:16 [2021-06-24T22:15:16.042Z] PASS
22:15:16 [2021-06-24T22:15:16.042Z] coverage: 24.0% of statements
22:15:16 [2021-06-24T22:15:16.042Z] ok  	github.com/docker/docker/libnetwork/config	0.241s	coverage: 24.0% of statements
22:15:16 [2021-06-24T22:15:16.494Z] === RUN   TestIPDataMarshalling
22:15:16 [2021-06-24T22:15:16.494Z] --- PASS: TestIPDataMarshalling (0.00s)
22:15:16 [2021-06-24T22:15:16.494Z] === RUN   TestValidateAndIsV6
22:15:16 [2021-06-24T22:15:16.494Z] --- PASS: TestValidateAndIsV6 (0.00s)
22:15:16 [2021-06-24T22:15:16.494Z] PASS
22:15:16 [2021-06-24T22:15:16.494Z] coverage: 68.9% of statements
22:15:16 [2021-06-24T22:15:16.494Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.038s	coverage: 68.9% of statements
22:15:16 [2021-06-24T22:15:16.945Z] === RUN   TestDriver
22:15:16 [2021-06-24T22:15:16.945Z] --- PASS: TestDriver (0.00s)
22:15:16 [2021-06-24T22:15:16.945Z] PASS
22:15:16 [2021-06-24T22:15:16.945Z] coverage: 34.8% of statements
22:15:16 [2021-06-24T22:15:16.945Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.038s	coverage: 34.8% of statements
22:15:17 [2021-06-24T22:15:17.396Z] === RUN   TestDriver
22:15:17 [2021-06-24T22:15:17.396Z] --- PASS: TestDriver (0.00s)
22:15:17 [2021-06-24T22:15:17.396Z] PASS
22:15:17 [2021-06-24T22:15:17.396Z] coverage: 34.8% of statements
22:15:17 [2021-06-24T22:15:17.396Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.039s	coverage: 34.8% of statements
22:15:17 [2021-06-24T22:15:17.396Z] === RUN   TestNetworkAllocateFree
22:15:17 [2021-06-24T22:15:17.396Z] --- PASS: TestNetworkAllocateFree (0.00s)
22:15:17 [2021-06-24T22:15:17.396Z] === RUN   TestNetworkAllocateUserDefinedVNIs
22:15:17 [2021-06-24T22:15:17.396Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
22:15:17 [2021-06-24T22:15:17.396Z] PASS
22:15:17 [2021-06-24T22:15:17.396Z] coverage: 63.6% of statements
22:15:17 [2021-06-24T22:15:17.396Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.041s	coverage: 63.6% of statements
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestGetEmptyCapabilities
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestGetEmptyCapabilities (0.01s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestGetExtraCapabilities
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestGetExtraCapabilities (0.01s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestGetInvalidCapabilities
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestGetInvalidCapabilities (0.00s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestRemoteDriver
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestRemoteDriver (0.01s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestDriverError
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestDriverError (0.00s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestMissingValues
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestMissingValues (0.00s)
22:15:17 [2021-06-24T22:15:17.846Z] === RUN   TestRollback
22:15:17 [2021-06-24T22:15:17.846Z] --- PASS: TestRollback (0.00s)
22:15:17 [2021-06-24T22:15:17.846Z] PASS
22:15:17 [2021-06-24T22:15:17.846Z] coverage: 57.4% of statements
22:15:17 [2021-06-24T22:15:17.846Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.085s	coverage: 57.4% of statements
22:15:18 [2021-06-24T22:15:18.296Z] --- PASS: TestRandomAllocateDeallocate (7.20s)
22:15:18 [2021-06-24T22:15:18.296Z] === RUN   TestAllocateRandomDeallocate
22:15:18 [2021-06-24T22:15:18.296Z] === RUN   TestNAT
22:15:18 [2021-06-24T22:15:18.296Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
22:15:18 [2021-06-24T22:15:18.296Z] --- SKIP: TestNAT (0.00s)
22:15:18 [2021-06-24T22:15:18.296Z] === RUN   TestTransparent
22:15:18 [2021-06-24T22:15:18.296Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
22:15:18 [2021-06-24T22:15:18.296Z] --- SKIP: TestTransparent (0.00s)
22:15:18 [2021-06-24T22:15:18.296Z] PASS
22:15:18 [2021-06-24T22:15:18.296Z] coverage: 0.0% of statements
22:15:18 [2021-06-24T22:15:18.296Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.047s	coverage: 0.0% of statements
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestBuildDefault
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestBuildDefault (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestBuildHostnameDomainname
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestBuildHostnameDomainname (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestBuildHostname
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestBuildHostname (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestBuildHostnameFQDN
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestBuildHostnameFQDN (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestBuildNoIP
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestBuildNoIP (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestUpdate
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestUpdate (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestUpdateIgnoresPrefixedHostname
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestDeleteIgnoresPrefixedHostname
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestAddEmpty
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestAddEmpty (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestAdd
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestAdd (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestDeleteEmpty
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestDeleteEmpty (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestDeleteNewline
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestDeleteNewline (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestDelete
22:15:18 [2021-06-24T22:15:18.746Z] --- PASS: TestDelete (0.00s)
22:15:18 [2021-06-24T22:15:18.746Z] === RUN   TestConcurrentWrites
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestConcurrentWrites (0.15s)
22:15:19 [2021-06-24T22:15:19.197Z] PASS
22:15:19 [2021-06-24T22:15:19.197Z] coverage: 81.2% of statements
22:15:19 [2021-06-24T22:15:19.197Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.209s	coverage: 81.2% of statements
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestNew
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestNew (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestAddDriver
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestAddDriver (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestAddDuplicateDriver
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestAddDuplicateDriver (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestIPAMDefaultAddressSpaces
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestDriver
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestDriver (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestIPAM
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestIPAM (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestWalkIPAMs
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestWalkIPAMs (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] === RUN   TestWalkDrivers
22:15:19 [2021-06-24T22:15:19.197Z] --- PASS: TestWalkDrivers (0.00s)
22:15:19 [2021-06-24T22:15:19.197Z] PASS
22:15:19 [2021-06-24T22:15:19.197Z] coverage: 82.4% of statements
22:15:19 [2021-06-24T22:15:19.197Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.063s	coverage: 82.4% of statements
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestDiff
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestDiff (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestAddedCallback
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestAddedCallback (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestRemovedCallback
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestRemovedCallback (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestNoCallback
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestNoCallback (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] PASS
22:15:19 [2021-06-24T22:15:19.647Z] coverage: 48.1% of statements
22:15:19 [2021-06-24T22:15:19.647Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.043s	coverage: 48.1% of statements
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestAllocateRandomDeallocate (1.45s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestAllocateRandomDeallocateSerialize
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestNew
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestNew (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestAllocate
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestAllocate (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestUninitialized
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestUninitialized (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestAllocateInRange
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestAllocateInRange (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] === RUN   TestAllocateSerial
22:15:19 [2021-06-24T22:15:19.647Z] --- PASS: TestAllocateSerial (0.00s)
22:15:19 [2021-06-24T22:15:19.647Z] PASS
22:15:19 [2021-06-24T22:15:19.647Z] coverage: 87.5% of statements
22:15:19 [2021-06-24T22:15:19.647Z] ok  	github.com/docker/docker/libnetwork/idm	0.039s	coverage: 87.5% of statements
22:15:20 [2021-06-24T22:15:20.098Z] === RUN   TestCaller
22:15:20 [2021-06-24T22:15:20.098Z] --- PASS: TestCaller (0.00s)
22:15:20 [2021-06-24T22:15:20.098Z] PASS
22:15:20 [2021-06-24T22:15:20.098Z] coverage: 100.0% of statements
22:15:20 [2021-06-24T22:15:20.098Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.041s	coverage: 100.0% of statements
22:15:20 [2021-06-24T22:15:20.547Z] === RUN   TestSetSerialInsertDelete
22:15:20 [2021-06-24T22:15:20.548Z] --- PASS: TestSetSerialInsertDelete (0.00s)
22:15:20 [2021-06-24T22:15:20.548Z] === RUN   TestSetParallelInsertDelete
22:15:21 [2021-06-24T22:15:21.498Z] === RUN   TestInt2IP2IntConversion
22:15:21 [2021-06-24T22:15:21.498Z] === RUN   TestPoolRequest
22:15:21 [2021-06-24T22:15:21.498Z] --- PASS: TestPoolRequest (0.00s)
22:15:21 [2021-06-24T22:15:21.498Z] === RUN   TestOtherRequests
22:15:21 [2021-06-24T22:15:21.498Z] --- PASS: TestOtherRequests (0.00s)
22:15:21 [2021-06-24T22:15:21.498Z] PASS
22:15:21 [2021-06-24T22:15:21.498Z] coverage: 57.1% of statements
22:15:21 [2021-06-24T22:15:21.498Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.052s	coverage: 57.1% of statements
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestInt2IP2IntConversion (0.58s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestGetAddressVersion
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestGetAddressVersion (0.00s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestKeyString
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestKeyString (0.00s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestPoolDataMarshal
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestPoolDataMarshal (0.00s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestSubnetsMarshal
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestSubnetsMarshal (0.05s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestAddSubnets
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestAllocateRandomDeallocateSerialize (2.16s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestRetrieveFromStore
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestAddSubnets (0.06s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestDoublePoolRelease
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestDoublePoolRelease (0.03s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestAddReleasePoolID
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestAddReleasePoolID (0.11s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestPredefinedPool
22:15:21 [2021-06-24T22:15:21.948Z] --- PASS: TestPredefinedPool (0.03s)
22:15:21 [2021-06-24T22:15:21.948Z] === RUN   TestRemoveSubnet
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestRemoveSubnet (0.23s)
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestGetSameAddress
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestGetSameAddress (0.02s)
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestPoolAllocationReuse
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestGetCapabilities
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestGetCapabilities (0.01s)
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestGetCapabilitiesFromLegacyDriver
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s)
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestGetDefaultAddressSpaces
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
22:15:22 [2021-06-24T22:15:22.398Z] === RUN   TestRemoteDriver
22:15:22 [2021-06-24T22:15:22.398Z] --- PASS: TestRemoteDriver (0.00s)
22:15:22 [2021-06-24T22:15:22.398Z] PASS
22:15:22 [2021-06-24T22:15:22.398Z] coverage: 47.4% of statements
22:15:22 [2021-06-24T22:15:22.398Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.066s	coverage: 47.4% of statements
22:15:22 [2021-06-24T22:15:22.848Z] --- PASS: TestRetrieveFromStore (0.69s)
22:15:22 [2021-06-24T22:15:22.848Z] === RUN   TestIsCorrupted
22:15:22 [2021-06-24T22:15:22.848Z] --- PASS: TestIsCorrupted (0.02s)
22:15:22 [2021-06-24T22:15:22.848Z] === RUN   TestSetRollover
22:15:23 [2021-06-24T22:15:23.298Z] === RUN   TestWindowsIPAM
22:15:23 [2021-06-24T22:15:23.298Z] --- PASS: TestWindowsIPAM (0.00s)
22:15:23 [2021-06-24T22:15:23.298Z] PASS
22:15:23 [2021-06-24T22:15:23.298Z] coverage: 71.4% of statements
22:15:23 [2021-06-24T22:15:23.298Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.045s	coverage: 71.4% of statements
22:15:23 [2021-06-24T22:15:23.749Z] === RUN   TestDefaultNetwork
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestContainerStopSignal
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestContainerStopSignal (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestContainerStopTimeout
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestContainerStopTimeout (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestContainerSecretReferenceDestTarget
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestContainerLogPathSetForJSONFileLogger
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestContainerLogPathSetForRingLogger
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestReplaceAndAppendEnvVars
22:15:24 [2021-06-24T22:15:24.140Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestNewMemoryStore
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestNewMemoryStore (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestAddContainers
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestAddContainers (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestGetContainer
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestGetContainer (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestDeleteContainer
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestDeleteContainer (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestListContainers
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestListContainers (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestFirstContainer
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestFirstContainer (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestApplyAllContainer
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestApplyAllContainer (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestIsValidHealthString
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestIsValidHealthString (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestStateRunStop
22:15:24 [2021-06-24T22:15:24.140Z] --- PASS: TestStateRunStop (0.00s)
22:15:24 [2021-06-24T22:15:24.140Z] === RUN   TestStateTimeoutWait
22:15:24 [2021-06-24T22:15:24.141Z]     state_test.go:141: Stop callback fired
22:15:24 [2021-06-24T22:15:24.141Z]     state_test.go:165: Stop callback fired
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestStateTimeoutWait (0.10s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestIsValidStateString
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestIsValidStateString (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestViewSaveDelete
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestViewSaveDelete (0.01s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestViewAll
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestViewAll (0.01s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestViewGet
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestViewGet (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestNames
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestNames (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestViewWithHealthCheck
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestViewWithHealthCheck (0.01s)
22:15:24 [2021-06-24T22:15:24.141Z] PASS
22:15:24 [2021-06-24T22:15:24.141Z] coverage: 41.5% of statements
22:15:24 [2021-06-24T22:15:24.141Z] ok  	github.com/docker/docker/container	0.692s	coverage: 41.5% of statements
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithTLS
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithConflicts
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliWithConflictingLabels
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestConfigureDaemonLogs
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestConfigureDaemonLogs (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestCommonOptionsInstallFlags
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
22:15:24 [2021-06-24T22:15:24.141Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
22:15:24 [2021-06-24T22:15:24.141Z] PASS
22:15:24 [2021-06-24T22:15:24.141Z] coverage: 18.5% of statements
22:15:24 [2021-06-24T22:15:24.141Z] ok  	github.com/docker/docker/cmd/dockerd	1.413s	coverage: 18.5% of statements
22:15:24 [2021-06-24T22:15:24.141Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:15:24 [2021-06-24T22:15:24.141Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:15:24 [2021-06-24T22:15:24.141Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:15:24 [2021-06-24T22:15:24.141Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:15:24 [2021-06-24T22:15:24.198Z] --- PASS: TestDefaultNetwork (0.24s)
22:15:24 [2021-06-24T22:15:24.198Z] === RUN   TestConfigGlobalScopeDefaultNetworks
22:15:24 [2021-06-24T22:15:24.198Z] --- PASS: TestPoolAllocationReuse (1.98s)
22:15:24 [2021-06-24T22:15:24.198Z] === RUN   TestGetAddressSubPoolEqualPool
22:15:24 [2021-06-24T22:15:24.198Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s)
22:15:24 [2021-06-24T22:15:24.198Z] === RUN   TestRequestReleaseAddressFromSubPool
22:15:24 [2021-06-24T22:15:24.198Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.24s)
22:15:24 [2021-06-24T22:15:24.198Z] === RUN   TestInitAddressPools
22:15:24 [2021-06-24T22:15:24.198Z] --- PASS: TestInitAddressPools (0.00s)
22:15:24 [2021-06-24T22:15:24.198Z] PASS
22:15:24 [2021-06-24T22:15:24.198Z] coverage: 74.0% of statements
22:15:24 [2021-06-24T22:15:24.198Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.539s	coverage: 74.0% of statements
22:15:24 [2021-06-24T22:15:24.648Z] --- PASS: TestSetRollover (1.78s)
22:15:24 [2021-06-24T22:15:24.648Z] === RUN   TestSetRolloverSerial
22:15:25 [2021-06-24T22:15:25.099Z] === RUN   TestKeyValue
22:15:25 [2021-06-24T22:15:25.099Z] --- PASS: TestKeyValue (0.00s)
22:15:25 [2021-06-24T22:15:25.099Z] PASS
22:15:25 [2021-06-24T22:15:25.099Z] coverage: 60.0% of statements
22:15:25 [2021-06-24T22:15:25.099Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.034s	coverage: 60.0% of statements
22:15:26 [2021-06-24T22:15:26.613Z] --- PASS: TestSetRolloverSerial (1.93s)
22:15:26 [2021-06-24T22:15:26.613Z] === RUN   TestGetFirstAvailableFromCurrent
22:15:26 [2021-06-24T22:15:26.613Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
22:15:26 [2021-06-24T22:15:26.613Z] PASS
22:15:26 [2021-06-24T22:15:26.613Z] coverage: 84.4% of statements
22:15:26 [2021-06-24T22:15:26.613Z] ok  	github.com/docker/docker/libnetwork/bitseq	15.305s	coverage: 84.4% of statements
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestPrepare
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestPrepare (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestStart
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestStart (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestWaitCancel
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestWaitCancel (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestWaitDisabled
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestWaitDisabled (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestWaitEnabled
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestWaitEnabled (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] === RUN   TestRemove
22:15:27 [2021-06-24T22:15:27.059Z] --- PASS: TestRemove (0.00s)
22:15:27 [2021-06-24T22:15:27.059Z] PASS
22:15:27 [2021-06-24T22:15:27.059Z] coverage: 65.3% of statements
22:15:27 [2021-06-24T22:15:27.059Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.444s	coverage: 65.3% of statements
22:15:27 [2021-06-24T22:15:27.566Z] === RUN   TestNetworkDBSimple
22:15:28 [2021-06-24T22:15:28.018Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.51s)
22:15:28 [2021-06-24T22:15:28.018Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
22:15:28 [2021-06-24T22:15:28.034Z] === RUN   TestNewListSecretsFilters
22:15:28 [2021-06-24T22:15:28.034Z] --- PASS: TestNewListSecretsFilters (0.00s)
22:15:28 [2021-06-24T22:15:28.034Z] === RUN   TestNewListConfigsFilters
22:15:28 [2021-06-24T22:15:28.034Z] --- PASS: TestNewListConfigsFilters (0.00s)
22:15:28 [2021-06-24T22:15:28.034Z] PASS
22:15:28 [2021-06-24T22:15:28.034Z] coverage: 0.5% of statements
22:15:28 [2021-06-24T22:15:28.034Z] ok  	github.com/docker/docker/daemon/cluster	1.617s	coverage: 0.5% of statements
22:15:28 [2021-06-24T22:15:28.470Z] 2021/06/24 22:15:28 Closing DB instances...
22:15:29 [2021-06-24T22:15:29.007Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
22:15:29 [2021-06-24T22:15:29.007Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s)
22:15:29 [2021-06-24T22:15:29.007Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
22:15:29 [2021-06-24T22:15:29.007Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
22:15:29 [2021-06-24T22:15:29.007Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
22:15:29 [2021-06-24T22:15:29.419Z] --- PASS: TestNetworkDBSimple (2.02s)
22:15:29 [2021-06-24T22:15:29.419Z] === RUN   TestNetworkDBJoinLeaveNetwork
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/client/mflag/example	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/dnet	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:15:29 [2021-06-24T22:15:29.419Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCContainerRuntime
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/empty
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/default
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/process
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCIsolation
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCIsolation/default
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCIsolation/process
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
22:15:29 [2021-06-24T22:15:29.468Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
22:15:29 [2021-06-24T22:15:29.468Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertFromGRPCConfigs
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertFromGRPCConfigs/file
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
22:15:29 [2021-06-24T22:15:29.469Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertToGRPCConfigs
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertToGRPCConfigs/file
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
22:15:29 [2021-06-24T22:15:29.469Z] === RUN   TestServiceConvertToGRPCConfigs/none
22:15:29 [2021-06-24T22:15:29.469Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
22:15:29 [2021-06-24T22:15:29.469Z] PASS
22:15:29 [2021-06-24T22:15:29.469Z] coverage: 35.9% of statements
22:15:29 [2021-06-24T22:15:29.469Z] ok  	github.com/docker/docker/daemon/cluster/convert	1.140s	coverage: 35.9% of statements
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.09s)
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestGetAddress
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestGenerate
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestGenerate (0.00s)
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestGeneratePtr
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestGeneratePtr (0.00s)
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestGenerateMissingField
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestGenerateMissingField (0.00s)
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestFieldCannotBeSet
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestFieldCannotBeSet (0.00s)
22:15:29 [2021-06-24T22:15:29.870Z] === RUN   TestTypeMismatchError
22:15:29 [2021-06-24T22:15:29.870Z] --- PASS: TestTypeMismatchError (0.00s)
22:15:29 [2021-06-24T22:15:29.870Z] PASS
22:15:29 [2021-06-24T22:15:29.870Z] coverage: 100.0% of statements
22:15:29 [2021-06-24T22:15:29.870Z] ok  	github.com/docker/docker/libnetwork/options	0.032s	coverage: 100.0% of statements
22:15:30 [2021-06-24T22:15:30.322Z] --- PASS: TestSetParallelInsertDelete (10.01s)
22:15:30 [2021-06-24T22:15:30.322Z] PASS
22:15:30 [2021-06-24T22:15:30.322Z] coverage: 100.0% of statements
22:15:30 [2021-06-24T22:15:30.322Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.056s	coverage: 100.0% of statements
22:15:30 [2021-06-24T22:15:30.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:15:30 [2021-06-24T22:15:30.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:15:30 [2021-06-24T22:15:30.773Z] testing: warning: no tests to run
22:15:30 [2021-06-24T22:15:30.773Z] PASS
22:15:30 [2021-06-24T22:15:30.773Z] coverage: 0.0% of statements
22:15:30 [2021-06-24T22:15:30.773Z] ok  	github.com/docker/docker/libnetwork/osl	0.033s	coverage: 0.0% of statements [no tests to run]
22:15:30 [2021-06-24T22:15:30.773Z] 2021/06/24 22:15:30 Closing DB instances...
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestRequestNewPort
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestRequestNewPort (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestRequestSpecificPort
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestRequestSpecificPort (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestReleasePort
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestReleasePort (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestReuseReleasedPort
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestReuseReleasedPort (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestReleaseUnreadledPort
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestReleaseUnreadledPort (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestUnknowProtocol
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestUnknowProtocol (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestAllocateAllPorts
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestAllocateAllPorts (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestPortAllocation
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestPortAllocation (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestPortAllocationWithCustomRange
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestNoDuplicateBPR
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestNoDuplicateBPR (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestChangePortRange
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
22:15:31 [2021-06-24T22:15:31.223Z]     portallocator_test.go:345: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestChangePortRange (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] PASS
22:15:31 [2021-06-24T22:15:31.223Z] coverage: 88.6% of statements
22:15:31 [2021-06-24T22:15:31.223Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.037s	coverage: 88.6% of statements
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestTransportPortConv
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestTransportPortConv (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestTransportPortBindingConv
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestTransportPortBindingConv (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestErrorConstructors
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestErrorConstructors (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestCompareIPMask
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestCompareIPMask (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestUtilGetHostPartIP
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestUtilGetHostPartIP (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestUtilGetBroadcastIP
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] === RUN   TestParseCIDR
22:15:31 [2021-06-24T22:15:31.223Z] --- PASS: TestParseCIDR (0.00s)
22:15:31 [2021-06-24T22:15:31.223Z] PASS
22:15:31 [2021-06-24T22:15:31.223Z] coverage: 47.9% of statements
22:15:31 [2021-06-24T22:15:31.674Z] ok  	github.com/docker/docker/libnetwork/types	0.039s	coverage: 47.9% of statements
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
22:15:32 [2021-06-24T22:15:32.125Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
22:15:32 [2021-06-24T22:15:32.125Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
22:15:32 [2021-06-24T22:15:32.125Z] PASS
22:15:32 [2021-06-24T22:15:32.125Z] coverage: 44.0% of statements
22:15:32 [2021-06-24T22:15:32.125Z] ok  	github.com/docker/docker/oci	0.040s	coverage: 44.0% of statements
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.02s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestNetworkDBJoinLeaveNetworks
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestAddressPoolOpt
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestAddressPoolOpt (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/a
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/something
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/_=a
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/env1=value1
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/_env1=value1
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/env2=value2=value3
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/env3=abc!qwe
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/env_4=value_4
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/PATH
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/=a
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/PATH=
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/PATH=something
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/asd!qwe
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/1asd
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/123
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/some_space
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/__some_space_before
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/some_space_after__
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/=
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateEnv/PaTh
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestValidateEnv (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/a (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/something (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/_=a (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/PATH (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/=a (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/1asd (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/123 (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/some_space (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/= (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestParseHost
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestParseHost (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestParseDockerDaemonHost
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestParseDockerDaemonHost (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestParseTCP
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestParseTCP (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestParseInvalidUnixAddrInvalid
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateExtraHosts
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestValidateExtraHosts (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestIpOptString
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestIpOptString (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestNewIpOptInvalidDefaultVal
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestNewIpOptValidDefaultVal
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestIpOptSetInvalidVal
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateIPAddress
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestValidateIPAddress (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestMapOpts
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestMapOpts (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestListOptsWithoutValidator
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestListOptsWithoutValidator (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestListOptsWithValidator
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestListOptsWithValidator (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateDNSSearch
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestValidateDNSSearch (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_general_format
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_more_than_one_=
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_one_more
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestValidateLabel (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestNamedListOpts
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestNamedListOpts (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestNamedMapOpts
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestNamedMapOpts (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestParseLink
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestParseLink (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestQuotedStringSetWithQuotes
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestQuotedStringSetWithNoQuotes
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] === RUN   TestUlimitOpt
22:15:32 [2021-06-24T22:15:32.576Z] --- PASS: TestUlimitOpt (0.00s)
22:15:32 [2021-06-24T22:15:32.576Z] PASS
22:15:32 [2021-06-24T22:15:32.576Z] coverage: 67.1% of statements
22:15:32 [2021-06-24T22:15:32.576Z] ok  	github.com/docker/docker/opts	0.076s	coverage: 67.1% of statements
22:15:33 [2021-06-24T22:15:33.027Z] === RUN   TestParseVersion
22:15:33 [2021-06-24T22:15:33.027Z] --- PASS: TestParseVersion (0.00s)
22:15:33 [2021-06-24T22:15:33.027Z] PASS
22:15:33 [2021-06-24T22:15:33.027Z] coverage: 52.9% of statements
22:15:33 [2021-06-24T22:15:33.027Z] ok  	github.com/docker/docker/pkg/aaparser	0.038s	coverage: 52.9% of statements
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestBuilderGC
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestBuilderGC (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationNotFound
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonBrokenConfiguration
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestParseClusterAdvertiseSettings
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestFindConfigurationConflicts
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestFindConfigurationConflicts (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeConflicts
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeConcurrent
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeConcurrentError
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestFindConfigurationConflictsWithMergedValues
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestValidateConfigurationErrors (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_label
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_dns
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_dns-search
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_max-download-attempts
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestValidateConfiguration/with_node_generic_resources
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestValidateConfiguration (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestModifiedDiscoverySettings
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestReloadSetConfigFileNotExist
22:15:33 [2021-06-24T22:15:33.225Z] time="2021-06-24T22:15:32Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestReloadDefaultConfigNotExist
22:15:33 [2021-06-24T22:15:33.225Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:15:33 [2021-06-24T22:15:33.225Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestReloadBadDefaultConfig
22:15:33 [2021-06-24T22:15:33.225Z] time="2021-06-24T22:15:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-878408115"
22:15:33 [2021-06-24T22:15:33.225Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
22:15:33 [2021-06-24T22:15:33.225Z] === RUN   TestReloadWithConflictingLabels
22:15:33 [2021-06-24T22:15:33.226Z] time="2021-06-24T22:15:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-694415222"
22:15:33 [2021-06-24T22:15:33.226Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
22:15:33 [2021-06-24T22:15:33.226Z] === RUN   TestReloadWithDuplicateLabels
22:15:33 [2021-06-24T22:15:33.226Z] time="2021-06-24T22:15:32Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-531204189"
22:15:33 [2021-06-24T22:15:33.226Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
22:15:33 [2021-06-24T22:15:33.226Z] === RUN   TestDaemonConfigurationMerge
22:15:33 [2021-06-24T22:15:33.226Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
22:15:33 [2021-06-24T22:15:33.226Z] PASS
22:15:33 [2021-06-24T22:15:33.226Z] coverage: 79.2% of statements
22:15:33 [2021-06-24T22:15:33.226Z] ok  	github.com/docker/docker/daemon/config	1.191s	coverage: 79.2% of statements
22:15:33 [2021-06-24T22:15:33.980Z] 2021/06/24 22:15:33 Closing DB instances...
22:15:34 [2021-06-24T22:15:34.430Z] === RUN   TestIsArchivePathDir
22:15:34 [2021-06-24T22:15:34.430Z] --- PASS: TestIsArchivePathDir (0.05s)
22:15:34 [2021-06-24T22:15:34.430Z] === RUN   TestIsArchivePathInvalidFile
22:15:34 [2021-06-24T22:15:34.430Z] === RUN   TestPeerCertificateMarshalJSON
22:15:34 [2021-06-24T22:15:34.430Z] --- PASS: TestIsArchivePathInvalidFile (0.10s)
22:15:34 [2021-06-24T22:15:34.430Z] === RUN   TestIsArchivePathTar
22:15:34 [2021-06-24T22:15:34.430Z] --- PASS: TestIsArchivePathTar (0.12s)
22:15:34 [2021-06-24T22:15:34.430Z] === RUN   TestDecompressStreamGzip
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestWaitNodeAttachment
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestDiscoveryOptsErrors
22:15:34 [2021-06-24T22:15:34.769Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestDiscoveryOpts
22:15:34 [2021-06-24T22:15:34.769Z] --- PASS: TestDiscoveryOpts (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z] PASS
22:15:34 [2021-06-24T22:15:34.769Z] coverage: 30.0% of statements
22:15:34 [2021-06-24T22:15:34.769Z] ok  	github.com/docker/docker/daemon/discovery	0.814s	coverage: 30.0% of statements
22:15:34 [2021-06-24T22:15:34.769Z] --- PASS: TestWaitNodeAttachment (0.40s)
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestIsolationConversion
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestIsolationConversion/default
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestIsolationConversion/process
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestIsolationConversion/hyperv
22:15:34 [2021-06-24T22:15:34.769Z] --- PASS: TestIsolationConversion (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z]     --- PASS: TestIsolationConversion/default (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z]     --- PASS: TestIsolationConversion/process (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
22:15:34 [2021-06-24T22:15:34.769Z] === RUN   TestContainerLabels
22:15:34 [2021-06-24T22:15:34.769Z] --- PASS: TestContainerLabels (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestCredentialSpecConversion
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestCredentialSpecConversion/none
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestCredentialSpecConversion/config
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestCredentialSpecConversion/file
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestCredentialSpecConversion/registry
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestCredentialSpecConversion (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountBind
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountBind (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountVolume
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountVolume (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountTarget
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountTarget (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountTmpfs
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountInvalidType
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] === RUN   TestControllerValidateMountNamedPipe
22:15:34 [2021-06-24T22:15:34.770Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
22:15:34 [2021-06-24T22:15:34.770Z] PASS
22:15:34 [2021-06-24T22:15:34.770Z] coverage: 11.0% of statements
22:15:34 [2021-06-24T22:15:34.770Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.786s	coverage: 11.0% of statements
22:15:34 [2021-06-24T22:15:34.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:15:34 [2021-06-24T22:15:34.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestDecompressStreamGzip (0.09s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestDecompressStreamBzip2
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestDecompressStreamBzip2 (0.08s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestDecompressStreamXz
22:15:34 [2021-06-24T22:15:34.880Z]     archive_test.go:134: Xz not present in msys2
22:15:34 [2021-06-24T22:15:34.880Z] --- SKIP: TestDecompressStreamXz (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestCompressStreamXzUnsupported
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestCompressStreamBzip2Unsupported
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestCompressStreamInvalid
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestCompressStreamInvalid (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestExtensionInvalid
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestExtensionInvalid (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestExtensionUncompressed
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestExtensionUncompressed (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestExtensionBzip2
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestExtensionBzip2 (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestExtensionGzip
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestExtensionGzip (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestExtensionXz
22:15:34 [2021-06-24T22:15:34.880Z] --- PASS: TestExtensionXz (0.00s)
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestCmdStreamLargeStderr
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
22:15:34 [2021-06-24T22:15:34.880Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestPeerCertificateMarshalJSON (0.36s)
22:15:34 [2021-06-24T22:15:34.881Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestMiddleware
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestMiddleware (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestNewResponseModifier
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestNewResponseModifier (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] PASS
22:15:34 [2021-06-24T22:15:34.881Z] coverage: 26.8% of statements
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestCmdStreamLargeStderr (0.05s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestCmdStreamBad
22:15:34 [2021-06-24T22:15:34.881Z]     archive_test.go:239: Failing on Windows CI machines
22:15:34 [2021-06-24T22:15:34.881Z] --- SKIP: TestCmdStreamBad (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestCmdStreamGood
22:15:34 [2021-06-24T22:15:34.881Z] ok  	github.com/docker/docker/pkg/authorization	0.397s	coverage: 26.8% of statements
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestCmdStreamGood (0.04s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestUntarPathWithInvalidDest
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestUntarPathWithInvalidDest (0.05s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestUntarPathWithInvalidSrc
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestUntarPath
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestUntarPath (0.05s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestUntarPathWithDestinationFile
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestUntarPathWithDestinationFile (0.05s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestCopyWithTarInvalidSrc
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
22:15:34 [2021-06-24T22:15:34.881Z] === RUN   TestCopyWithTarSrcFile
22:15:34 [2021-06-24T22:15:34.881Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestCopyWithTarSrcFolder
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestCopyFileWithTarInvalidSrc
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestCopyFileWithTarSrcFolder
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestCopyFileWithTarSrcFile
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestTarFiles
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestNetworkDBCRUDTableEntry
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestUnbuffered
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestUnbuffered (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] === RUN   TestRaceUnbuffered
22:15:35 [2021-06-24T22:15:35.331Z] --- PASS: TestRaceUnbuffered (0.00s)
22:15:35 [2021-06-24T22:15:35.331Z] PASS
22:15:35 [2021-06-24T22:15:35.331Z] coverage: 100.0% of statements
22:15:35 [2021-06-24T22:15:35.331Z] ok  	github.com/docker/docker/pkg/broadcaster	0.043s	coverage: 100.0% of statements
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestVerifyNetworkingConfig
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestGetContainer
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestGetContainer (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestValidContainerNames
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestValidContainerNames (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestContainerInitDNS
22:15:35 [2021-06-24T22:15:35.742Z]     daemon_test.go:147: root required
22:15:35 [2021-06-24T22:15:35.742Z] --- SKIP: TestContainerInitDNS (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestMerge
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestMerge (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestValidateContainerIsolation
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestValidateContainerIsolation (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestFindNetworkErrorType
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestFindNetworkErrorType (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestEnsureServicesExist
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestEnsureServicesExist (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestEnsureServicesExistErrors
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestContainerDelete
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestContainerDelete (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestContainerDoubleDelete
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestContainerDoubleDelete (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestLogContainerEventCopyLabels
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestLogContainerEventWithAttributes
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestNoneHealthcheck
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestNoneHealthcheck (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestHealthStates
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] time="2021-06-24T22:15:35Z" 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"
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestHealthStates (0.15s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestMaskURLCredentials
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestMaskURLCredentials (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestGetInspectData
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestGetInspectData (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestFillLicense
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestFillLicense (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestListInvalidFilter
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestListInvalidFilter (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestNameFilter
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestNameFilter (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
22:15:35 [2021-06-24T22:15:35.742Z] === 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
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
22:15:35 [2021-06-24T22:15:35.742Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
22:15:35 [2021-06-24T22:15:35.742Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- 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)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
22:15:35 [2021-06-24T22:15:35.742Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonReloadLabels
22:15:35 [2021-06-24T22:15:35.743Z] --- PASS: TestDaemonReloadLabels (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
22:15:35 [2021-06-24T22:15:35.743Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonReloadMirrors
22:15:35 [2021-06-24T22:15:35.743Z] --- PASS: TestDaemonReloadMirrors (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonReloadInsecureRegistries
22:15:35 [2021-06-24T22:15:35.743Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonReloadNotAffectOthers
22:15:35 [2021-06-24T22:15:35.743Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
22:15:35 [2021-06-24T22:15:35.743Z] === RUN   TestDaemonDiscoveryReload
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[foo]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[bar]_[foo]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[foo_bar]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[qux]_[foo]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[]#01
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[qux]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[foo_bar_qux]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[qux]_[baz]]
22:15:35 [2021-06-24T22:15:35.781Z] === RUN   TestMatch/[[foo_baz]]
22:15:35 [2021-06-24T22:15:35.781Z] --- PASS: TestMatch (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[foo]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[]#01 (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[qux]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
22:15:35 [2021-06-24T22:15:35.781Z] PASS
22:15:35 [2021-06-24T22:15:35.781Z] coverage: 87.5% of statements
22:15:35 [2021-06-24T22:15:35.781Z] ok  	github.com/docker/docker/pkg/capabilities	0.036s	coverage: 87.5% of statements
22:15:36 [2021-06-24T22:15:36.717Z] === RUN   TestEventsLog
22:15:36 [2021-06-24T22:15:36.717Z] --- PASS: TestEventsLog (0.00s)
22:15:36 [2021-06-24T22:15:36.717Z] === RUN   TestEventsLogTimeout
22:15:36 [2021-06-24T22:15:36.717Z] --- PASS: TestEventsLogTimeout (0.00s)
22:15:36 [2021-06-24T22:15:36.717Z] === RUN   TestLogEvents
22:15:36 [2021-06-24T22:15:36.717Z] --- PASS: TestLogEvents (0.05s)
22:15:36 [2021-06-24T22:15:36.717Z] === RUN   TestLoadBufferedEvents
22:15:36 [2021-06-24T22:15:36.717Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
22:15:36 [2021-06-24T22:15:36.717Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootTarUntar
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootTarUntar (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootUntarWithHugeExcludesList
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootUntarEmptyArchive
22:15:36 [2021-06-24T22:15:36.731Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootTarUntarWithSymlink
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootCopyWithTar
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootCopyWithTar (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootCopyFileWithTar
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootUntarPath
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootUntarPath (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] === RUN   TestChrootApplyDotDotFile
22:15:36 [2021-06-24T22:15:36.731Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:15:36 [2021-06-24T22:15:36.731Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
22:15:36 [2021-06-24T22:15:36.731Z] PASS
22:15:36 [2021-06-24T22:15:36.731Z] coverage: 15.4% of statements
22:15:36 [2021-06-24T22:15:36.731Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.086s	coverage: 15.4% of statements
22:15:37 [2021-06-24T22:15:37.180Z] --- PASS: TestLoadBufferedEvents (0.11s)
22:15:37 [2021-06-24T22:15:37.180Z] === RUN   TestLoadBufferedEventsOnlyFromPast
22:15:37 [2021-06-24T22:15:37.180Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
22:15:37 [2021-06-24T22:15:37.180Z] === RUN   TestIgnoreBufferedWhenNoTimes
22:15:37 [2021-06-24T22:15:37.180Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
22:15:37 [2021-06-24T22:15:37.180Z] PASS
22:15:37 [2021-06-24T22:15:37.180Z] coverage: 50.0% of statements
22:15:37 [2021-06-24T22:15:37.180Z] ok  	github.com/docker/docker/daemon/events	0.410s	coverage: 50.0% of statements
22:15:37 [2021-06-24T22:15:37.180Z] === RUN   TestIsEmptyDir
22:15:37 [2021-06-24T22:15:37.180Z] --- PASS: TestIsEmptyDir (0.01s)
22:15:37 [2021-06-24T22:15:37.180Z] PASS
22:15:37 [2021-06-24T22:15:37.180Z] coverage: 2.3% of statements
22:15:37 [2021-06-24T22:15:37.180Z] ok  	github.com/docker/docker/daemon/graphdriver	0.239s	coverage: 2.3% of statements
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestLinkNaming
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestLinkNaming (0.00s)
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestLinkNew
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestLinkNew (0.00s)
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestLinkEnv
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestLinkEnv (0.00s)
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestLinkMultipleEnv
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestLinkMultipleEnv (0.00s)
22:15:37 [2021-06-24T22:15:37.642Z] === RUN   TestLinkPortRangeEnv
22:15:37 [2021-06-24T22:15:37.642Z] --- PASS: TestLinkPortRangeEnv (0.00s)
22:15:37 [2021-06-24T22:15:37.642Z] PASS
22:15:37 [2021-06-24T22:15:37.642Z] coverage: 93.0% of statements
22:15:37 [2021-06-24T22:15:37.642Z] ok  	github.com/docker/docker/daemon/links	0.131s	coverage: 93.0% of statements
22:15:37 [2021-06-24T22:15:37.682Z] 2021/06/24 22:15:37 Closing DB instances...
22:15:37 [2021-06-24T22:15:37.682Z] === RUN   TestSizeEmpty
22:15:37 [2021-06-24T22:15:37.682Z] --- PASS: TestSizeEmpty (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeEmptyFile
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeEmptyFile (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeNonemptyFile
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeNonemptyFile (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeNestedDirectoryEmpty
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestMoveToSubdir
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestMoveToSubdir (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] === RUN   TestSizeNonExistingDirectory
22:15:37 [2021-06-24T22:15:37.683Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
22:15:37 [2021-06-24T22:15:37.683Z] PASS
22:15:37 [2021-06-24T22:15:37.683Z] coverage: 80.0% of statements
22:15:37 [2021-06-24T22:15:37.683Z] ok  	github.com/docker/docker/pkg/directory	0.057s	coverage: 80.0% of statements
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
22:15:38 [2021-06-24T22:15:38.104Z]     reload_test.go:520: root required
22:15:38 [2021-06-24T22:15:38.104Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
22:15:38 [2021-06-24T22:15:38.104Z] === RUN   TestParseVolumesFrom
22:15:38 [2021-06-24T22:15:38.104Z] --- PASS: TestParseVolumesFrom (0.00s)
22:15:38 [2021-06-24T22:15:38.104Z] PASS
22:15:38 [2021-06-24T22:15:38.104Z] coverage: 9.1% of statements
22:15:38 [2021-06-24T22:15:38.104Z] ok  	github.com/docker/docker/daemon	3.642s	coverage: 9.1% of statements
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
22:15:38 [2021-06-24T22:15:38.104Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestContainsEntry
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestCreateEntries
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestEntriesDiff
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestEntriesEquality
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGeneratorNotGenerate
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGeneratorWithPort
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestGeneratorWithPortNotGenerate
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestNewEntry
22:15:38 [2021-06-24T22:15:38.633Z] === RUN   Test/TestParse
22:15:38 [2021-06-24T22:15:38.633Z] --- PASS: Test (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestContainsEntry (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestCreateEntries (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestEntriesDiff (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestEntriesEquality (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestNewEntry (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z]     --- PASS: Test/TestParse (0.00s)
22:15:38 [2021-06-24T22:15:38.633Z] PASS
22:15:38 [2021-06-24T22:15:38.633Z] coverage: 58.3% of statements
22:15:38 [2021-06-24T22:15:38.633Z] ok  	github.com/docker/docker/pkg/discovery	0.041s	coverage: 58.3% of statements
22:15:39 [2021-06-24T22:15:39.084Z] --- PASS: TestNetworkDBCRUDTableEntry (3.63s)
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   TestNetworkDBCRUDTableEntries
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestContent
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestInitialize
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestNew
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestParsingContentsWithComments
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestRegister
22:15:39 [2021-06-24T22:15:39.084Z] === RUN   Test/TestWatch
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: Test (0.01s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestContent (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestInitialize (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestNew (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestRegister (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z]     --- PASS: Test/TestWatch (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z] PASS
22:15:39 [2021-06-24T22:15:39.538Z] coverage: 97.6% of statements
22:15:39 [2021-06-24T22:15:39.538Z] ok  	github.com/docker/docker/pkg/discovery/file	0.040s	coverage: 97.6% of statements
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestTarFiles (4.54s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestTarUntar
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestTarUntar (0.02s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestTarWithOptions
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestTarWithOptions (0.03s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestUntarUstarGnuConflict
22:15:39 [2021-06-24T22:15:39.538Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
22:15:39 [2021-06-24T22:15:39.538Z] === RUN   TestUntarInvalidFilenames
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestAdapterReadLogs
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestAdapterReadLogs (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopier
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestCopier (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierLongLines
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestCopierLongLines (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierSlow
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestCopierSlow (0.22s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierWithSized
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierWithSized/as_is
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierWithSized/With_RingLogger
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestCopierWithSized (0.03s)
22:15:39 [2021-06-24T22:15:39.651Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.02s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestCopierWithPartial
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestCopierWithPartial (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestRingLogger
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestRingLogger (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestRingCap
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestRingCap (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestRingClose
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestRingClose (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] === RUN   TestRingDrain
22:15:39 [2021-06-24T22:15:39.651Z] --- PASS: TestRingDrain (0.00s)
22:15:39 [2021-06-24T22:15:39.651Z] PASS
22:15:39 [2021-06-24T22:15:39.651Z] coverage: 43.8% of statements
22:15:39 [2021-06-24T22:15:39.651Z] ok  	github.com/docker/docker/daemon/logger	0.627s	coverage: 43.8% of statements
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames164856698\\dest"
22:15:39 [2021-06-24T22:15:39.988Z] --- PASS: TestUntarInvalidFilenames (0.12s)
22:15:39 [2021-06-24T22:15:39.988Z] === RUN   TestUntarHardlinkToSymlink
22:15:39 [2021-06-24T22:15:39.988Z] --- PASS: TestUntarHardlinkToSymlink (0.00s)
22:15:39 [2021-06-24T22:15:39.988Z] === RUN   TestUntarInvalidHardlink
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink214141163\\victim\\hello" -> "../victim/hello"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink702384462\\victim\\hello" -> "/../victim/hello"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink167903317\\victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink465715632\\victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink348005199\\victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink963058786\\victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] --- PASS: TestUntarInvalidHardlink (0.02s)
22:15:39 [2021-06-24T22:15:39.988Z] === RUN   TestUntarInvalidSymlink
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink234515545\\dest\\dotdot" -> "../victim/hello"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink143314404\\dest\\slash-dotdot" -> "/../victim/hello"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink557202419\\dest\\loophole-victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink492156086\\dest\\loophole-victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink449318045\\dest\\loophole-victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.988Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink506170712\\dest\\loophole-victim" -> "../victim"
22:15:39 [2021-06-24T22:15:39.989Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink882308823\\dest\\dir\\loophole" -> "../../victim"
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestUntarInvalidSymlink (0.02s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestTempArchiveCloseMultipleTimes
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestXGlobalNoParent
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestXGlobalNoParent (0.00s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestReplaceFileTarWrapper
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestReplaceFileTarWrapper (0.14s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestPrefixHeaderReadable
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestPrefixHeaderReadable (0.01s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestDisablePigz
22:15:39 [2021-06-24T22:15:39.989Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
22:15:39 [2021-06-24T22:15:39.989Z] --- PASS: TestDisablePigz (0.12s)
22:15:39 [2021-06-24T22:15:39.989Z] === RUN   TestPigz
22:15:40 [2021-06-24T22:15:40.441Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestPigz (0.11s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestCopyFileWithInvalidDest
22:15:40 [2021-06-24T22:15:40.441Z]     archive_windows_test.go:16: Currently fails
22:15:40 [2021-06-24T22:15:40.441Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestCanonicalTarNameForPath
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestCanonicalTarName
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestCanonicalTarName (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChmodTarEntry
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChmodTarEntry (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestHardLinkOrder
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestHardLinkOrder (0.08s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangeString
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangeString (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesWithNoChanges
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesWithNoChanges (0.02s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesWithChanges
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesWithChanges (0.02s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesWithChangesGH13590
22:15:40 [2021-06-24T22:15:40.441Z]     changes_test.go:196: needs more investigation
22:15:40 [2021-06-24T22:15:40.441Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesDirsEmpty
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   Test
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   Test/TestInitialize
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesDirsEmpty (0.11s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesDirsMutated
22:15:40 [2021-06-24T22:15:40.441Z] time="2021-06-24T22:15:40Z" level=info msg="Initializing discovery without TLS"
22:15:40 [2021-06-24T22:15:40.441Z] time="2021-06-24T22:15:40Z" level=info msg="Initializing discovery without TLS"
22:15:40 [2021-06-24T22:15:40.441Z] time="2021-06-24T22:15:40Z" level=info msg="Initializing discovery without TLS"
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   Test/TestInitializeWithCerts
22:15:40 [2021-06-24T22:15:40.441Z] time="2021-06-24T22:15:40Z" level=info msg="Initializing discovery with TLS"
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   Test/TestWatch
22:15:40 [2021-06-24T22:15:40.441Z] time="2021-06-24T22:15:40Z" level=info msg="Initializing discovery without TLS"
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesDirsMutated (0.11s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestApplyLayer
22:15:40 [2021-06-24T22:15:40.441Z]     changes_test.go:433: needs further investigation
22:15:40 [2021-06-24T22:15:40.441Z] --- SKIP: TestApplyLayer (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesSizeWithHardlinks
22:15:40 [2021-06-24T22:15:40.441Z]     changes_test.go:469: needs further investigation
22:15:40 [2021-06-24T22:15:40.441Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesSizeWithNoChanges
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestChangesSize
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestChangesSize (0.00s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestApplyLayerInvalidFilenames
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames654734062\\dest"
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestApplyLayerInvalidHardlink
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink196536912\\victim\\hello" -> "../victim/hello"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink548349295\\victim\\hello" -> "/../victim/hello"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink818255874\\victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink228568441\\victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink939646084\\victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink739962899\\victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.441Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
22:15:40 [2021-06-24T22:15:40.441Z] === RUN   TestApplyLayerInvalidSymlink
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink181053014\\dest\\dotdot" -> "../victim/hello"
22:15:40 [2021-06-24T22:15:40.441Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink685808061\\dest\\slash-dotdot" -> "/../victim/hello"
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/defaults
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/invalid_create_group
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/invalid_flush_interval
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/flush_interval_at_15
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestNewStreamConfig (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewAWSLogsClientUserAgentHandler
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestNewAWSLogsClientRegionDetect
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=info msg="Trying to get region from EC2 Metadata"
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCreateSuccess
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCreateSuccess (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCreateLogGroupSuccess
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCreateError
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCreateError (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCreateAlreadyExists
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCreateAlreadyExists (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestLogClosed
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestLogClosed (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestLogBlocking
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestLogBlocking (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestLogNonBlockingBufferEmpty
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestLogNonBlockingBufferFull
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestPublishBatchSuccess
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestPublishBatchSuccess (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestPublishBatchError
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=error msg=Error
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestPublishBatchError (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestPublishBatchInvalidSeqSuccess
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestPublishBatchAlreadyAccepted
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
22:15:40 [2021-06-24T22:15:40.625Z] time="2021-06-24T22:15:40Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchSimple
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchSimple (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchTicker
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchTicker (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchMultilinePattern
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestCollectBatchClose
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestCollectBatchClose (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/0/Hello
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/2/🙃
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/3/����
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/4/He��o
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestEffectiveLen/5/
22:15:40 [2021-06-24T22:15:40.625Z] --- PASS: TestEffectiveLen (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestFindValidSplit
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestFindValidSplit/0/
22:15:40 [2021-06-24T22:15:40.625Z]     cloudwatchlogs_test.go:1044: 
22:15:40 [2021-06-24T22:15:40.625Z]     cloudwatchlogs_test.go:1045: 
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestFindValidSplit/1/Hello
22:15:40 [2021-06-24T22:15:40.625Z]     cloudwatchlogs_test.go:1044: Hello
22:15:40 [2021-06-24T22:15:40.625Z]     cloudwatchlogs_test.go:1045: 
22:15:40 [2021-06-24T22:15:40.625Z] === RUN   TestFindValidSplit/2/Hello
22:15:40 [2021-06-24T22:15:40.625Z]     cloudwatchlogs_test.go:1044: He
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: llo
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestFindValidSplit/3/Hello
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1044: 
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: Hello
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestFindValidSplit/4/🙃
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1044: 
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: 🙃
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestFindValidSplit/5/🙃
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1044: 🙃
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: 
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestFindValidSplit/6/a�
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1044: a
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: �
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestFindValidSplit/7/a�
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1044: a�
22:15:40 [2021-06-24T22:15:40.626Z]     cloudwatchlogs_test.go:1045: 
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestFindValidSplit (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestProcessEventEmoji
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestProcessEventEmoji (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchLineSplit
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchLineSplit (0.01s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchLineSplitWithBinary
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchMaxEvents
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchMaxTotalBytes
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCollectBatchWithDuplicateTimestamps
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsMultilinePattern
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestCreateTagSuccess
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestCreateTagSuccess (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
22:15:40 [2021-06-24T22:15:40.626Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
22:15:40 [2021-06-24T22:15:40.626Z] PASS
22:15:40 [2021-06-24T22:15:40.626Z] coverage: 77.8% of statements
22:15:40 [2021-06-24T22:15:40.626Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.730s	coverage: 77.8% of statements
22:15:40 [2021-06-24T22:15:40.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:15:40 [2021-06-24T22:15:40.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:15:40 [2021-06-24T22:15:40.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink872939512\\dest\\loophole-victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink938207479\\dest\\loophole-victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink442759146\\dest\\loophole-victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.894Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink653144641\\dest\\loophole-victim" -> "../victim"
22:15:40 [2021-06-24T22:15:40.894Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
22:15:40 [2021-06-24T22:15:40.894Z] === RUN   TestApplyLayerWhiteouts
22:15:40 [2021-06-24T22:15:40.894Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
22:15:40 [2021-06-24T22:15:40.894Z] === RUN   TestGenerateEmptyFile
22:15:40 [2021-06-24T22:15:40.894Z] --- PASS: TestGenerateEmptyFile (0.00s)
22:15:40 [2021-06-24T22:15:40.894Z] === RUN   TestGenerateWithContent
22:15:40 [2021-06-24T22:15:40.894Z] --- PASS: TestGenerateWithContent (0.00s)
22:15:40 [2021-06-24T22:15:40.894Z] PASS
22:15:40 [2021-06-24T22:15:40.894Z] coverage: 62.9% of statements
22:15:40 [2021-06-24T22:15:40.894Z] ok  	github.com/docker/docker/pkg/archive	6.415s	coverage: 62.9% of statements
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestSearchRegistryForImagesErrors
22:15:41 [2021-06-24T22:15:41.092Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestSearchRegistryForImages
22:15:41 [2021-06-24T22:15:41.092Z] --- PASS: TestSearchRegistryForImages (0.00s)
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestOnlyPlatformWithFallback
22:15:41 [2021-06-24T22:15:41.092Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestImageDelete
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestImageDelete/no_lease
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestImageDelete/lease_exists
22:15:41 [2021-06-24T22:15:41.092Z] --- PASS: TestImageDelete (0.04s)
22:15:41 [2021-06-24T22:15:41.092Z]     --- PASS: TestImageDelete/no_lease (0.01s)
22:15:41 [2021-06-24T22:15:41.092Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
22:15:41 [2021-06-24T22:15:41.092Z] === RUN   TestContentStoreForPull
22:15:41 [2021-06-24T22:15:41.343Z] 2021/06/24 22:15:40 Closing DB instances...
22:15:41 [2021-06-24T22:15:41.554Z] --- PASS: TestContentStoreForPull (0.18s)
22:15:41 [2021-06-24T22:15:41.554Z] PASS
22:15:41 [2021-06-24T22:15:41.554Z] coverage: 6.7% of statements
22:15:41 [2021-06-24T22:15:41.554Z] ok  	github.com/docker/docker/daemon/images	1.016s	coverage: 6.7% of statements
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
22:15:41 [2021-06-24T22:15:41.554Z] === RUN   TestJSONLogsMarshalJSONBuf
22:15:41 [2021-06-24T22:15:41.554Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
22:15:41 [2021-06-24T22:15:41.554Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
22:15:41 [2021-06-24T22:15:41.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:15:42 [2021-06-24T22:15:42.015Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s)
22:15:42 [2021-06-24T22:15:42.015Z] === RUN   TestFastTimeMarshalJSON
22:15:42 [2021-06-24T22:15:42.015Z] --- PASS: TestFastTimeMarshalJSON (0.03s)
22:15:42 [2021-06-24T22:15:42.015Z] PASS
22:15:42 [2021-06-24T22:15:42.015Z] coverage: 87.2% of statements
22:15:42 [2021-06-24T22:15:42.015Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.342s	coverage: 87.2% of statements
22:15:42 [2021-06-24T22:15:42.015Z] === RUN   TestJSONFileLogger
22:15:42 [2021-06-24T22:15:42.015Z] --- PASS: TestJSONFileLogger (0.00s)
22:15:42 [2021-06-24T22:15:42.015Z] === RUN   TestJSONFileLoggerWithTags
22:15:42 [2021-06-24T22:15:42.015Z] --- PASS: TestJSONFileLoggerWithTags (0.01s)
22:15:42 [2021-06-24T22:15:42.015Z] === RUN   TestJSONFileLoggerWithOpts
22:15:42 [2021-06-24T22:15:42.477Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
22:15:42 [2021-06-24T22:15:42.477Z] === RUN   TestJSONFileLoggerWithLabelsEnv
22:15:42 [2021-06-24T22:15:42.477Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
22:15:42 [2021-06-24T22:15:42.477Z] === RUN   TestEncodeDecode
22:15:42 [2021-06-24T22:15:42.477Z] === PAUSE TestEncodeDecode
22:15:42 [2021-06-24T22:15:42.477Z] === RUN   TestUnexpectedEOF
22:15:42 [2021-06-24T22:15:42.477Z] time="2021-06-24T22:15:42Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
22:15:42 [2021-06-24T22:15:42.477Z] time="2021-06-24T22:15:42Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
22:15:42 [2021-06-24T22:15:42.477Z] --- PASS: TestUnexpectedEOF (0.14s)
22:15:42 [2021-06-24T22:15:42.477Z] === CONT  TestEncodeDecode
22:15:42 [2021-06-24T22:15:42.477Z] --- PASS: TestEncodeDecode (0.00s)
22:15:42 [2021-06-24T22:15:42.477Z] PASS
22:15:42 [2021-06-24T22:15:42.477Z] coverage: 69.9% of statements
22:15:42 [2021-06-24T22:15:42.477Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.504s	coverage: 69.9% of statements
22:15:42 [2021-06-24T22:15:42.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:15:42 [2021-06-24T22:15:42.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:15:42 [2021-06-24T22:15:42.852Z] --- PASS: TestNetworkDBCRUDTableEntries (3.82s)
22:15:42 [2021-06-24T22:15:42.852Z] === RUN   TestNetworkDBNodeLeave
22:15:43 [2021-06-24T22:15:43.450Z] === RUN   TestWriteLog
22:15:43 [2021-06-24T22:15:43.450Z] === PAUSE TestWriteLog
22:15:43 [2021-06-24T22:15:43.450Z] === RUN   TestReadLog
22:15:43 [2021-06-24T22:15:43.450Z] === PAUSE TestReadLog
22:15:43 [2021-06-24T22:15:43.450Z] === CONT  TestWriteLog
22:15:43 [2021-06-24T22:15:43.450Z] === CONT  TestReadLog
22:15:43 [2021-06-24T22:15:43.450Z] === RUN   TestReadLog/tail_exact
22:15:43 [2021-06-24T22:15:43.450Z] --- PASS: TestWriteLog (0.00s)
22:15:43 [2021-06-24T22:15:43.802Z] --- PASS: Test (3.12s)
22:15:43 [2021-06-24T22:15:43.802Z]     --- PASS: Test/TestInitialize (0.11s)
22:15:43 [2021-06-24T22:15:43.802Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
22:15:43 [2021-06-24T22:15:43.802Z]     --- PASS: Test/TestWatch (3.00s)
22:15:43 [2021-06-24T22:15:43.802Z] PASS
22:15:43 [2021-06-24T22:15:43.802Z] coverage: 84.1% of statements
22:15:43 [2021-06-24T22:15:43.802Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.161s	coverage: 84.1% of statements
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestReadLog/tail_less_than_available
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestReadLog/tail_more_than_available
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestReadLog (0.12s)
22:15:43 [2021-06-24T22:15:43.914Z]     --- PASS: TestReadLog/tail_exact (0.10s)
22:15:43 [2021-06-24T22:15:43.914Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] PASS
22:15:43 [2021-06-24T22:15:43.914Z] coverage: 75.2% of statements
22:15:43 [2021-06-24T22:15:43.914Z] ok  	github.com/docker/docker/daemon/logger/local	0.595s	coverage: 75.2% of statements
22:15:43 [2021-06-24T22:15:43.914Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestOpenFileDelete
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestOpenFileDelete (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestOpenFileRename
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestOpenFileRename (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestParseLogTagDefaultTag
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestParseLogTag
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestParseLogTag (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestParseLogTagEmptyTag
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestTailFiles
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestTailFiles (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestFollowLogsConsumerGone
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestFollowLogsProducerGone
22:15:43 [2021-06-24T22:15:43.914Z]     logfile_test.go:179: logDecode() closed after sending 2039 messages
22:15:43 [2021-06-24T22:15:43.914Z]     logfile_test.go:232: messages sent: 2039, received: 2039
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestFollowLogsProducerGone (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestCheckCapacityAndRotate
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
22:15:43 [2021-06-24T22:15:43.914Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
22:15:43 [2021-06-24T22:15:43.914Z] --- PASS: TestCheckCapacityAndRotate (0.03s)
22:15:43 [2021-06-24T22:15:43.914Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
22:15:43 [2021-06-24T22:15:43.914Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s)
22:15:43 [2021-06-24T22:15:43.914Z] PASS
22:15:43 [2021-06-24T22:15:43.914Z] coverage: 53.7% of statements
22:15:43 [2021-06-24T22:15:43.914Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.763s	coverage: 53.7% of statements
22:15:43 [2021-06-24T22:15:43.914Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:15:44 [2021-06-24T22:15:44.253Z] === RUN   Test
22:15:44 [2021-06-24T22:15:44.253Z] === RUN   Test/TestWatch
22:15:44 [2021-06-24T22:15:44.253Z] --- PASS: Test (0.00s)
22:15:44 [2021-06-24T22:15:44.253Z]     --- PASS: Test/TestWatch (0.00s)
22:15:44 [2021-06-24T22:15:44.253Z] PASS
22:15:44 [2021-06-24T22:15:44.253Z] coverage: 92.3% of statements
22:15:44 [2021-06-24T22:15:44.253Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.048s	coverage: 92.3% of statements
22:15:44 [2021-06-24T22:15:44.376Z] === RUN   TestLog
22:15:44 [2021-06-24T22:15:44.376Z] --- PASS: TestLog (0.01s)
22:15:44 [2021-06-24T22:15:44.376Z] PASS
22:15:44 [2021-06-24T22:15:44.376Z] coverage: 31.5% of statements
22:15:44 [2021-06-24T22:15:44.376Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.585s	coverage: 31.5% of statements
22:15:44 [2021-06-24T22:15:44.703Z] === RUN   Test
22:15:44 [2021-06-24T22:15:44.703Z] === RUN   Test/TestInitialize
22:15:44 [2021-06-24T22:15:44.703Z] === RUN   Test/TestInitializeWithPattern
22:15:44 [2021-06-24T22:15:44.703Z] === RUN   Test/TestRegister
22:15:44 [2021-06-24T22:15:44.703Z] === RUN   Test/TestWatch
22:15:44 [2021-06-24T22:15:44.703Z] --- PASS: Test (0.00s)
22:15:44 [2021-06-24T22:15:44.703Z]     --- PASS: Test/TestInitialize (0.00s)
22:15:44 [2021-06-24T22:15:44.703Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
22:15:44 [2021-06-24T22:15:44.703Z]     --- PASS: Test/TestRegister (0.00s)
22:15:44 [2021-06-24T22:15:44.703Z]     --- PASS: Test/TestWatch (0.00s)
22:15:44 [2021-06-24T22:15:44.703Z] PASS
22:15:44 [2021-06-24T22:15:44.703Z] coverage: 93.8% of statements
22:15:44 [2021-06-24T22:15:44.703Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.038s	coverage: 93.8% of statements
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestValidateLogOpt
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestValidateLogOpt (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestNewMissedConfig
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestNewMissedConfig (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestNewMissedUrl
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestNewMissedUrl (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestNewMissedToken
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestNewMissedToken (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestNewWithProxy
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestNewWithProxy (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestDefault
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestDefault (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestInlineFormatWithNonDefaultOptions
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestJsonFormat
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestJsonFormat (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestRawFormat
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestRawFormat (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestRawFormatWithLabels
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestRawFormatWithLabels (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestRawFormatWithoutTag
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestRawFormatWithoutTag (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestBatching
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestBatching (0.14s)
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestFrequency
22:15:45 [2021-06-24T22:15:45.348Z] === RUN   TestNewParse
22:15:45 [2021-06-24T22:15:45.348Z] --- PASS: TestNewParse (0.00s)
22:15:45 [2021-06-24T22:15:45.348Z] PASS
22:15:45 [2021-06-24T22:15:45.348Z] coverage: 8.3% of statements
22:15:45 [2021-06-24T22:15:45.348Z] ok  	github.com/docker/docker/daemon/logger/templates	0.426s	coverage: 8.3% of statements
22:15:45 [2021-06-24T22:15:45.653Z] --- PASS: TestNetworkDBNodeLeave (2.81s)
22:15:45 [2021-06-24T22:15:45.653Z] === RUN   TestNetworkDBWatch
22:15:45 [2021-06-24T22:15:45.653Z] === RUN   TestPollerAddRemove
22:15:45 [2021-06-24T22:15:45.653Z] --- PASS: TestPollerAddRemove (0.00s)
22:15:45 [2021-06-24T22:15:45.653Z] === RUN   TestPollerEvent
22:15:45 [2021-06-24T22:15:45.653Z]     poller_test.go:41: No chmod on Windows
22:15:45 [2021-06-24T22:15:45.653Z] --- SKIP: TestPollerEvent (0.00s)
22:15:45 [2021-06-24T22:15:45.653Z] === RUN   TestPollerClose
22:15:45 [2021-06-24T22:15:45.653Z] --- PASS: TestPollerClose (0.00s)
22:15:45 [2021-06-24T22:15:45.653Z] PASS
22:15:45 [2021-06-24T22:15:45.653Z] coverage: 45.7% of statements
22:15:45 [2021-06-24T22:15:45.653Z] ok  	github.com/docker/docker/pkg/filenotify	0.044s	coverage: 45.7% of statements
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestFrequency (0.16s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestOneMessagePerRequest
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestOneMessagePerRequest (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestVerify
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestVerify (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestSkipVerify
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestParseLogFormat
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestParseLogFormat (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestValidateLogOptEmpty
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestValidateLogOptEmpty (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestValidateSyslogAddress
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestValidateSyslogAddress (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestParseAddressDefaultPort
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestParseAddressDefaultPort (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestValidateSyslogFacility
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestValidateSyslogFacility (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestValidateLogOptSyslogFormat
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] === RUN   TestValidateLogOpt
22:15:45 [2021-06-24T22:15:45.809Z] --- PASS: TestValidateLogOpt (0.00s)
22:15:45 [2021-06-24T22:15:45.809Z] PASS
22:15:45 [2021-06-24T22:15:45.809Z] coverage: 46.8% of statements
22:15:45 [2021-06-24T22:15:45.809Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.539s	coverage: 46.8% of statements
22:15:45 [2021-06-24T22:15:45.809Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:45 [2021-06-24T22:15:45.809Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:45 [2021-06-24T22:15:45.809Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] --- PASS: TestSkipVerify (0.35s)
22:15:46 [2021-06-24T22:15:46.270Z] === RUN   TestBufferMaximum
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.789828\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.789828\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] --- PASS: TestBufferMaximum (0.00s)
22:15:46 [2021-06-24T22:15:46.270Z] === RUN   TestServerAlwaysDown
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.792964\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.792964\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.792964\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.794762\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] time="2021-06-24T22:15:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1624572945.794762\",\"host\":\"89c8aca5f82f\"}'"
22:15:46 [2021-06-24T22:15:46.270Z] --- PASS: TestServerAlwaysDown (0.00s)
22:15:46 [2021-06-24T22:15:46.270Z] === RUN   TestCannotSendAfterClose
22:15:46 [2021-06-24T22:15:46.270Z] --- PASS: TestCannotSendAfterClose (0.00s)
22:15:46 [2021-06-24T22:15:46.270Z] === RUN   TestDeadlockOnBlockedEndpoint
22:15:46 [2021-06-24T22:15:46.455Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestCopyFileWithInvalidSrc
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestCopyFileWithInvalidDest
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestCopyFileWithSameSrcAndDest
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestCopyFile
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestCopyFile (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
22:15:46 [2021-06-24T22:15:46.603Z]     fileutils_test.go:134: Needs porting to Windows
22:15:46 [2021-06-24T22:15:46.603Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestReadSymlinkedDirectoryToFile
22:15:46 [2021-06-24T22:15:46.603Z]     fileutils_test.go:180: Needs porting to Windows
22:15:46 [2021-06-24T22:15:46.603Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestWildcardMatches
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestWildcardMatches (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestPatternMatches
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestPatternMatches (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestExclusionPatternMatchesPatternBefore
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestPatternMatchesFolderExclusions
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestPatternMatchesFolderWildcardExclusions
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestExclusionPatternMatchesPatternAfter
22:15:46 [2021-06-24T22:15:46.603Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
22:15:46 [2021-06-24T22:15:46.603Z] === RUN   TestExclusionPatternMatchesWholeDirectory
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestSingleExclamationError
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestSingleExclamationError (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestMatchesWithNoPatterns
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestMatchesWithMalformedPatterns
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestMatches
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestMatches (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatterns
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatterns (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatternsStripEmptyPatterns
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatternsExceptionFlag
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCleanPatternsErrorSingleException
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCreateIfNotExistsDir
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestCreateIfNotExistsFile
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
22:15:46 [2021-06-24T22:15:46.604Z] === RUN   TestMatch
22:15:46 [2021-06-24T22:15:46.604Z] --- PASS: TestMatch (0.00s)
22:15:46 [2021-06-24T22:15:46.604Z] PASS
22:15:46 [2021-06-24T22:15:46.604Z] coverage: 85.2% of statements
22:15:46 [2021-06-24T22:15:46.604Z] ok  	github.com/docker/docker/pkg/fileutils	0.068s	coverage: 85.2% of statements
22:15:47 [2021-06-24T22:15:47.053Z] === RUN   TestGet
22:15:47 [2021-06-24T22:15:47.053Z] --- PASS: TestGet (0.00s)
22:15:47 [2021-06-24T22:15:47.053Z] === RUN   TestGetShortcutString
22:15:47 [2021-06-24T22:15:47.053Z] --- PASS: TestGetShortcutString (0.00s)
22:15:47 [2021-06-24T22:15:47.053Z] PASS
22:15:47 [2021-06-24T22:15:47.053Z] coverage: 42.9% of statements
22:15:47 [2021-06-24T22:15:47.053Z] ok  	github.com/docker/docker/pkg/homedir	0.032s	coverage: 42.9% of statements
22:15:47 [2021-06-24T22:15:47.053Z] 2021/06/24 22:15:46 Closing DB instances...
22:15:47 [2021-06-24T22:15:47.243Z] time="2021-06-24T22:15:46Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49200/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
22:15:47 [2021-06-24T22:15:47.243Z] time="2021-06-24T22:15:46Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"89c8aca5f82f\"}'"
22:15:47 [2021-06-24T22:15:47.243Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s)
22:15:47 [2021-06-24T22:15:47.243Z] PASS
22:15:47 [2021-06-24T22:15:47.243Z] coverage: 82.5% of statements
22:15:47 [2021-06-24T22:15:47.243Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.001s	coverage: 82.5% of statements
22:15:47 [2021-06-24T22:15:47.243Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:15:47 [2021-06-24T22:15:47.243Z] ?   	github.com/docker/docker/daemon/network	[no test files]
22:15:47 [2021-06-24T22:15:47.243Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:15:47 [2021-06-24T22:15:47.244Z] === RUN   TestV1IDService
22:15:47 [2021-06-24T22:15:47.244Z] --- PASS: TestV1IDService (0.02s)
22:15:47 [2021-06-24T22:15:47.244Z] === RUN   TestV2MetadataService
22:15:47 [2021-06-24T22:15:47.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:15:48 [2021-06-24T22:15:48.003Z] === RUN   TestCreateIDMapOrder
22:15:48 [2021-06-24T22:15:48.003Z] --- PASS: TestCreateIDMapOrder (0.00s)
22:15:48 [2021-06-24T22:15:48.003Z] PASS
22:15:48 [2021-06-24T22:15:48.003Z] coverage: 7.2% of statements
22:15:48 [2021-06-24T22:15:48.003Z] ok  	github.com/docker/docker/pkg/idtools	0.037s	coverage: 7.2% of statements
22:15:48 [2021-06-24T22:15:48.217Z] --- PASS: TestV2MetadataService (0.82s)
22:15:48 [2021-06-24T22:15:48.217Z] PASS
22:15:48 [2021-06-24T22:15:48.217Z] coverage: 48.2% of statements
22:15:48 [2021-06-24T22:15:48.217Z] ok  	github.com/docker/docker/distribution/metadata	1.165s	coverage: 48.2% of statements
22:15:48 [2021-06-24T22:15:48.217Z] === RUN   TestSuccessfulDownload
22:15:48 [2021-06-24T22:15:48.217Z]     download_test.go:268: Needs fixing on Windows
22:15:48 [2021-06-24T22:15:48.217Z] --- SKIP: TestSuccessfulDownload (0.00s)
22:15:48 [2021-06-24T22:15:48.217Z] === RUN   TestCancelledDownload
22:15:48 [2021-06-24T22:15:48.217Z] --- PASS: TestCancelledDownload (0.00s)
22:15:48 [2021-06-24T22:15:48.217Z] === RUN   TestMaxDownloadAttempts
22:15:48 [2021-06-24T22:15:48.217Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:48 [2021-06-24T22:15:48.217Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:48 [2021-06-24T22:15:48.217Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
22:15:48 [2021-06-24T22:15:48.218Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
22:15:48 [2021-06-24T22:15:48.454Z] --- PASS: TestNetworkDBWatch (3.01s)
22:15:48 [2021-06-24T22:15:48.454Z] === RUN   TestNetworkDBBulkSync
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestMaxDownloadAttempts (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.34s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.34s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.34s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.34s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestTransfer
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestContinueOnError_NonMirrorEndpoint
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestContinueOnError_MirrorEndpoint
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestContinueOnError_NeverContinue
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/no_remote_or_local
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestTransfer (0.14s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestConcurrencyLimit
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local482937331\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/no_local_cache
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/with_local_cache
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/unknown_media_type
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/unknown_media_type/no_cache
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="reference for unknown type: "
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="reference for unknown type: "
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/unknown_media_type/with_cache
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="reference for unknown type: "
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="reference for unknown type: "
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="reference for unknown type: "
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/error_persisting_manifest
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
22:15:48 [2021-06-24T22:15:48.680Z] time="2021-06-24T22:15:48Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestManifestStore (0.22s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestManifestStore/no_remote_or_local (0.15s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestManifestStore/no_local_cache (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestManifestStore/with_local_cache (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestManifestStore/unknown_media_type (0.03s)
22:15:48 [2021-06-24T22:15:48.680Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.02s)
22:15:48 [2021-06-24T22:15:48.680Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/schema1
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestFixManifestLayers
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestFixManifestLayers (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestFixManifestLayersBaseLayerParent
22:15:48 [2021-06-24T22:15:48.680Z]     pull_v2_test.go:73: Needs fixing on Windows
22:15:48 [2021-06-24T22:15:48.680Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestFixManifestLayersBadParent
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestValidateManifest
22:15:48 [2021-06-24T22:15:48.680Z]     pull_v2_test.go:118: Needs fixing on Windows
22:15:48 [2021-06-24T22:15:48.680Z] --- SKIP: TestValidateManifest (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestFormatPlatform
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestFormatPlatform (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestGetRepositoryMountCandidates
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestLayerAlreadyExists
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z]     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}
22:15:48 [2021-06-24T22:15:48.680Z] --- PASS: TestLayerAlreadyExists (0.00s)
22:15:48 [2021-06-24T22:15:48.680Z] === RUN   TestWhenEmptyAuthConfig
22:15:48 [2021-06-24T22:15:48.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestFixedBufferCap
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestFixedBufferCap (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestFixedBufferLen
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestFixedBufferLen (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestFixedBufferString
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestFixedBufferString (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestFixedBufferWrite
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestFixedBufferWrite (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestFixedBufferRead
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestFixedBufferRead (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestBytesPipeRead
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestBytesPipeRead (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestBytesPipeWrite
22:15:48 [2021-06-24T22:15:48.905Z] --- PASS: TestBytesPipeWrite (0.00s)
22:15:48 [2021-06-24T22:15:48.905Z] === RUN   TestBytesPipeWriteRandomChunks
22:15:49 [2021-06-24T22:15:49.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestConcurrencyLimit (0.43s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestInactiveJobs
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestNotFound
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestNotFound (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestConflict
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestConflict (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestForbidden
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestForbidden (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestInvalidParameter
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestInvalidParameter (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestNotImplemented
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestNotImplemented (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestNotModified
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestNotModified (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestUnauthorized
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestUnauthorized (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestUnknown
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestUnknown (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestCancelled
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestCancelled (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestDeadline
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestDeadline (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestDataLoss
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestDataLoss (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestUnavailable
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestUnavailable (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestSystem
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestSystem (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Not_Found
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Bad_Request
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Conflict
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Unauthorized
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Service_Unavailable
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Forbidden
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Not_Modified
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Not_Implemented
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Internal_Server_Error
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
22:15:49 [2021-06-24T22:15:49.143Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
22:15:49 [2021-06-24T22:15:49.143Z] --- PASS: TestFromStatusCode (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
22:15:49 [2021-06-24T22:15:49.143Z] PASS
22:15:49 [2021-06-24T22:15:49.143Z] coverage: 53.1% of statements
22:15:49 [2021-06-24T22:15:49.143Z] ok  	github.com/docker/docker/errdefs	0.184s	coverage: 53.1% of statements
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestAtomicWriteToFile
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestAtomicWriteToFile (0.01s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestAtomicWriteSetCommit
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestAtomicWriteSetCancel
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestReadCloserWrapperClose
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestReadCloserWrapperClose (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestReaderErrWrapperReadOnError
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestReaderErrWrapperRead
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestReaderErrWrapperRead (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestHashData
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestHashData (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestCancelReadCloser
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestCancelReadCloser (0.10s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestWriteCloserWrapperClose
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestNopWriteCloser
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestNopWriteCloser (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestNopWriter
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestNopWriter (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] === RUN   TestWriteCounter
22:15:49 [2021-06-24T22:15:49.355Z] --- PASS: TestWriteCounter (0.00s)
22:15:49 [2021-06-24T22:15:49.355Z] PASS
22:15:49 [2021-06-24T22:15:49.355Z] coverage: 69.2% of statements
22:15:49 [2021-06-24T22:15:49.355Z] ok  	github.com/docker/docker/pkg/ioutils	0.583s	coverage: 69.2% of statements
22:15:49 [2021-06-24T22:15:49.605Z] --- PASS: TestInactiveJobs (0.36s)
22:15:49 [2021-06-24T22:15:49.605Z] === RUN   TestWatchRelease
22:15:49 [2021-06-24T22:15:49.605Z] --- PASS: TestWatchRelease (0.04s)
22:15:49 [2021-06-24T22:15:49.605Z] === RUN   TestWatchFinishedTransfer
22:15:49 [2021-06-24T22:15:49.605Z] --- PASS: TestWatchFinishedTransfer (0.00s)
22:15:49 [2021-06-24T22:15:49.605Z] === RUN   TestDuplicateTransfer
22:15:49 [2021-06-24T22:15:49.605Z] --- PASS: TestDuplicateTransfer (0.04s)
22:15:49 [2021-06-24T22:15:49.605Z] === RUN   TestSuccessfulUpload
22:15:49 [2021-06-24T22:15:49.605Z] time="2021-06-24T22:15:49Z" level=error msg="Upload failed, retrying: simulating retry"
22:15:49 [2021-06-24T22:15:49.806Z] 2021/06/24 22:15:49 Closing DB instances...
22:15:49 [2021-06-24T22:15:49.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestWhenEmptyAuthConfig (1.07s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestTokenPassThru
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestTokenPassThru (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestTokenPassThruDifferentHost
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] PASS
22:15:50 [2021-06-24T22:15:50.071Z] coverage: 23.8% of statements
22:15:50 [2021-06-24T22:15:50.071Z] ok  	github.com/docker/docker/distribution	1.922s	coverage: 23.8% of statements
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestSuccessfulUpload (0.41s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestCancelledUpload
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestCancelledUpload (0.00s)
22:15:50 [2021-06-24T22:15:50.071Z] PASS
22:15:50 [2021-06-24T22:15:50.071Z] coverage: 76.8% of statements
22:15:50 [2021-06-24T22:15:50.071Z] ok  	github.com/docker/docker/distribution/xfer	2.008s	coverage: 76.8% of statements
22:15:50 [2021-06-24T22:15:50.071Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:15:50 [2021-06-24T22:15:50.071Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSGetInvalidData
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSGetInvalidData (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSInvalidSet
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSInvalidSet (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSInvalidRoot
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSInvalidRoot (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSMetadataGetSet
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSMetadataGetSet (0.03s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSInvalidWalker
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSInvalidWalker (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSGetSet
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSGetSet (0.02s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSGetUnsetKey
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSGetUnsetKey (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSGetEmptyData
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSGetEmptyData (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSDelete
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSDelete (0.02s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSWalker
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSWalker (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestFSWalkerStopOnError
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestFSWalkerStopOnError (0.01s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestNewFromJSON
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestNewFromJSON (0.00s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestNewFromJSONWithInvalidJSON
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestMarshalKeyOrder
22:15:50 [2021-06-24T22:15:50.071Z] --- PASS: TestMarshalKeyOrder (0.00s)
22:15:50 [2021-06-24T22:15:50.071Z] === RUN   TestHistoryEqual
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestError
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestError (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/no_progress
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/progress_1
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/some_progress_with_a_start_time
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/some_progress_without_a_start_time
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/with_units
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestProgressString/hide_counts
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestProgressString (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/no_progress (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/progress_1 (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/with_units (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z]     --- PASS: TestProgressString/hide_counts (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestJSONMessageDisplay
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestJSONMessageDisplay (0.10s)
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestJSONMessageDisplayWithJSONError
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z] === RUN   TestDisplayJSONMessagesStream
22:15:50 [2021-06-24T22:15:50.256Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
22:15:50 [2021-06-24T22:15:50.256Z] PASS
22:15:50 [2021-06-24T22:15:50.256Z] coverage: 91.7% of statements
22:15:50 [2021-06-24T22:15:50.256Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.139s	coverage: 91.7% of statements
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestHistoryEqual (0.13s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestImage
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestImage (0.00s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestImageOSNotEmpty
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestImageOSNotEmpty (0.00s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestNewChildImageFromImageWithRootFS
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestCreate
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestCreate (0.01s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestRestore
22:15:50 [2021-06-24T22:15:50.533Z] time="2021-06-24T22:15:50Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestRestore (0.02s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestAddDelete
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestAddDelete (0.02s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestSearchAfterDelete
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestSearchAfterDelete (0.01s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestParentReset
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestCompare
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestCompare (0.00s)
22:15:50 [2021-06-24T22:15:50.533Z] PASS
22:15:50 [2021-06-24T22:15:50.533Z] coverage: 19.2% of statements
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestParentReset (0.03s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestGetAndSetLastUpdated
22:15:50 [2021-06-24T22:15:50.533Z] ok  	github.com/docker/docker/image/cache	0.269s	coverage: 19.2% of statements
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
22:15:50 [2021-06-24T22:15:50.533Z] === RUN   TestStoreLen
22:15:50 [2021-06-24T22:15:50.533Z] --- PASS: TestStoreLen (0.07s)
22:15:50 [2021-06-24T22:15:50.533Z] PASS
22:15:50 [2021-06-24T22:15:50.533Z] coverage: 86.6% of statements
22:15:50 [2021-06-24T22:15:50.533Z] ok  	github.com/docker/docker/image	0.716s	coverage: 86.6% of statements
22:15:50 [2021-06-24T22:15:50.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:15:50 [2021-06-24T22:15:50.707Z] --- PASS: TestGetAddress (20.76s)
22:15:50 [2021-06-24T22:15:50.707Z] === RUN   TestRequestSyntaxCheck
22:15:50 [2021-06-24T22:15:50.707Z] --- PASS: TestRequestSyntaxCheck (0.02s)
22:15:50 [2021-06-24T22:15:50.707Z] === RUN   TestRequest
22:15:50 [2021-06-24T22:15:50.707Z] === RUN   TestStandardLongPath
22:15:50 [2021-06-24T22:15:50.707Z] --- PASS: TestStandardLongPath (0.00s)
22:15:50 [2021-06-24T22:15:50.707Z] === RUN   TestUNCLongPath
22:15:50 [2021-06-24T22:15:50.707Z] --- PASS: TestUNCLongPath (0.00s)
22:15:50 [2021-06-24T22:15:50.707Z] PASS
22:15:50 [2021-06-24T22:15:50.707Z] coverage: 100.0% of statements
22:15:51 [2021-06-24T22:15:51.157Z] ok  	github.com/docker/docker/pkg/longpath	0.034s	coverage: 100.0% of statements
22:15:51 [2021-06-24T22:15:51.511Z] === RUN   TestMakeV1ConfigFromConfig
22:15:51 [2021-06-24T22:15:51.511Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
22:15:51 [2021-06-24T22:15:51.511Z] PASS
22:15:51 [2021-06-24T22:15:51.511Z] coverage: 25.0% of statements
22:15:51 [2021-06-24T22:15:51.511Z] ok  	github.com/docker/docker/image/v1	0.289s	coverage: 25.0% of statements
22:15:51 [2021-06-24T22:15:51.607Z] === RUN   TestNameFormat
22:15:51 [2021-06-24T22:15:51.607Z] --- PASS: TestNameFormat (0.00s)
22:15:51 [2021-06-24T22:15:51.607Z] === RUN   TestNameRetries
22:15:51 [2021-06-24T22:15:51.607Z] --- PASS: TestNameRetries (0.00s)
22:15:51 [2021-06-24T22:15:51.607Z] PASS
22:15:51 [2021-06-24T22:15:51.607Z] coverage: 85.7% of statements
22:15:51 [2021-06-24T22:15:51.607Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.031s	coverage: 85.7% of statements
22:15:51 [2021-06-24T22:15:51.607Z] --- PASS: TestNetworkDBBulkSync (3.01s)
22:15:51 [2021-06-24T22:15:51.607Z] === RUN   TestNetworkDBCRUDMediumCluster
22:15:51 [2021-06-24T22:15:51.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:15:51 [2021-06-24T22:15:51.973Z] === RUN   TestValidateManifest
22:15:51 [2021-06-24T22:15:51.973Z] === RUN   TestValidateManifest/nil
22:15:51 [2021-06-24T22:15:51.973Z] === RUN   TestValidateManifest/non-nil
22:15:51 [2021-06-24T22:15:51.973Z] --- PASS: TestValidateManifest (0.00s)
22:15:51 [2021-06-24T22:15:51.973Z]     --- PASS: TestValidateManifest/nil (0.00s)
22:15:51 [2021-06-24T22:15:51.973Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
22:15:51 [2021-06-24T22:15:51.973Z] PASS
22:15:51 [2021-06-24T22:15:51.973Z] coverage: 0.7% of statements
22:15:51 [2021-06-24T22:15:51.973Z] ok  	github.com/docker/docker/image/tarexport	0.256s	coverage: 0.7% of statements
22:15:51 [2021-06-24T22:15:51.973Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:15:52 [2021-06-24T22:15:52.057Z] === RUN   TestParseKeyValueOpt
22:15:52 [2021-06-24T22:15:52.057Z] --- PASS: TestParseKeyValueOpt (0.00s)
22:15:52 [2021-06-24T22:15:52.057Z] === RUN   TestParseUintList
22:15:52 [2021-06-24T22:15:52.057Z] --- PASS: TestParseUintList (0.00s)
22:15:52 [2021-06-24T22:15:52.057Z] === RUN   TestParseUintListMaximumLimits
22:15:52 [2021-06-24T22:15:52.057Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
22:15:52 [2021-06-24T22:15:52.057Z] PASS
22:15:52 [2021-06-24T22:15:52.057Z] coverage: 97.0% of statements
22:15:52 [2021-06-24T22:15:52.057Z] ok  	github.com/docker/docker/pkg/parsers	0.031s	coverage: 97.0% of statements
22:15:52 [2021-06-24T22:15:52.507Z] === RUN   TestNewAndRemove
22:15:52 [2021-06-24T22:15:52.507Z] --- PASS: TestNewAndRemove (0.00s)
22:15:52 [2021-06-24T22:15:52.507Z] === RUN   TestRemoveInvalidPath
22:15:52 [2021-06-24T22:15:52.507Z] --- PASS: TestRemoveInvalidPath (0.00s)
22:15:52 [2021-06-24T22:15:52.507Z] PASS
22:15:52 [2021-06-24T22:15:52.507Z] coverage: 82.6% of statements
22:15:52 [2021-06-24T22:15:52.507Z] ok  	github.com/docker/docker/pkg/pidfile	0.032s	coverage: 82.6% of statements
22:15:52 [2021-06-24T22:15:52.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:15:52 [2021-06-24T22:15:52.956Z] === RUN   TestSerialization
22:15:52 [2021-06-24T22:15:52.956Z] --- PASS: TestSerialization (0.02s)
22:15:52 [2021-06-24T22:15:52.956Z] PASS
22:15:52 [2021-06-24T22:15:52.956Z] coverage: 100.0% of statements
22:15:52 [2021-06-24T22:15:52.956Z] ok  	github.com/docker/docker/libcontainerd/queue	0.174s	coverage: 100.0% of statements
22:15:53 [2021-06-24T22:15:53.417Z] === RUN   TestEnvironmentParsing
22:15:53 [2021-06-24T22:15:53.417Z] --- PASS: TestEnvironmentParsing (0.00s)
22:15:53 [2021-06-24T22:15:53.417Z] PASS
22:15:53 [2021-06-24T22:15:53.417Z] coverage: 1.2% of statements
22:15:53 [2021-06-24T22:15:53.417Z] ok  	github.com/docker/docker/libcontainerd/local	0.475s	coverage: 1.2% of statements
22:15:53 [2021-06-24T22:15:53.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestEmptyLayer
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestEmptyLayer (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestCommitFailure
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestCommitFailure (0.01s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestStartTransactionFailure
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestStartTransactionFailure (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestGetOrphan
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestGetOrphan (0.01s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestMountAndRegister
22:15:53 [2021-06-24T22:15:53.918Z]     layer_test.go:271: Layer size: 14
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestMountAndRegister (0.04s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestLayerRelease
22:15:53 [2021-06-24T22:15:53.918Z]     layer_test.go:304: Failing on Windows
22:15:53 [2021-06-24T22:15:53.918Z] --- SKIP: TestLayerRelease (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestStoreRestore
22:15:53 [2021-06-24T22:15:53.918Z]     layer_test.go:353: Failing on Windows
22:15:53 [2021-06-24T22:15:53.918Z] --- SKIP: TestStoreRestore (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestTarStreamStability
22:15:53 [2021-06-24T22:15:53.918Z]     layer_test.go:468: Failing on Windows
22:15:53 [2021-06-24T22:15:53.918Z] --- SKIP: TestTarStreamStability (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestRegisterExistingLayer
22:15:53 [2021-06-24T22:15:53.918Z] --- PASS: TestRegisterExistingLayer (0.16s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestTarStreamVerification
22:15:53 [2021-06-24T22:15:53.918Z]     layer_test.go:697: Failing on Windows
22:15:53 [2021-06-24T22:15:53.918Z] --- SKIP: TestTarStreamVerification (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestLayerMigration
22:15:53 [2021-06-24T22:15:53.918Z]     migration_test.go:46: Failing on Windows
22:15:53 [2021-06-24T22:15:53.918Z] --- SKIP: TestLayerMigration (0.00s)
22:15:53 [2021-06-24T22:15:53.918Z] === RUN   TestLayerMigrationNoTarsplit
22:15:53 [2021-06-24T22:15:53.919Z]     migration_test.go:182: Failing on Windows
22:15:53 [2021-06-24T22:15:53.919Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
22:15:53 [2021-06-24T22:15:53.919Z] === RUN   TestMountInit
22:15:53 [2021-06-24T22:15:53.919Z]     mount_test.go:17: Failing on Windows
22:15:53 [2021-06-24T22:15:53.919Z] --- SKIP: TestMountInit (0.00s)
22:15:53 [2021-06-24T22:15:53.919Z] === RUN   TestMountSize
22:15:53 [2021-06-24T22:15:53.919Z]     mount_test.go:76: Failing on Windows
22:15:53 [2021-06-24T22:15:53.919Z] --- SKIP: TestMountSize (0.00s)
22:15:53 [2021-06-24T22:15:53.919Z] === RUN   TestMountChanges
22:15:53 [2021-06-24T22:15:53.919Z]     mount_test.go:125: Failing on Windows
22:15:53 [2021-06-24T22:15:53.919Z] --- SKIP: TestMountChanges (0.00s)
22:15:53 [2021-06-24T22:15:53.919Z] === RUN   TestMountApply
22:15:53 [2021-06-24T22:15:53.919Z]     mount_test.go:212: Failing on Windows
22:15:53 [2021-06-24T22:15:53.919Z] --- SKIP: TestMountApply (0.00s)
22:15:53 [2021-06-24T22:15:53.919Z] PASS
22:15:53 [2021-06-24T22:15:53.919Z] coverage: 30.1% of statements
22:15:53 [2021-06-24T22:15:53.919Z] ok  	github.com/docker/docker/layer	0.614s	coverage: 30.1% of statements
22:15:54 [2021-06-24T22:15:54.017Z] === RUN   TestFailedConnection
22:15:54 [2021-06-24T22:15:54.091Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:15:54 [2021-06-24T22:15:54.091Z] Using test binary docker
22:15:54 [2021-06-24T22:15:54.091Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:15:54 [2021-06-24T22:15:54.091Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:15:54 [2021-06-24T22:15:54.091Z] INFO: Waiting for daemon to start...
22:15:54 [2021-06-24T22:15:54.091Z] Starting dockerd
22:15:54 [2021-06-24T22:15:54.381Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:15:54 [2021-06-24T22:15:54.381Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:15:54 [2021-06-24T22:15:54.381Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:15:54 [2021-06-24T22:15:54.381Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParseEmptyInterface
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParseEmptyInterface (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParseNonInterfaceType
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParseNonInterfaceType (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParseWithOneFunction
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParseWithOneFunction (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParseWithMultipleFuncs
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParseWithUnnamedReturn
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestEmbeddedInterface
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestEmbeddedInterface (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestParsedImports
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestParsedImports (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] === RUN   TestAliasedImports
22:15:54 [2021-06-24T22:15:54.468Z] --- PASS: TestAliasedImports (0.00s)
22:15:54 [2021-06-24T22:15:54.468Z] PASS
22:15:54 [2021-06-24T22:15:54.468Z] coverage: 56.8% of statements
22:15:54 [2021-06-24T22:15:54.468Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.043s	coverage: 56.8% of statements
22:15:54 [2021-06-24T22:15:54.842Z] === RUN   TestSequenceGetAvailableBit
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSequenceEqual
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSequenceEqual (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSequenceCopy
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSequenceCopy (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestGetFirstAvailable
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestGetFirstAvailable (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestFindSequence
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestFindSequence (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestCheckIfAvailable
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestCheckIfAvailable (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestMergeSequences
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestMergeSequences (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestPushReservation
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestPushReservation (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSerializeDeserialize
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSerializeDeserialize (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSet
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSet (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSetUnset
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSetUnset (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestOffsetSetUnset
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestOffsetSetUnset (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSetInRange
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSetInRange (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestSetAnyInRange
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestSetAnyInRange (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestMethods
22:15:54 [2021-06-24T22:15:54.843Z] --- PASS: TestMethods (0.00s)
22:15:54 [2021-06-24T22:15:54.843Z] === RUN   TestRandomAllocateDeallocate
22:15:54 [2021-06-24T22:15:54.918Z] --- PASS: TestFailedConnection (1.01s)
22:15:54 [2021-06-24T22:15:54.918Z] === RUN   TestFailOnce
22:15:54 [2021-06-24T22:15:54.918Z] 2021/06/24 22:15:54 http: panic serving 127.0.0.1:49294: Plugin not ready
22:15:54 [2021-06-24T22:15:54.918Z] goroutine 18 [running]:
22:15:54 [2021-06-24T22:15:54.918Z] net/http.(*conn).serve.func1(0xc0000a6000)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:1824 +0x153
22:15:54 [2021-06-24T22:15:54.918Z] panic(0xe45160, 0xf5c1d0)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/runtime/panic.go:971 +0x49a
22:15:54 [2021-06-24T22:15:54.918Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0xf6c890, 0xc000228000, 0xc0000b4000)
22:15:54 [2021-06-24T22:15:54.918Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
22:15:54 [2021-06-24T22:15:54.918Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0xf6c890, 0xc000228000, 0xc0000b4000)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:2069 +0x4b
22:15:54 [2021-06-24T22:15:54.918Z] net/http.(*ServeMux).ServeHTTP(0xc00004e900, 0xf6c890, 0xc000228000, 0xc0000b4000)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:2448 +0x1b7
22:15:54 [2021-06-24T22:15:54.918Z] net/http.serverHandler.ServeHTTP(0xc000160000, 0xf6c890, 0xc000228000, 0xc0000b4000)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:2887 +0xaa
22:15:54 [2021-06-24T22:15:54.918Z] net/http.(*conn).serve(0xc0000a6000, 0xf6d480, 0xc000090040)
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:1952 +0x8cd
22:15:54 [2021-06-24T22:15:54.918Z] created by net/http.(*Server).Serve
22:15:54 [2021-06-24T22:15:54.918Z] 	c:/go/src/net/http/server.go:3013 +0x3b8
22:15:54 [2021-06-24T22:15:54.918Z] time="2021-06-24T22:15:54Z" 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"
22:15:55 [2021-06-24T22:15:55.368Z] === RUN   TestHTTPTransport
22:15:55 [2021-06-24T22:15:55.368Z] --- PASS: TestHTTPTransport (0.00s)
22:15:55 [2021-06-24T22:15:55.368Z] PASS
22:15:55 [2021-06-24T22:15:55.368Z] coverage: 85.7% of statements
22:15:55 [2021-06-24T22:15:55.368Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.031s	coverage: 85.7% of statements
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBufioReaderPoolPutAndGet
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBufioWriterPoolPutAndGet
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBufferPoolPutAndGet
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] PASS
22:15:55 [2021-06-24T22:15:55.818Z] coverage: 88.2% of statements
22:15:55 [2021-06-24T22:15:55.818Z] ok  	github.com/docker/docker/pkg/pools	0.035s	coverage: 88.2% of statements
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestFailOnce (1.11s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestEchoInputOutput
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestEchoInputOutput (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestBackoff
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestBackoff (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestAbortRetry
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestAbortRetry (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestClientScheme
22:15:55 [2021-06-24T22:15:55.818Z] --- PASS: TestClientScheme (0.00s)
22:15:55 [2021-06-24T22:15:55.818Z] === RUN   TestNewClientWithTimeout
22:15:56 [2021-06-24T22:15:56.267Z] === RUN   TestOutputOnPrematureClose
22:15:56 [2021-06-24T22:15:56.267Z] --- PASS: TestOutputOnPrematureClose (0.00s)
22:15:56 [2021-06-24T22:15:56.267Z] === RUN   TestCompleteSilently
22:15:56 [2021-06-24T22:15:56.267Z] --- PASS: TestCompleteSilently (0.00s)
22:15:56 [2021-06-24T22:15:56.267Z] PASS
22:15:56 [2021-06-24T22:15:56.267Z] coverage: 75.9% of statements
22:15:56 [2021-06-24T22:15:56.267Z] ok  	github.com/docker/docker/pkg/progress	0.028s	coverage: 75.9% of statements
22:15:56 [2021-06-24T22:15:56.267Z] time="2021-06-24T22:15:56Z" 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"
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceInvalidCommand
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceInvalidCommand (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceCreate
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceCreate (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceRm
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceRm (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceLs
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceLs (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceInfo
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceInfo (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceInfoById
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceInfoById (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceJoin
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceJoin (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientServiceLeave
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientServiceLeave (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientDummyCommand
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientDummyCommand (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkInvalidCommand
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkInvalidCommand (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkCreate
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkCreate (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkCreateWithDriver
22:15:56 [2021-06-24T22:15:56.386Z] flag provided but not defined: -f
22:15:56 [2021-06-24T22:15:56.386Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build2516965266\b1151\client.test.exe create --help'.
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkRm
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkRm (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkLs
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkLs (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkInfo
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkInfo (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] === RUN   TestClientNetworkInfoById
22:15:56 [2021-06-24T22:15:56.386Z] --- PASS: TestClientNetworkInfoById (0.00s)
22:15:56 [2021-06-24T22:15:56.386Z] PASS
22:15:56 [2021-06-24T22:15:56.386Z] coverage: 75.2% of statements
22:15:56 [2021-06-24T22:15:56.386Z] ok  	github.com/docker/docker/libnetwork/client	0.235s	coverage: 75.2% of statements
22:15:56 [2021-06-24T22:15:56.717Z] === RUN   TestSendToOneSub
22:15:56 [2021-06-24T22:15:56.717Z] --- PASS: TestSendToOneSub (0.00s)
22:15:56 [2021-06-24T22:15:56.717Z] === RUN   TestSendToMultipleSubs
22:15:56 [2021-06-24T22:15:56.717Z] --- PASS: TestSendToMultipleSubs (0.00s)
22:15:56 [2021-06-24T22:15:56.717Z] === RUN   TestEvictOneSub
22:15:56 [2021-06-24T22:15:56.717Z] --- PASS: TestEvictOneSub (0.00s)
22:15:56 [2021-06-24T22:15:56.717Z] === RUN   TestClosePublisher
22:15:56 [2021-06-24T22:15:56.717Z] --- PASS: TestClosePublisher (0.00s)
22:15:56 [2021-06-24T22:15:56.717Z] === RUN   TestPubSubRace
22:15:56 [2021-06-24T22:15:56.717Z] 2021/06/24 22:15:56 Closing DB instances...
22:15:56 [2021-06-24T22:15:56.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:15:56 [2021-06-24T22:15:56.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestEverything
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestEverything (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestGet
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestGet (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestParsePanic
22:15:56 [2021-06-24T22:15:56.847Z] flag provided but not defined: -int
22:15:56 [2021-06-24T22:15:56.847Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build2516965266\b1155\mflag.test.exe --help'.
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestParsePanic (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestParse
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestParse (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestFlagSetParse
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestFlagSetParse (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestUserDefined
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestUserDefined (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestUserDefinedBool
22:15:56 [2021-06-24T22:15:56.847Z] flag needs an argument: -b
22:15:56 [2021-06-24T22:15:56.847Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build2516965266\b1155\mflag.test.exe test --help'.
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestUserDefinedBool (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestSetOutput
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestSetOutput (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestChangingArgs
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestChangingArgs (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestHelp
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestHelp (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestFlagCounts
22:15:56 [2021-06-24T22:15:56.847Z] Warning: '-d' is deprecated, it will be removed soon. See usage.
22:15:56 [2021-06-24T22:15:56.847Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage.
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestFlagCounts (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestSortFlags
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestSortFlags (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] === RUN   TestMergeFlags
22:15:56 [2021-06-24T22:15:56.847Z] --- PASS: TestMergeFlags (0.00s)
22:15:56 [2021-06-24T22:15:56.847Z] PASS
22:15:56 [2021-06-24T22:15:56.847Z] coverage: 62.7% of statements
22:15:56 [2021-06-24T22:15:56.847Z] ok  	github.com/docker/docker/libnetwork/client/mflag	0.153s	coverage: 62.7% of statements
22:15:57 [2021-06-24T22:15:57.382Z] .
22:15:57 [2021-06-24T22:15:57.382Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:15:57 [2021-06-24T22:15:57.382Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:15:57 [2021-06-24T22:15:57.382Z] Error: No such image: emptyfs
22:15:57 [2021-06-24T22:15:57.382Z] Running integration-test (iteration 1)
22:15:57 [2021-06-24T22:15:57.382Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:15:57 [2021-06-24T22:15:57.666Z] --- PASS: TestPubSubRace (1.04s)
22:15:57 [2021-06-24T22:15:57.666Z] PASS
22:15:57 [2021-06-24T22:15:57.666Z] coverage: 75.0% of statements
22:15:57 [2021-06-24T22:15:57.666Z] ok  	github.com/docker/docker/pkg/pubsub	1.071s	coverage: 75.0% of statements
22:15:57 [2021-06-24T22:15:57.666Z] time="2021-06-24T22:15:57Z" level=error msg="node: 41d6dd4c8c57 is unknown to memberlist"
22:15:57 [2021-06-24T22:15:57.666Z] time="2021-06-24T22:15:57Z" level=error msg="node: 41d6dd4c8c57 is unknown to memberlist"
22:15:58 [2021-06-24T22:15:58.116Z] time="2021-06-24T22:15:57Z" 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"
22:15:58 [2021-06-24T22:15:58.116Z] === RUN   TestRegister
22:15:58 [2021-06-24T22:15:58.116Z] --- PASS: TestRegister (0.00s)
22:15:58 [2021-06-24T22:15:58.116Z] === RUN   TestCommand
22:15:58 [2021-06-24T22:15:58.116Z] --- PASS: TestCommand (0.03s)
22:15:58 [2021-06-24T22:15:58.116Z] === RUN   TestNaiveSelf
22:15:58 [2021-06-24T22:15:58.116Z] --- PASS: TestNaiveSelf (0.02s)
22:15:58 [2021-06-24T22:15:58.116Z] PASS
22:15:58 [2021-06-24T22:15:58.116Z] coverage: 82.4% of statements
22:15:58 [2021-06-24T22:15:58.116Z] ok  	github.com/docker/docker/pkg/reexec	0.078s	coverage: 82.4% of statements
22:15:58 [2021-06-24T22:15:58.116Z] time="2021-06-24T22:15:57Z" level=error msg="node: 7770f2d45c2d is unknown to memberlist"
22:15:58 [2021-06-24T22:15:58.570Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.85s)
22:15:58 [2021-06-24T22:15:58.570Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
22:15:59 [2021-06-24T22:15:59.021Z] === RUN   TestParseSignal
22:15:59 [2021-06-24T22:15:59.021Z] --- PASS: TestParseSignal (0.00s)
22:15:59 [2021-06-24T22:15:59.021Z] === RUN   TestValidSignalForPlatform
22:15:59 [2021-06-24T22:15:59.021Z] --- PASS: TestValidSignalForPlatform (0.00s)
22:15:59 [2021-06-24T22:15:59.021Z] PASS
22:15:59 [2021-06-24T22:15:59.021Z] coverage: 19.7% of statements
22:15:59 [2021-06-24T22:15:59.021Z] ok  	github.com/docker/docker/pkg/signal	0.034s	coverage: 19.7% of statements
22:15:59 [2021-06-24T22:15:59.021Z] --- PASS: TestRequest (8.44s)
22:15:59 [2021-06-24T22:15:59.021Z] === RUN   TestOverlappingRequests
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestErrorInterfaces
22:15:59 [2021-06-24T22:15:59.035Z] --- PASS: TestErrorInterfaces (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestNetworkMarshalling
22:15:59 [2021-06-24T22:15:59.035Z] --- PASS: TestNetworkMarshalling (0.15s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestEndpointMarshalling
22:15:59 [2021-06-24T22:15:59.035Z] --- PASS: TestEndpointMarshalling (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestAuxAddresses
22:15:59 [2021-06-24T22:15:59.035Z] time="2021-06-24T22:15:58Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:59 [2021-06-24T22:15:59.035Z] --- PASS: TestAuxAddresses (0.03s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestSRVServiceQuery
22:15:59 [2021-06-24T22:15:59.035Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestSRVServiceQuery (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestServiceVIPReuse
22:15:59 [2021-06-24T22:15:59.035Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestServiceVIPReuse (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestIpamReleaseOnNetDriverFailures
22:15:59 [2021-06-24T22:15:59.035Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestDNSIPQuery
22:15:59 [2021-06-24T22:15:59.035Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestDNSIPQuery (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestDNSProxyServFail
22:15:59 [2021-06-24T22:15:59.035Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestDNSProxyServFail (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestSandboxAddEmpty
22:15:59 [2021-06-24T22:15:59.035Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestSandboxAddEmpty (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestSandboxAddMultiPrio
22:15:59 [2021-06-24T22:15:59.035Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestSandboxAddSamePrio
22:15:59 [2021-06-24T22:15:59.035Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestCleanupServiceDiscovery
22:15:59 [2021-06-24T22:15:59.035Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestDNSOptions
22:15:59 [2021-06-24T22:15:59.035Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
22:15:59 [2021-06-24T22:15:59.035Z] --- SKIP: TestDNSOptions (0.00s)
22:15:59 [2021-06-24T22:15:59.035Z] === RUN   TestMultipleControllersWithSameStore
22:15:59 [2021-06-24T22:15:59.035Z] time="2021-06-24T22:15:58Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:59 [2021-06-24T22:15:59.035Z] time="2021-06-24T22:15:58Z" level=info msg="Restoring existing overlay networks from HNS into docker"
22:15:59 [2021-06-24T22:15:59.035Z] --- PASS: TestMultipleControllersWithSameStore (0.03s)
22:15:59 [2021-06-24T22:15:59.035Z] PASS
22:15:59 [2021-06-24T22:15:59.035Z] coverage: 8.6% of statements
22:15:59 [2021-06-24T22:15:59.035Z] ok  	github.com/docker/docker/libnetwork	0.878s	coverage: 8.6% of statements
22:15:59 [2021-06-24T22:15:59.035Z] ?   	github.com/docker/docker/libnetwork/api	[no test files]
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestNewStdWriter
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestNewStdWriter (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestWriteWithUninitializedStdWriter
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestWriteWithNilBytes
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestWriteWithNilBytes (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestWrite
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestWrite (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestWriteWithWriterError
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestWriteWithWriterError (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyWriteAndRead
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyReturnsErrorReadingHeader
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyReturnsErrorReadingFrame
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyDetectsCorruptedFrame
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyWithInvalidInputHeader
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyWithCorruptedPrefix
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyReturnsWriteErrors
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestStdCopyReturnsErrorFromSystem
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
22:15:59 [2021-06-24T22:15:59.471Z] PASS
22:15:59 [2021-06-24T22:15:59.471Z] coverage: 100.0% of statements
22:15:59 [2021-06-24T22:15:59.471Z] ok  	github.com/docker/docker/pkg/stdcopy	0.033s	coverage: 100.0% of statements
22:15:59 [2021-06-24T22:15:59.471Z] --- PASS: TestOverlappingRequests (0.39s)
22:15:59 [2021-06-24T22:15:59.471Z] === RUN   TestRelease
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestRawProgressFormatterFormatStatus
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestRawProgressFormatterFormatProgress
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestFormatStatus
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestFormatStatus (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestFormatError
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestFormatError (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestFormatJSONError
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestFormatJSONError (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestJsonProgressFormatterFormatProgress
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestJsonProgressFormatterFormatStatus
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestNewJSONProgressOutput
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestNewJSONProgressOutput (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestAuxFormatterEmit
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestAuxFormatterEmit (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestStreamWriterStdout
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestStreamWriterStdout (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] === RUN   TestStreamWriterStderr
22:15:59 [2021-06-24T22:15:59.921Z] --- PASS: TestStreamWriterStderr (0.00s)
22:15:59 [2021-06-24T22:15:59.921Z] PASS
22:15:59 [2021-06-24T22:15:59.921Z] coverage: 66.2% of statements
22:15:59 [2021-06-24T22:15:59.921Z] ok  	github.com/docker/docker/pkg/streamformatter	0.032s	coverage: 66.2% of statements
22:16:00 [2021-06-24T22:16:00.373Z] 2021/06/24 22:16:00 Closing DB instances...
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestGenerateRandomID
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestGenerateRandomID (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestShortenId
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestShortenId (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestShortenSha256Id
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestShortenSha256Id (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestShortenIdEmpty
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestShortenIdEmpty (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestShortenIdInvalid
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestShortenIdInvalid (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestIsShortIDNonHex
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestIsShortIDNonHex (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] === RUN   TestIsShortIDNotCorrectSize
22:16:00 [2021-06-24T22:16:00.373Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
22:16:00 [2021-06-24T22:16:00.373Z] PASS
22:16:00 [2021-06-24T22:16:00.373Z] coverage: 70.6% of statements
22:16:00 [2021-06-24T22:16:00.373Z] ok  	github.com/docker/docker/pkg/stringid	0.028s	coverage: 70.6% of statements
22:16:00 [2021-06-24T22:16:00.373Z] time="2021-06-24T22:16:00Z" 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"
22:16:00 [2021-06-24T22:16:00.581Z] === RUN   TestTCP4Proxy
22:16:00 [2021-06-24T22:16:00.582Z] --- PASS: TestTCP4Proxy (0.01s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestTCP4ProxyHalfClose
22:16:00 [2021-06-24T22:16:00.582Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestTCP6Proxy
22:16:00 [2021-06-24T22:16:00.582Z]     network_proxy_test.go:197: Need to start CI docker with --ipv6
22:16:00 [2021-06-24T22:16:00.582Z] --- SKIP: TestTCP6Proxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestTCPDualStackProxy
22:16:00 [2021-06-24T22:16:00.582Z]     network_proxy_test.go:212: No support for dual stack yet
22:16:00 [2021-06-24T22:16:00.582Z] --- SKIP: TestTCPDualStackProxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestUDP4Proxy
22:16:00 [2021-06-24T22:16:00.582Z] --- PASS: TestUDP4Proxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestUDP6Proxy
22:16:00 [2021-06-24T22:16:00.582Z]     network_proxy_test.go:241: Need to start CI docker with --ipv6
22:16:00 [2021-06-24T22:16:00.582Z] --- SKIP: TestUDP6Proxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestUDPWriteError
22:16:00 [2021-06-24T22:16:00.582Z] --- PASS: TestUDPWriteError (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestSCTP4Proxy
22:16:00 [2021-06-24T22:16:00.582Z]     network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows
22:16:00 [2021-06-24T22:16:00.582Z] --- SKIP: TestSCTP4Proxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] === RUN   TestSCTP6Proxy
22:16:00 [2021-06-24T22:16:00.582Z]     network_proxy_test.go:302: Need to start CI docker with --ipv6
22:16:00 [2021-06-24T22:16:00.582Z] --- SKIP: TestSCTP6Proxy (0.00s)
22:16:00 [2021-06-24T22:16:00.582Z] PASS
22:16:00 [2021-06-24T22:16:00.582Z] coverage: 49.4% of statements
22:16:00 [2021-06-24T22:16:00.582Z] ok  	github.com/docker/docker/libnetwork/cmd/proxy	0.213s	coverage: 49.4% of statements
22:16:01 [2021-06-24T22:16:01.044Z] === RUN   TestInvalidConfig
22:16:01 [2021-06-24T22:16:01.044Z] --- PASS: TestInvalidConfig (0.00s)
22:16:01 [2021-06-24T22:16:01.044Z] === RUN   TestConfig
22:16:01 [2021-06-24T22:16:01.044Z] --- PASS: TestConfig (0.00s)
22:16:01 [2021-06-24T22:16:01.044Z] === RUN   TestOptionsLabels
22:16:01 [2021-06-24T22:16:01.044Z] --- PASS: TestOptionsLabels (0.00s)
22:16:01 [2021-06-24T22:16:01.044Z] === RUN   TestValidName
22:16:01 [2021-06-24T22:16:01.044Z] --- PASS: TestValidName (0.00s)
22:16:01 [2021-06-24T22:16:01.044Z] === RUN   TestTLSConfiguration
22:16:01 [2021-06-24T22:16:01.044Z] time="2021-06-24T22:16:00Z" level=info msg="Option Initializing KV with TLS"
22:16:01 [2021-06-24T22:16:01.044Z] --- PASS: TestTLSConfiguration (0.17s)
22:16:01 [2021-06-24T22:16:01.044Z] PASS
22:16:01 [2021-06-24T22:16:01.044Z] coverage: 24.0% of statements
22:16:01 [2021-06-24T22:16:01.044Z] ok  	github.com/docker/docker/libnetwork/config	0.460s	coverage: 24.0% of statements
22:16:01 [2021-06-24T22:16:01.324Z] === RUN   TestIsCpusetListAvailable
22:16:01 [2021-06-24T22:16:01.324Z] --- PASS: TestIsCpusetListAvailable (0.00s)
22:16:01 [2021-06-24T22:16:01.324Z] PASS
22:16:01 [2021-06-24T22:16:01.324Z] coverage: 38.2% of statements
22:16:01 [2021-06-24T22:16:01.324Z] ok  	github.com/docker/docker/pkg/sysinfo	0.027s	coverage: 38.2% of statements
22:16:01 [2021-06-24T22:16:01.324Z] --- PASS: TestRelease (1.53s)
22:16:01 [2021-06-24T22:16:01.324Z] === RUN   TestAllocateRandomDeallocate
22:16:01 [2021-06-24T22:16:01.510Z] === RUN   TestKey
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestKey (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestParseKey
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestParseKey (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestInvalidDataStore
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestInvalidDataStore (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestKVObjectFlatKey
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestKVObjectFlatKey (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestAtomicKVObjectFlatKey
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] PASS
22:16:01 [2021-06-24T22:16:01.511Z] coverage: 21.9% of statements
22:16:01 [2021-06-24T22:16:01.511Z] ok  	github.com/docker/docker/libnetwork/datastore	0.181s	coverage: 21.9% of statements
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestIPDataMarshalling
22:16:01 [2021-06-24T22:16:01.511Z] --- PASS: TestIPDataMarshalling (0.00s)
22:16:01 [2021-06-24T22:16:01.511Z] === RUN   TestValidateAndIsV6
22:16:01 [2021-06-24T22:16:01.775Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.41s)
22:16:01 [2021-06-24T22:16:01.775Z] === RUN   TestNetworkDBGarbageCollection
22:16:01 [2021-06-24T22:16:01.973Z] --- PASS: TestValidateAndIsV6 (0.00s)
22:16:01 [2021-06-24T22:16:01.973Z] PASS
22:16:01 [2021-06-24T22:16:01.973Z] coverage: 68.9% of statements
22:16:01 [2021-06-24T22:16:01.973Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.216s	coverage: 68.9% of statements
22:16:01 [2021-06-24T22:16:01.973Z] --- PASS: TestRandomAllocateDeallocate (7.03s)
22:16:01 [2021-06-24T22:16:01.973Z] === RUN   TestAllocateRandomDeallocate
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestChtimes
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestChtimes (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestChtimesWindows
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestChtimesWindows (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestEnsureRemoveAllNotExist
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestEnsureRemoveAllWithDir
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestEnsureRemoveAllWithFile
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] === RUN   TestHasWin32KSupport
22:16:02 [2021-06-24T22:16:02.225Z]     syscall_windows_test.go:8: win32k: true
22:16:02 [2021-06-24T22:16:02.225Z] --- PASS: TestHasWin32KSupport (0.00s)
22:16:02 [2021-06-24T22:16:02.225Z] PASS
22:16:02 [2021-06-24T22:16:02.225Z] coverage: 12.9% of statements
22:16:02 [2021-06-24T22:16:02.225Z] ok  	github.com/docker/docker/pkg/system	0.043s	coverage: 12.9% of statements
22:16:02 [2021-06-24T22:16:02.436Z] === RUN   TestDriver
22:16:02 [2021-06-24T22:16:02.436Z] --- PASS: TestDriver (0.00s)
22:16:02 [2021-06-24T22:16:02.436Z] PASS
22:16:02 [2021-06-24T22:16:02.436Z] coverage: 34.8% of statements
22:16:02 [2021-06-24T22:16:02.436Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.196s	coverage: 34.8% of statements
22:16:02 [2021-06-24T22:16:02.897Z] === RUN   TestDriver
22:16:02 [2021-06-24T22:16:02.897Z] --- PASS: TestDriver (0.00s)
22:16:02 [2021-06-24T22:16:02.897Z] PASS
22:16:02 [2021-06-24T22:16:02.897Z] coverage: 34.8% of statements
22:16:02 [2021-06-24T22:16:02.897Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.175s	coverage: 34.8% of statements
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestTailFile
22:16:03 [2021-06-24T22:16:03.175Z] --- PASS: TestTailFile (0.00s)
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestTailFileManyLines
22:16:03 [2021-06-24T22:16:03.175Z] --- PASS: TestTailFileManyLines (0.00s)
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestTailEmptyFile
22:16:03 [2021-06-24T22:16:03.175Z] --- PASS: TestTailEmptyFile (0.00s)
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestTailNegativeN
22:16:03 [2021-06-24T22:16:03.175Z] --- PASS: TestTailNegativeN (0.00s)
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader
22:16:03 [2021-06-24T22:16:03.175Z] === CONT  TestNewTailReader
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/no_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/no_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/single_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/single_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/2_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/2_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/4_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/4_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/8_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/8_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/12_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === PAUSE TestNewTailReader/12_byte_delimiter
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/truncated_last_line
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/truncated_last_line#01
22:16:03 [2021-06-24T22:16:03.175Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/truncated_last_line#02
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/4_byte_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/2_byte_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/single_byte_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/8_byte_delimiter
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.176Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.176Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/12_byte_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.177Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.178Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.179Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.179Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.179Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.180Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.358Z] === RUN   TestNetworkAllocateFree
22:16:03 [2021-06-24T22:16:03.358Z] --- PASS: TestNetworkAllocateFree (0.00s)
22:16:03 [2021-06-24T22:16:03.358Z] === RUN   TestNetworkAllocateUserDefinedVNIs
22:16:03 [2021-06-24T22:16:03.358Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
22:16:03 [2021-06-24T22:16:03.358Z] PASS
22:16:03 [2021-06-24T22:16:03.358Z] coverage: 63.6% of statements
22:16:03 [2021-06-24T22:16:03.358Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.217s	coverage: 63.6% of statements
22:16:03 [2021-06-24T22:16:03.358Z] --- PASS: TestAllocateRandomDeallocate (1.23s)
22:16:03 [2021-06-24T22:16:03.358Z] === RUN   TestAllocateRandomDeallocateSerialize
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.631Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:03 [2021-06-24T22:16:03.632Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:03 [2021-06-24T22:16:03.632Z] --- PASS: TestNewTailReader (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.632Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.01s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.633Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:03 [2021-06-24T22:16:03.634Z] PASS
22:16:03 [2021-06-24T22:16:03.634Z] coverage: 88.6% of statements
22:16:03 [2021-06-24T22:16:03.634Z] ok  	github.com/docker/docker/pkg/tailfile	0.151s	coverage: 88.6% of statements
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestTarSumRemoveNonExistent
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestTarSumRemove
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestTarSumRemove (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestSortFileInfoSums
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestSortFileInfoSums (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestNewTarSumForLabelInvalid
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestNewTarSumForLabel
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestNewTarSumForLabel (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestEmptyTar
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestEmptyTar (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestTarSumsReadSize
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestTarSumsReadSize (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestTarSums
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestTarSums (0.05s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestIteration
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestIteration (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestVersionLabelForChecksum
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestVersionLabelForChecksum (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestVersion
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestVersion (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestGetVersion
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestGetVersion (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] === RUN   TestGetVersions
22:16:04 [2021-06-24T22:16:04.084Z] --- PASS: TestGetVersions (0.00s)
22:16:04 [2021-06-24T22:16:04.084Z] PASS
22:16:04 [2021-06-24T22:16:04.084Z] coverage: 89.3% of statements
22:16:04 [2021-06-24T22:16:04.084Z] ok  	github.com/docker/docker/pkg/tarsum	0.099s	coverage: 89.3% of statements
22:16:04 [2021-06-24T22:16:04.330Z] === RUN   TestGetEmptyCapabilities
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestGetEmptyCapabilities (0.01s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestGetExtraCapabilities
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestGetExtraCapabilities (0.00s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestGetInvalidCapabilities
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestGetInvalidCapabilities (0.01s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestRemoteDriver
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestRemoteDriver (0.01s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestDriverError
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestDriverError (0.01s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestMissingValues
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestMissingValues (0.00s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestRollback
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestRollback (0.00s)
22:16:04 [2021-06-24T22:16:04.331Z] PASS
22:16:04 [2021-06-24T22:16:04.331Z] coverage: 57.4% of statements
22:16:04 [2021-06-24T22:16:04.331Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.346s	coverage: 57.4% of statements
22:16:04 [2021-06-24T22:16:04.331Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.08s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestRetrieveFromStore
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestNAT
22:16:04 [2021-06-24T22:16:04.331Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
22:16:04 [2021-06-24T22:16:04.331Z] --- SKIP: TestNAT (0.00s)
22:16:04 [2021-06-24T22:16:04.331Z] === RUN   TestTransparent
22:16:04 [2021-06-24T22:16:04.331Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
22:16:04 [2021-06-24T22:16:04.331Z] --- SKIP: TestTransparent (0.00s)
22:16:04 [2021-06-24T22:16:04.331Z] PASS
22:16:04 [2021-06-24T22:16:04.331Z] coverage: 0.0% of statements
22:16:04 [2021-06-24T22:16:04.331Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.239s	coverage: 0.0% of statements
22:16:04 [2021-06-24T22:16:04.534Z] testing: warning: no tests to run
22:16:04 [2021-06-24T22:16:04.534Z] PASS
22:16:04 [2021-06-24T22:16:04.534Z] coverage: [no statements]
22:16:04 [2021-06-24T22:16:04.534Z] ok  	github.com/docker/docker/pkg/term/windows	0.029s	coverage: [no statements] [no tests to run]
22:16:04 [2021-06-24T22:16:04.792Z] --- PASS: TestRetrieveFromStore (0.55s)
22:16:04 [2021-06-24T22:16:04.792Z] === RUN   TestIsCorrupted
22:16:04 [2021-06-24T22:16:04.792Z] --- PASS: TestIsCorrupted (0.01s)
22:16:04 [2021-06-24T22:16:04.792Z] === RUN   TestSetRollover
22:16:04 [2021-06-24T22:16:04.985Z] time="2021-06-24T22:16:04Z" 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"
22:16:04 [2021-06-24T22:16:04.985Z] === RUN   TestTruncIndex
22:16:04 [2021-06-24T22:16:04.985Z] --- PASS: TestTruncIndex (0.10s)
22:16:04 [2021-06-24T22:16:04.985Z] PASS
22:16:04 [2021-06-24T22:16:04.985Z] coverage: 91.5% of statements
22:16:04 [2021-06-24T22:16:04.985Z] ok  	github.com/docker/docker/pkg/truncindex	0.130s	coverage: 91.5% of statements
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestBuildDefault
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestBuildDefault (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestBuildHostnameDomainname
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestBuildHostnameDomainname (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestBuildHostname
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestBuildHostname (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestBuildHostnameFQDN
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestBuildHostnameFQDN (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestBuildNoIP
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestBuildNoIP (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestUpdate
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestUpdate (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestUpdateIgnoresPrefixedHostname
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestDeleteIgnoresPrefixedHostname
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestAddEmpty
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestAddEmpty (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestAdd
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestAdd (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestDeleteEmpty
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestDeleteEmpty (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestDeleteNewline
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestDeleteNewline (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestDelete
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestDelete (0.00s)
22:16:05 [2021-06-24T22:16:05.253Z] === RUN   TestConcurrentWrites
22:16:05 [2021-06-24T22:16:05.253Z] --- PASS: TestConcurrentWrites (0.15s)
22:16:05 [2021-06-24T22:16:05.253Z] PASS
22:16:05 [2021-06-24T22:16:05.253Z] coverage: 81.2% of statements
22:16:05 [2021-06-24T22:16:05.253Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.322s	coverage: 81.2% of statements
22:16:05 [2021-06-24T22:16:05.435Z] === RUN   TestIsGIT
22:16:05 [2021-06-24T22:16:05.435Z] --- PASS: TestIsGIT (0.00s)
22:16:05 [2021-06-24T22:16:05.435Z] === RUN   TestIsTransport
22:16:05 [2021-06-24T22:16:05.435Z] --- PASS: TestIsTransport (0.00s)
22:16:05 [2021-06-24T22:16:05.435Z] PASS
22:16:05 [2021-06-24T22:16:05.435Z] coverage: 100.0% of statements
22:16:05 [2021-06-24T22:16:05.435Z] ok  	github.com/docker/docker/pkg/urlutil	0.030s	coverage: 100.0% of statements
22:16:05 [2021-06-24T22:16:05.435Z] --- PASS: TestAllocateRandomDeallocate (4.46s)
22:16:05 [2021-06-24T22:16:05.435Z] === RUN   TestRetrieveFromStore
22:16:05 [2021-06-24T22:16:05.715Z] === RUN   TestNew
22:16:05 [2021-06-24T22:16:05.715Z] --- PASS: TestNew (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestAddDriver
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestAddDriver (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestAddDuplicateDriver
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestAddDuplicateDriver (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestIPAMDefaultAddressSpaces
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestDriver
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestDriver (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestIPAM
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestIPAM (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestWalkIPAMs
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestWalkIPAMs (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] === RUN   TestWalkDrivers
22:16:05 [2021-06-24T22:16:05.716Z] --- PASS: TestWalkDrivers (0.00s)
22:16:05 [2021-06-24T22:16:05.716Z] PASS
22:16:05 [2021-06-24T22:16:05.716Z] coverage: 82.4% of statements
22:16:05 [2021-06-24T22:16:05.716Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.421s	coverage: 82.4% of statements
22:16:05 [2021-06-24T22:16:05.885Z] === RUN   TestVersionInfo
22:16:05 [2021-06-24T22:16:05.885Z] --- PASS: TestVersionInfo (0.00s)
22:16:05 [2021-06-24T22:16:05.885Z] === RUN   TestAppendVersions
22:16:05 [2021-06-24T22:16:05.885Z] --- PASS: TestAppendVersions (0.00s)
22:16:05 [2021-06-24T22:16:05.885Z] PASS
22:16:05 [2021-06-24T22:16:05.885Z] coverage: 88.9% of statements
22:16:05 [2021-06-24T22:16:05.885Z] ok  	github.com/docker/docker/pkg/useragent	0.028s	coverage: 88.9% of statements
22:16:06 [2021-06-24T22:16:06.182Z] === RUN   TestDiff
22:16:06 [2021-06-24T22:16:06.182Z] --- PASS: TestDiff (0.00s)
22:16:06 [2021-06-24T22:16:06.182Z] === RUN   TestAddedCallback
22:16:06 [2021-06-24T22:16:06.182Z] --- PASS: TestAddedCallback (0.00s)
22:16:06 [2021-06-24T22:16:06.182Z] === RUN   TestRemovedCallback
22:16:06 [2021-06-24T22:16:06.182Z] --- PASS: TestRemovedCallback (0.00s)
22:16:06 [2021-06-24T22:16:06.182Z] === RUN   TestNoCallback
22:16:06 [2021-06-24T22:16:06.182Z] --- PASS: TestNoCallback (0.00s)
22:16:06 [2021-06-24T22:16:06.182Z] PASS
22:16:06 [2021-06-24T22:16:06.182Z] coverage: 48.1% of statements
22:16:06 [2021-06-24T22:16:06.182Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.301s	coverage: 48.1% of statements
22:16:06 [2021-06-24T22:16:06.182Z] --- PASS: TestSetRollover (1.48s)
22:16:06 [2021-06-24T22:16:06.182Z] === RUN   TestSetRolloverSerial
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestNew
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestNew (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestAllocate
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestAllocate (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestUninitialized
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestUninitialized (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestAllocateInRange
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestAllocateInRange (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestAllocateSerial
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestAllocateSerial (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] PASS
22:16:06 [2021-06-24T22:16:06.643Z] coverage: 87.5% of statements
22:16:06 [2021-06-24T22:16:06.643Z] ok  	github.com/docker/docker/libnetwork/idm	0.123s	coverage: 87.5% of statements
22:16:06 [2021-06-24T22:16:06.643Z] === RUN   TestCaller
22:16:06 [2021-06-24T22:16:06.643Z] --- PASS: TestCaller (0.00s)
22:16:06 [2021-06-24T22:16:06.643Z] PASS
22:16:06 [2021-06-24T22:16:06.643Z] coverage: 100.0% of statements
22:16:06 [2021-06-24T22:16:06.643Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.197s	coverage: 100.0% of statements
22:16:06 [2021-06-24T22:16:06.835Z] --- PASS: TestRetrieveFromStore (1.47s)
22:16:06 [2021-06-24T22:16:06.835Z] === RUN   TestRequestReleaseAddressDuplicate
22:16:07 [2021-06-24T22:16:07.110Z] === RUN   TestSetSerialInsertDelete
22:16:07 [2021-06-24T22:16:07.110Z] --- PASS: TestSetSerialInsertDelete (0.00s)
22:16:07 [2021-06-24T22:16:07.110Z] === RUN   TestSetParallelInsertDelete
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s)
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestParallelPredefinedRequest1
22:16:07 [2021-06-24T22:16:07.285Z] === PAUSE TestParallelPredefinedRequest1
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestParallelPredefinedRequest2
22:16:07 [2021-06-24T22:16:07.285Z] === PAUSE TestParallelPredefinedRequest2
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestParallelPredefinedRequest3
22:16:07 [2021-06-24T22:16:07.285Z] === PAUSE TestParallelPredefinedRequest3
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestParallelPredefinedRequest4
22:16:07 [2021-06-24T22:16:07.285Z] === PAUSE TestParallelPredefinedRequest4
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestParallelPredefinedRequest5
22:16:07 [2021-06-24T22:16:07.285Z] === PAUSE TestParallelPredefinedRequest5
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestDebug
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestDebug (0.00s)
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestRequestPoolParallel
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestValidatePrivileges
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestValidatePrivileges (0.00s)
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestFilterByCapNeg
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestFilterByCapNeg (0.00s)
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestFilterByCapPos
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestFilterByCapPos (0.00s)
22:16:07 [2021-06-24T22:16:07.285Z] === RUN   TestStoreGetPluginNotMatchCapRefs
22:16:07 [2021-06-24T22:16:07.285Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
22:16:07 [2021-06-24T22:16:07.285Z] PASS
22:16:07 [2021-06-24T22:16:07.285Z] coverage: 12.0% of statements
22:16:07 [2021-06-24T22:16:07.285Z] ok  	github.com/docker/docker/plugin	0.044s	coverage: 12.0% of statements
22:16:07 [2021-06-24T22:16:07.734Z] --- PASS: TestRequestPoolParallel (0.57s)
22:16:07 [2021-06-24T22:16:07.734Z] === RUN   TestFullAllocateRelease
22:16:08 [2021-06-24T22:16:08.083Z] === RUN   TestPoolRequest
22:16:08 [2021-06-24T22:16:08.083Z] --- PASS: TestPoolRequest (0.00s)
22:16:08 [2021-06-24T22:16:08.083Z] === RUN   TestOtherRequests
22:16:08 [2021-06-24T22:16:08.083Z] --- PASS: TestOtherRequests (0.00s)
22:16:08 [2021-06-24T22:16:08.083Z] PASS
22:16:08 [2021-06-24T22:16:08.083Z] coverage: 57.1% of statements
22:16:08 [2021-06-24T22:16:08.083Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.176s	coverage: 57.1% of statements
22:16:08 [2021-06-24T22:16:08.083Z] --- PASS: TestSetRolloverSerial (1.95s)
22:16:08 [2021-06-24T22:16:08.083Z] === RUN   TestGetFirstAvailableFromCurrent
22:16:08 [2021-06-24T22:16:08.083Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
22:16:08 [2021-06-24T22:16:08.083Z] PASS
22:16:08 [2021-06-24T22:16:08.083Z] coverage: 84.4% of statements
22:16:08 [2021-06-24T22:16:08.083Z] ok  	github.com/docker/docker/libnetwork/bitseq	13.453s	coverage: 84.4% of statements
22:16:08 [2021-06-24T22:16:08.184Z] --- PASS: TestFullAllocateRelease (0.49s)
22:16:08 [2021-06-24T22:16:08.184Z] === RUN   TestOddAllocateRelease
22:16:08 [2021-06-24T22:16:08.184Z] === RUN   TestNewSettable
22:16:08 [2021-06-24T22:16:08.184Z] --- PASS: TestNewSettable (0.00s)
22:16:08 [2021-06-24T22:16:08.184Z] === RUN   TestIsSettable
22:16:08 [2021-06-24T22:16:08.184Z] --- PASS: TestIsSettable (0.00s)
22:16:08 [2021-06-24T22:16:08.184Z] === RUN   TestUpdateSettingsEnv
22:16:08 [2021-06-24T22:16:08.184Z] --- PASS: TestUpdateSettingsEnv (0.00s)
22:16:08 [2021-06-24T22:16:08.184Z] PASS
22:16:08 [2021-06-24T22:16:08.184Z] coverage: 20.0% of statements
22:16:08 [2021-06-24T22:16:08.184Z] ok  	github.com/docker/docker/plugin/v2	0.038s	coverage: 20.0% of statements
22:16:08 [2021-06-24T22:16:08.184Z] --- PASS: TestOddAllocateRelease (0.24s)
22:16:08 [2021-06-24T22:16:08.184Z] === RUN   TestFullAllocateSerialReleaseParallel
22:16:08 [2021-06-24T22:16:08.546Z] === RUN   TestInt2IP2IntConversion
22:16:08 [2021-06-24T22:16:08.634Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s)
22:16:08 [2021-06-24T22:16:08.634Z] === RUN   TestOddAllocateSerialReleaseParallel
22:16:08 [2021-06-24T22:16:08.634Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s)
22:16:08 [2021-06-24T22:16:08.634Z] === RUN   TestEvenAllocateSerialReleaseParallel
22:16:08 [2021-06-24T22:16:08.634Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s)
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest1
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest4
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest1
22:16:08 [2021-06-24T22:16:08.634Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:08 [2021-06-24T22:16:08.634Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest3
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest2
22:16:08 [2021-06-24T22:16:08.634Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:08 [2021-06-24T22:16:08.634Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest3
22:16:08 [2021-06-24T22:16:08.634Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest5
22:16:08 [2021-06-24T22:16:08.634Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:08 [2021-06-24T22:16:08.634Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
22:16:08 [2021-06-24T22:16:08.634Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
22:16:08 [2021-06-24T22:16:08.634Z] === CONT  TestParallelPredefinedRequest4
22:16:08 [2021-06-24T22:16:08.634Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:08 [2021-06-24T22:16:08.634Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
22:16:08 [2021-06-24T22:16:08.634Z] PASS
22:16:08 [2021-06-24T22:16:08.634Z] coverage: 85.3% of statements
22:16:08 [2021-06-24T22:16:08.634Z] ok  	github.com/docker/docker/libnetwork/ipam	47.314s	coverage: 85.3% of statements
22:16:09 [2021-06-24T22:16:09.008Z] --- PASS: TestInt2IP2IntConversion (0.61s)
22:16:09 [2021-06-24T22:16:09.008Z] === RUN   TestGetAddressVersion
22:16:09 [2021-06-24T22:16:09.008Z] --- PASS: TestGetAddressVersion (0.00s)
22:16:09 [2021-06-24T22:16:09.008Z] === RUN   TestKeyString
22:16:09 [2021-06-24T22:16:09.008Z] --- PASS: TestKeyString (0.00s)
22:16:09 [2021-06-24T22:16:09.008Z] === RUN   TestPoolDataMarshal
22:16:09 [2021-06-24T22:16:09.008Z] --- PASS: TestPoolDataMarshal (0.00s)
22:16:09 [2021-06-24T22:16:09.008Z] === RUN   TestSubnetsMarshal
22:16:09 [2021-06-24T22:16:09.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:16:09 [2021-06-24T22:16:09.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:16:09 [2021-06-24T22:16:09.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:16:09 [2021-06-24T22:16:09.084Z] === RUN   TestLoad
22:16:09 [2021-06-24T22:16:09.084Z] --- PASS: TestLoad (0.00s)
22:16:09 [2021-06-24T22:16:09.084Z] === RUN   TestSave
22:16:09 [2021-06-24T22:16:09.084Z] --- PASS: TestSave (0.03s)
22:16:09 [2021-06-24T22:16:09.084Z] === RUN   TestAddDeleteGet
22:16:09 [2021-06-24T22:16:09.084Z] --- PASS: TestAddDeleteGet (0.04s)
22:16:09 [2021-06-24T22:16:09.084Z] === RUN   TestInvalidTags
22:16:09 [2021-06-24T22:16:09.084Z] --- PASS: TestInvalidTags (0.01s)
22:16:09 [2021-06-24T22:16:09.084Z] PASS
22:16:09 [2021-06-24T22:16:09.084Z] coverage: 84.4% of statements
22:16:09 [2021-06-24T22:16:09.084Z] ok  	github.com/docker/docker/reference	0.104s	coverage: 84.4% of statements
22:16:09 [2021-06-24T22:16:09.470Z] --- PASS: TestSubnetsMarshal (0.41s)
22:16:09 [2021-06-24T22:16:09.470Z] === RUN   TestAddSubnets
22:16:09 [2021-06-24T22:16:09.470Z] --- PASS: TestAddSubnets (0.15s)
22:16:09 [2021-06-24T22:16:09.470Z] === RUN   TestDoublePoolRelease
22:16:09 [2021-06-24T22:16:09.470Z] --- PASS: TestDoublePoolRelease (0.07s)
22:16:09 [2021-06-24T22:16:09.470Z] === RUN   TestAddReleasePoolID
22:16:09 [2021-06-24T22:16:09.579Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:16:09 [2021-06-24T22:16:09.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:16:09 [2021-06-24T22:16:09.932Z] --- PASS: TestAddReleasePoolID (0.16s)
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestPredefinedPool
22:16:09 [2021-06-24T22:16:09.932Z] --- PASS: TestPredefinedPool (0.10s)
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestRemoveSubnet
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestGetCapabilities
22:16:09 [2021-06-24T22:16:09.932Z] --- PASS: TestGetCapabilities (0.01s)
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestGetCapabilitiesFromLegacyDriver
22:16:09 [2021-06-24T22:16:09.932Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s)
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestGetDefaultAddressSpaces
22:16:09 [2021-06-24T22:16:09.932Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
22:16:09 [2021-06-24T22:16:09.932Z] === RUN   TestRemoteDriver
22:16:10 [2021-06-24T22:16:10.399Z] --- PASS: TestRemoteDriver (0.00s)
22:16:10 [2021-06-24T22:16:10.399Z] PASS
22:16:10 [2021-06-24T22:16:10.399Z] coverage: 47.4% of statements
22:16:10 [2021-06-24T22:16:10.399Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.317s	coverage: 47.4% of statements
22:16:10 [2021-06-24T22:16:10.399Z] --- PASS: TestRemoveSubnet (0.62s)
22:16:10 [2021-06-24T22:16:10.399Z] === RUN   TestGetSameAddress
22:16:10 [2021-06-24T22:16:10.399Z] --- PASS: TestGetSameAddress (0.06s)
22:16:10 [2021-06-24T22:16:10.399Z] === RUN   TestPoolAllocationReuse
22:16:10 [2021-06-24T22:16:10.593Z] === RUN   TestResolveAuthConfigIndexServer
22:16:10 [2021-06-24T22:16:10.593Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
22:16:10 [2021-06-24T22:16:10.593Z] === RUN   TestResolveAuthConfigFullURL
22:16:10 [2021-06-24T22:16:10.593Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
22:16:10 [2021-06-24T22:16:10.593Z] === RUN   TestLoadAllowNondistributableArtifacts
22:16:10 [2021-06-24T22:16:10.593Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
22:16:10 [2021-06-24T22:16:10.593Z] === RUN   TestValidateMirror
22:16:10 [2021-06-24T22:16:10.593Z] --- PASS: TestValidateMirror (0.00s)
22:16:10 [2021-06-24T22:16:10.593Z] === RUN   TestLoadInsecureRegistries
22:16:10 [2021-06-24T22:16:10.593Z] time="2021-06-24T22:16:10Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:16:10 [2021-06-24T22:16:10.593Z] time="2021-06-24T22:16:10Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
22:16:10 [2021-06-24T22:16:10.594Z] time="2021-06-24T22:16:10Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestLoadInsecureRegistries (0.09s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestNewServiceConfig
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestNewServiceConfig (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestValidateIndexName
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestValidateIndexName (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestValidateIndexNameWithError
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestValidateIndexNameWithError (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestEndpointParse
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestEndpointParse (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestEndpointParseInvalid
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestEndpointParseInvalid (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestValidateEndpoint
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestValidateEndpoint (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestPing
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestPing (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestPingRegistryEndpoint
22:16:10 [2021-06-24T22:16:10.594Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:16:10 [2021-06-24T22:16:10.594Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestEndpoint
22:16:10 [2021-06-24T22:16:10.594Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:16:10 [2021-06-24T22:16:10.594Z] --- SKIP: TestEndpoint (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestParseRepositoryInfo
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestParseRepositoryInfo (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestNewIndexInfo
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestNewIndexInfo (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestMirrorEndpointLookup
22:16:10 [2021-06-24T22:16:10.594Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:16:10 [2021-06-24T22:16:10.594Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestSearchRepositories
22:16:10 [2021-06-24T22:16:10.594Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
22:16:10 [2021-06-24T22:16:10.594Z]         Host: 127.0.0.1:49318
22:16:10 [2021-06-24T22:16:10.594Z]         User-Agent: docker test client
22:16:10 [2021-06-24T22:16:10.594Z]         Authorization: Token fake-token
22:16:10 [2021-06-24T22:16:10.594Z]         X-Docker-Token: true
22:16:10 [2021-06-24T22:16:10.594Z]         Accept-Encoding: gzip
22:16:10 [2021-06-24T22:16:10.594Z]         
22:16:10 [2021-06-24T22:16:10.594Z]         
22:16:10 [2021-06-24T22:16:10.594Z]     registry_test.go:730: HTTP/1.1 200 OK
22:16:10 [2021-06-24T22:16:10.594Z]         Connection: close
22:16:10 [2021-06-24T22:16:10.594Z]         Content-Length: 144
22:16:10 [2021-06-24T22:16:10.594Z]         Cache-Control: no-cache
22:16:10 [2021-06-24T22:16:10.594Z]         Content-Type: application/json
22:16:10 [2021-06-24T22:16:10.594Z]         Date: Thu, 24 Jun 2021 22:16:10 GMT
22:16:10 [2021-06-24T22:16:10.594Z]         Expires: -1
22:16:10 [2021-06-24T22:16:10.594Z]         Pragma: no-cache
22:16:10 [2021-06-24T22:16:10.594Z]         Server: docker-tests/mock
22:16:10 [2021-06-24T22:16:10.594Z]         X-Docker-Registry-Config: mock
22:16:10 [2021-06-24T22:16:10.594Z]         X-Docker-Registry-Version: 0.0.0
22:16:10 [2021-06-24T22:16:10.594Z]         
22:16:10 [2021-06-24T22:16:10.594Z]         
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestSearchRepositories (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestTrustedLocation
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestTrustedLocation (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestAllowNondistributableArtifacts
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] === RUN   TestIsSecureIndex
22:16:10 [2021-06-24T22:16:10.594Z] --- PASS: TestIsSecureIndex (0.00s)
22:16:10 [2021-06-24T22:16:10.594Z] PASS
22:16:10 [2021-06-24T22:16:10.594Z] coverage: 51.7% of statements
22:16:10 [2021-06-24T22:16:10.594Z] ok  	github.com/docker/docker/registry	0.157s	coverage: 51.7% of statements
22:16:11 [2021-06-24T22:16:11.224Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/client/mflag/example	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/dnet	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
22:16:11 [2021-06-24T22:16:11.376Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
22:16:11 [2021-06-24T22:16:11.377Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:16:11 [2021-06-24T22:16:11.377Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:16:11 [2021-06-24T22:16:11.377Z] === RUN   TestWindowsIPAM
22:16:11 [2021-06-24T22:16:11.377Z] --- PASS: TestWindowsIPAM (0.00s)
22:16:11 [2021-06-24T22:16:11.377Z] PASS
22:16:11 [2021-06-24T22:16:11.377Z] coverage: 71.4% of statements
22:16:11 [2021-06-24T22:16:11.377Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.215s	coverage: 71.4% of statements
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestHeaderSimpleErrors
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestHeaderTooMuchFailures
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReaderWithReadError
22:16:11 [2021-06-24T22:16:11.551Z] time="2021-06-24T22:16:11Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReader
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReader (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] === RUN   TestResumableRequestReaderWithInitialResponse
22:16:11 [2021-06-24T22:16:11.551Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
22:16:11 [2021-06-24T22:16:11.551Z] PASS
22:16:11 [2021-06-24T22:16:11.551Z] coverage: 100.0% of statements
22:16:11 [2021-06-24T22:16:11.551Z] ok  	github.com/docker/docker/registry/resumable	0.177s	coverage: 100.0% of statements
22:16:11 [2021-06-24T22:16:11.838Z] === RUN   TestDefaultNetwork
22:16:12 [2021-06-24T22:16:12.010Z] === RUN   TestRestartManagerTimeout
22:16:12 [2021-06-24T22:16:12.010Z] --- PASS: TestRestartManagerTimeout (0.00s)
22:16:12 [2021-06-24T22:16:12.010Z] === RUN   TestRestartManagerTimeoutReset
22:16:12 [2021-06-24T22:16:12.010Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
22:16:12 [2021-06-24T22:16:12.010Z] PASS
22:16:12 [2021-06-24T22:16:12.010Z] coverage: 50.9% of statements
22:16:12 [2021-06-24T22:16:12.010Z] ok  	github.com/docker/docker/restartmanager	0.027s	coverage: 50.9% of statements
22:16:12 [2021-06-24T22:16:12.303Z] === RUN   TestKeyValue
22:16:12 [2021-06-24T22:16:12.303Z] --- PASS: TestKeyValue (0.00s)
22:16:12 [2021-06-24T22:16:12.303Z] PASS
22:16:12 [2021-06-24T22:16:12.303Z] coverage: 60.0% of statements
22:16:12 [2021-06-24T22:16:12.303Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.292s	coverage: 60.0% of statements
22:16:12 [2021-06-24T22:16:12.303Z] --- PASS: TestDefaultNetwork (0.27s)
22:16:12 [2021-06-24T22:16:12.303Z] === RUN   TestConfigGlobalScopeDefaultNetworks
22:16:12 [2021-06-24T22:16:12.765Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s)
22:16:12 [2021-06-24T22:16:12.765Z] === RUN   TestInitAddressPools
22:16:12 [2021-06-24T22:16:12.765Z] --- PASS: TestInitAddressPools (0.00s)
22:16:12 [2021-06-24T22:16:12.765Z] PASS
22:16:12 [2021-06-24T22:16:12.765Z] coverage: 74.0% of statements
22:16:12 [2021-06-24T22:16:12.765Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.780s	coverage: 74.0% of statements
22:16:12 [2021-06-24T22:16:12.979Z] === RUN   TestDecodeContainerConfig
22:16:12 [2021-06-24T22:16:12.979Z] --- PASS: TestDecodeContainerConfig (0.00s)
22:16:12 [2021-06-24T22:16:12.979Z] === RUN   TestDecodeContainerConfigIsolation
22:16:12 [2021-06-24T22:16:12.979Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
22:16:12 [2021-06-24T22:16:12.979Z] === RUN   TestValidatePrivileged
22:16:12 [2021-06-24T22:16:12.979Z] --- PASS: TestValidatePrivileged (0.00s)
22:16:12 [2021-06-24T22:16:12.979Z] PASS
22:16:12 [2021-06-24T22:16:12.979Z] coverage: 52.2% of statements
22:16:12 [2021-06-24T22:16:12.979Z] ok  	github.com/docker/docker/runconfig	0.033s	coverage: 52.2% of statements
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] PASS
22:16:13 [2021-06-24T22:16:13.438Z] coverage: 62.5% of statements
22:16:13 [2021-06-24T22:16:13.438Z] ok  	github.com/docker/docker/testutil	0.030s	coverage: 62.5% of statements
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestNewClientWithTimeout (17.61s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestClientStream
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestClientStream (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestClientSendFile
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestClientSendFile (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestClientWithRequestTimeout
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestClientWithRequestTimeout (0.02s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestFileSpecPlugin
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestFileSpecPlugin (0.03s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestFileJSONSpecPlugin
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
22:16:13 [2021-06-24T22:16:13.438Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
22:16:13 [2021-06-24T22:16:13.438Z] === RUN   TestPluginAddHandler
22:16:13 [2021-06-24T22:16:13.777Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:16:13 [2021-06-24T22:16:13.896Z] --- PASS: TestPluginAddHandler (0.00s)
22:16:13 [2021-06-24T22:16:13.896Z] === RUN   TestPluginWaitBadPlugin
22:16:13 [2021-06-24T22:16:13.896Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
22:16:13 [2021-06-24T22:16:13.896Z] === RUN   TestGet
22:16:13 [2021-06-24T22:16:13.896Z] time="2021-06-24T22:16:13Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestGenerate
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestGenerate (0.00s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestGeneratePtr
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestGeneratePtr (0.00s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestGenerateMissingField
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestGenerateMissingField (0.00s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestFieldCannotBeSet
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestFieldCannotBeSet (0.00s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestTypeMismatchError
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestTypeMismatchError (0.00s)
22:16:14 [2021-06-24T22:16:14.310Z] PASS
22:16:14 [2021-06-24T22:16:14.310Z] coverage: 100.0% of statements
22:16:14 [2021-06-24T22:16:14.310Z] ok  	github.com/docker/docker/libnetwork/options	0.183s	coverage: 100.0% of statements
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestPoolAllocationReuse (3.87s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestGetAddressSubPoolEqualPool
22:16:14 [2021-06-24T22:16:14.310Z] --- PASS: TestGetAddressSubPoolEqualPool (0.05s)
22:16:14 [2021-06-24T22:16:14.310Z] === RUN   TestRequestReleaseAddressFromSubPool
22:16:14 [2021-06-24T22:16:14.771Z] === RUN   TestNetworkDBSimple
22:16:14 [2021-06-24T22:16:14.863Z] time="2021-06-24T22:16:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
22:16:15 [2021-06-24T22:16:15.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:16:15 [2021-06-24T22:16:15.233Z] testing: warning: no tests to run
22:16:15 [2021-06-24T22:16:15.233Z] PASS
22:16:15 [2021-06-24T22:16:15.233Z] coverage: 0.0% of statements
22:16:15 [2021-06-24T22:16:15.233Z] ok  	github.com/docker/docker/libnetwork/osl	0.133s	coverage: 0.0% of statements [no tests to run]
22:16:15 [2021-06-24T22:16:15.694Z] 2021/06/24 22:16:15 Closing DB instances...
22:16:16 [2021-06-24T22:16:16.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.78s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestRequestNewPort
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestRequestNewPort (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestRequestSpecificPort
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestRequestSpecificPort (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestReleasePort
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestReleasePort (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestReuseReleasedPort
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestReuseReleasedPort (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestReleaseUnreadledPort
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestReleaseUnreadledPort (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestUnknowProtocol
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestUnknowProtocol (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestAllocateAllPorts
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestAllocateAllPorts (0.01s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestPortAllocation
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestPortAllocation (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestPortAllocationWithCustomRange
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestNoDuplicateBPR
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestNoDuplicateBPR (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] === RUN   TestChangePortRange
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
22:16:16 [2021-06-24T22:16:16.155Z]     portallocator_test.go:345: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
22:16:16 [2021-06-24T22:16:16.155Z] --- PASS: TestChangePortRange (0.00s)
22:16:16 [2021-06-24T22:16:16.155Z] PASS
22:16:16 [2021-06-24T22:16:16.155Z] coverage: 88.6% of statements
22:16:16 [2021-06-24T22:16:16.155Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.165s	coverage: 88.6% of statements
22:16:16 [2021-06-24T22:16:16.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:16:16 [2021-06-24T22:16:16.398Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:16:16 [2021-06-24T22:16:16.398Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:16:16 [2021-06-24T22:16:16.398Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:16:16 [2021-06-24T22:16:16.398Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
22:16:16 [2021-06-24T22:16:16.398Z] time="2021-06-24T22:16:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestNetworkDBSimple (2.03s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestNetworkDBJoinLeaveNetwork
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestTransportPortConv
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestTransportPortConv (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestTransportPortBindingConv
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestTransportPortBindingConv (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestErrorConstructors
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestErrorConstructors (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestCompareIPMask
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestCompareIPMask (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestUtilGetHostPartIP
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestUtilGetHostPartIP (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestUtilGetBroadcastIP
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] === RUN   TestParseCIDR
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestParseCIDR (0.00s)
22:16:17 [2021-06-24T22:16:17.128Z] PASS
22:16:17 [2021-06-24T22:16:17.128Z] coverage: 47.9% of statements
22:16:17 [2021-06-24T22:16:17.128Z] ok  	github.com/docker/docker/libnetwork/types	0.183s	coverage: 47.9% of statements
22:16:17 [2021-06-24T22:16:17.128Z] --- PASS: TestSetParallelInsertDelete (10.00s)
22:16:17 [2021-06-24T22:16:17.128Z] PASS
22:16:17 [2021-06-24T22:16:17.128Z] coverage: 100.0% of statements
22:16:17 [2021-06-24T22:16:17.128Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.140s	coverage: 100.0% of statements
22:16:17 [2021-06-24T22:16:17.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:16:17 [2021-06-24T22:16:17.365Z] === RUN   TestGetDriver
22:16:17 [2021-06-24T22:16:17.365Z] --- PASS: TestGetDriver (0.00s)
22:16:17 [2021-06-24T22:16:17.365Z] === RUN   TestVolumeRequestError
22:16:17 [2021-06-24T22:16:17.365Z] --- PASS: TestVolumeRequestError (0.01s)
22:16:17 [2021-06-24T22:16:17.365Z] PASS
22:16:17 [2021-06-24T22:16:17.365Z] coverage: 36.1% of statements
22:16:17 [2021-06-24T22:16:17.365Z] ok  	github.com/docker/docker/volume/drivers	0.036s	coverage: 36.1% of statements
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestGetAddress
22:16:17 [2021-06-24T22:16:17.824Z] --- PASS: TestGetAddress (0.00s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestRemove
22:16:17 [2021-06-24T22:16:17.824Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:16:17 [2021-06-24T22:16:17.824Z] --- SKIP: TestRemove (0.00s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestInitializeWithVolumes
22:16:17 [2021-06-24T22:16:17.824Z] --- PASS: TestInitializeWithVolumes (0.01s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestCreate
22:16:17 [2021-06-24T22:16:17.824Z] --- PASS: TestCreate (0.01s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestValidateName
22:16:17 [2021-06-24T22:16:17.824Z] --- PASS: TestValidateName (0.00s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestCreateWithOpts
22:16:17 [2021-06-24T22:16:17.824Z]     local_test.go:181: runtime.GOOS == "windows"
22:16:17 [2021-06-24T22:16:17.824Z] --- SKIP: TestCreateWithOpts (0.00s)
22:16:17 [2021-06-24T22:16:17.824Z] === RUN   TestRelaodNoOpts
22:16:17 [2021-06-24T22:16:17.824Z] --- PASS: TestRelaodNoOpts (0.01s)
22:16:17 [2021-06-24T22:16:17.824Z] PASS
22:16:17 [2021-06-24T22:16:17.824Z] coverage: 41.5% of statements
22:16:17 [2021-06-24T22:16:17.824Z] ok  	github.com/docker/docker/volume/local	0.058s	coverage: 41.5% of statements
22:16:18 [2021-06-24T22:16:18.099Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.68s)
22:16:18 [2021-06-24T22:16:18.100Z] === RUN   TestGetAddress
22:16:18 [2021-06-24T22:16:18.100Z] 2021/06/24 22:16:17 Closing DB instances...
22:16:18 [2021-06-24T22:16:18.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
22:16:18 [2021-06-24T22:16:18.561Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
22:16:18 [2021-06-24T22:16:18.561Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
22:16:18 [2021-06-24T22:16:18.561Z] PASS
22:16:18 [2021-06-24T22:16:18.561Z] coverage: 44.0% of statements
22:16:18 [2021-06-24T22:16:18.561Z] ok  	github.com/docker/docker/oci	0.358s	coverage: 44.0% of statements
22:16:18 [2021-06-24T22:16:18.792Z] === RUN   TestConvertTmpfsOptions
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:49: data="mode=700,size=1m"
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:49: data="ro"
22:16:18 [2021-06-24T22:16:18.792Z] --- PASS: TestConvertTmpfsOptions (0.00s)
22:16:18 [2021-06-24T22:16:18.792Z] === RUN   TestParseMountRaw
22:16:18 [2021-06-24T22:16:18.792Z] --- PASS: TestParseMountRaw (0.02s)
22:16:18 [2021-06-24T22:16:18.792Z] === RUN   TestParseMountRawSplit
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 0
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 1
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 2
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 3
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 4
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 5
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 6
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 7
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 8
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 0
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 1
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 2
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 3
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 4
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 5
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 6
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 7
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 8
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 9
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 10
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 11
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 12
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 0
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 1
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 2
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 3
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 4
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 5
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 6
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 7
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 8
22:16:18 [2021-06-24T22:16:18.792Z]     parser_test.go:390: case 9
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:390: case 10
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:390: case 11
22:16:18 [2021-06-24T22:16:18.793Z] --- PASS: TestParseMountRawSplit (0.01s)
22:16:18 [2021-06-24T22:16:18.793Z] === RUN   TestParseMountSpec
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 0
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 1
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 2
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 3
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 4
22:16:18 [2021-06-24T22:16:18.793Z]     parser_test.go:455: case 5
22:16:18 [2021-06-24T22:16:18.793Z] --- PASS: TestParseMountSpec (0.00s)
22:16:18 [2021-06-24T22:16:18.793Z] === RUN   TestParseMountSpecBindWithFileinfoError
22:16:18 [2021-06-24T22:16:18.793Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
22:16:18 [2021-06-24T22:16:18.793Z] === RUN   TestValidateMount
22:16:18 [2021-06-24T22:16:18.793Z] --- PASS: TestValidateMount (0.00s)
22:16:18 [2021-06-24T22:16:18.793Z] PASS
22:16:18 [2021-06-24T22:16:18.793Z] coverage: 66.2% of statements
22:16:18 [2021-06-24T22:16:18.793Z] ok  	github.com/docker/docker/volume/mounts	0.067s	coverage: 66.2% of statements
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestAddressPoolOpt
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestAddressPoolOpt (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/a
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/something
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/_=a
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/env1=value1
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/_env1=value1
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/env2=value2=value3
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/env3=abc!qwe
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/env_4=value_4
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/PATH
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/=a
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/PATH=
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/PATH=something
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/asd!qwe
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/1asd
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/123
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/some_space
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/__some_space_before
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/some_space_after__
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/=
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateEnv/PaTh
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestValidateEnv (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/a (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/something (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/_=a (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/PATH (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/=a (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/1asd (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/123 (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/some_space (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/= (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseHost
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseHost (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseDockerDaemonHost
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseDockerDaemonHost (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseTCP
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseTCP (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseInvalidUnixAddrInvalid
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateExtraHosts
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestValidateExtraHosts (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestIpOptString
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestIpOptString (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestNewIpOptInvalidDefaultVal
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestNewIpOptValidDefaultVal
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestIpOptSetInvalidVal
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateIPAddress
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestValidateIPAddress (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestMapOpts
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestMapOpts (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestListOptsWithoutValidator
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestListOptsWithoutValidator (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestListOptsWithValidator
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestListOptsWithValidator (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateDNSSearch
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestValidateDNSSearch (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_general_format
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_more_than_one_=
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_one_more
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestValidateLabel (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestNamedListOpts
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestNamedListOpts (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestNamedMapOpts
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestNamedMapOpts (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseLink
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseLink (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestQuotedStringSetWithQuotes
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestQuotedStringSetWithNoQuotes
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestUlimitOpt
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestUlimitOpt (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] PASS
22:16:19 [2021-06-24T22:16:19.022Z] coverage: 67.1% of statements
22:16:19 [2021-06-24T22:16:19.022Z] ok  	github.com/docker/docker/opts	0.246s	coverage: 67.1% of statements
22:16:19 [2021-06-24T22:16:19.022Z] === RUN   TestParseVersion
22:16:19 [2021-06-24T22:16:19.022Z] --- PASS: TestParseVersion (0.00s)
22:16:19 [2021-06-24T22:16:19.022Z] PASS
22:16:19 [2021-06-24T22:16:19.022Z] coverage: 52.9% of statements
22:16:19 [2021-06-24T22:16:19.022Z] ok  	github.com/docker/docker/pkg/aaparser	0.104s	coverage: 52.9% of statements
22:16:19 [2021-06-24T22:16:19.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestSetGetMeta
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestSetGetMeta
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestRestore
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestRestore
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestServiceCreate
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestServiceCreate
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestServiceList
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestServiceList
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestServiceRemove
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestServiceRemove
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestServiceGet
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestServiceGet
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestServicePrune
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestServicePrune
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestCreate
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestCreate
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestRemove
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestRemove
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestList
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestList
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFindByDriver
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFindByDriver
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFindByReferenced
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFindByReferenced
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestDerefMultipleOfSameRef
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestDerefMultipleOfSameRef
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestDefererencePluginOnCreateError
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestDefererencePluginOnCreateError
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestRefDerefRemove
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestRefDerefRemove
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestGet
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestGet
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestGetWithReference
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestGetWithReference
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_nil_list
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_nil_list
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_filter_some
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_filter_some
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_filter_middle
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_filter_middle
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_filter_middle_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === RUN   TestFilterFunc/test_filter_first_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === PAUSE TestFilterFunc/test_filter_first_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_nil_list
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_filter_some
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_filter_middle_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_filter_first_and_last
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_empty_list
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFilterFunc/test_filter_middle
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestFilterFunc (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestSetGetMeta
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFindByReferenced
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestServicePrune
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestGetWithReference
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestSetGetMeta (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestFindByDriver
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestFindByReferenced (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestList
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestGetWithReference (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestRemove
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestFindByDriver (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestCreate
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestRemove (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestServiceGet
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestList (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestServiceRemove
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestCreate (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestServiceList
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestServiceGet (0.07s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestServiceCreate
22:16:19 [2021-06-24T22:16:19.251Z] time="2021-06-24T22:16:18Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestServiceRemove (0.08s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestRestore
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestServiceList (0.08s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestDefererencePluginOnCreateError
22:16:19 [2021-06-24T22:16:19.251Z] time="2021-06-24T22:16:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:16:19 [2021-06-24T22:16:19.251Z] time="2021-06-24T22:16:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:16:19 [2021-06-24T22:16:19.251Z] time="2021-06-24T22:16:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestServiceCreate (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestGet
22:16:19 [2021-06-24T22:16:19.251Z] time="2021-06-24T22:16:19Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestRestore (0.04s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestRefDerefRemove
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestServicePrune (0.18s)
22:16:19 [2021-06-24T22:16:19.251Z] === CONT  TestDerefMultipleOfSameRef
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestGet (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestRefDerefRemove (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
22:16:19 [2021-06-24T22:16:19.251Z] PASS
22:16:19 [2021-06-24T22:16:19.251Z] coverage: 69.6% of statements
22:16:19 [2021-06-24T22:16:19.251Z] ok  	github.com/docker/docker/volume/service	0.231s	coverage: 69.6% of statements
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: buildpack-deps:buster
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: busybox:latest
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: busybox:glibc
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: debian:bullseye
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: hello-world:latest
22:16:19 [2021-06-24T22:16:19.330Z] Loaded image: arm32v7/hello-world:latest
22:16:19 [2021-06-24T22:16:19.330Z] INFO: Testing against a local daemon
22:16:19 [2021-06-24T22:16:19.330Z] === RUN   TestCgroupNamespacesBuild
22:16:19 [2021-06-24T22:16:19.900Z] --- PASS: TestCgroupNamespacesBuild (1.44s)
22:16:19 [2021-06-24T22:16:19.900Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:16:19 [2021-06-24T22:16:19.994Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.91s)
22:16:19 [2021-06-24T22:16:19.994Z] === RUN   TestNetworkDBJoinLeaveNetworks
22:16:20 [2021-06-24T22:16:20.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:16:20 [2021-06-24T22:16:20.787Z] time="2021-06-24T22:16:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
22:16:21 [2021-06-24T22:16:21.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:16:21 [2021-06-24T22:16:21.283Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s)
22:16:21 [2021-06-24T22:16:21.283Z] === RUN   TestBuildWithSession
22:16:21 [2021-06-24T22:16:21.283Z]     build_session_test.go:25: TODO: BuildKit
22:16:21 [2021-06-24T22:16:21.283Z] --- SKIP: TestBuildWithSession (0.00s)
22:16:21 [2021-06-24T22:16:21.283Z] === RUN   TestBuildSquashParent
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestPeerCertificateMarshalJSON
22:16:21 [2021-06-24T22:16:21.539Z] 2021/06/24 22:16:21 Closing DB instances...
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestIsArchivePathDir
22:16:21 [2021-06-24T22:16:21.539Z] --- PASS: TestIsArchivePathDir (0.12s)
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestIsArchivePathInvalidFile
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
22:16:21 [2021-06-24T22:16:21.539Z] --- PASS: TestPeerCertificateMarshalJSON (0.45s)
22:16:21 [2021-06-24T22:16:21.539Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
22:16:21 [2021-06-24T22:16:21.539Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestMiddleware
22:16:21 [2021-06-24T22:16:21.539Z] --- PASS: TestMiddleware (0.00s)
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestNewResponseModifier
22:16:21 [2021-06-24T22:16:21.539Z] --- PASS: TestNewResponseModifier (0.00s)
22:16:21 [2021-06-24T22:16:21.539Z] PASS
22:16:21 [2021-06-24T22:16:21.539Z] coverage: 26.8% of statements
22:16:21 [2021-06-24T22:16:21.539Z] ok  	github.com/docker/docker/pkg/authorization	0.791s	coverage: 26.8% of statements
22:16:21 [2021-06-24T22:16:21.539Z] --- PASS: TestIsArchivePathInvalidFile (0.15s)
22:16:21 [2021-06-24T22:16:21.539Z] === RUN   TestIsArchivePathTar
22:16:21 [2021-06-24T22:16:21.638Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:16:21 [2021-06-24T22:16:21.638Z] Using test binary docker
22:16:21 [2021-06-24T22:16:21.790Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m30.699986002s with top 10 stages: buildssa: 1m46.666564906s, goimports: 23.624819207s, unconvert: 13.990135177s, gosec: 11.119167564s, golint: 7.314051965s, ineffassign: 5.743411415s, inspect: 4.993234482s, misspell: 4.868911134s, vrp: 4.145827998s, fact_deprecated: 2.368400944s 
22:16:21 [2021-06-24T22:16:21.899Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:16:21 [2021-06-24T22:16:21.899Z] Starting apparmor (via systemctl): apparmor.service.
22:16:21 [2021-06-24T22:16:21.899Z] Starting dockerd
22:16:21 [2021-06-24T22:16:21.899Z] INFO: Waiting for daemon to start...
22:16:22 [2021-06-24T22:16:22.001Z] --- PASS: TestIsArchivePathTar (0.20s)
22:16:22 [2021-06-24T22:16:22.001Z] === RUN   TestDecompressStreamGzip
22:16:22 [2021-06-24T22:16:22.001Z] --- PASS: TestDecompressStreamGzip (0.11s)
22:16:22 [2021-06-24T22:16:22.001Z] === RUN   TestDecompressStreamBzip2
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUnbuffered
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUnbuffered (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestRaceUnbuffered
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestRaceUnbuffered (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] PASS
22:16:22 [2021-06-24T22:16:22.463Z] coverage: 100.0% of statements
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestDecompressStreamBzip2 (0.26s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestDecompressStreamXz
22:16:22 [2021-06-24T22:16:22.463Z]     archive_test.go:134: Xz not present in msys2
22:16:22 [2021-06-24T22:16:22.463Z] --- SKIP: TestDecompressStreamXz (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCompressStreamXzUnsupported
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCompressStreamBzip2Unsupported
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCompressStreamInvalid
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCompressStreamInvalid (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestExtensionInvalid
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestExtensionInvalid (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestExtensionUncompressed
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestExtensionUncompressed (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestExtensionBzip2
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestExtensionBzip2 (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestExtensionGzip
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestExtensionGzip (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestExtensionXz
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestExtensionXz (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCmdStreamLargeStderr
22:16:22 [2021-06-24T22:16:22.463Z] ok  	github.com/docker/docker/pkg/broadcaster	0.110s	coverage: 100.0% of statements
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCmdStreamLargeStderr (0.08s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCmdStreamBad
22:16:22 [2021-06-24T22:16:22.463Z]     archive_test.go:239: Failing on Windows CI machines
22:16:22 [2021-06-24T22:16:22.463Z] --- SKIP: TestCmdStreamBad (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCmdStreamGood
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCmdStreamGood (0.05s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUntarPathWithInvalidDest
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUntarPathWithInvalidDest (0.07s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUntarPathWithInvalidSrc
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUntarPath
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUntarPath (0.06s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUntarPathWithDestinationFile
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUntarPathWithDestinationFile (0.06s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyWithTarInvalidSrc
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyWithTarSrcFile
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyWithTarSrcFolder
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyFileWithTarInvalidSrc
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyFileWithTarSrcFolder
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestCopyFileWithTarSrcFile
22:16:22 [2021-06-24T22:16:22.463Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
22:16:22 [2021-06-24T22:16:22.463Z] === RUN   TestTarFiles
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[foo]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[bar]_[foo]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[foo_bar]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[qux]_[foo]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[]#01
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[qux]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[foo_bar_qux]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[qux]_[baz]]
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestMatch/[[foo_baz]]
22:16:22 [2021-06-24T22:16:22.925Z] --- PASS: TestMatch (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[foo]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[]#01 (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[qux]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
22:16:22 [2021-06-24T22:16:22.925Z] PASS
22:16:22 [2021-06-24T22:16:22.925Z] coverage: 87.5% of statements
22:16:22 [2021-06-24T22:16:22.925Z] ok  	github.com/docker/docker/pkg/capabilities	0.140s	coverage: 87.5% of statements
22:16:22 [2021-06-24T22:16:22.925Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.12s)
22:16:22 [2021-06-24T22:16:22.925Z] === RUN   TestNetworkDBCRUDTableEntry
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootTarUntar
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootTarUntar (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootUntarWithHugeExcludesList
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootUntarEmptyArchive
22:16:24 [2021-06-24T22:16:24.470Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootTarUntarWithSymlink
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootCopyWithTar
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootCopyWithTar (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootCopyFileWithTar
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootUntarPath
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootUntarPath (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] === RUN   TestChrootApplyDotDotFile
22:16:24 [2021-06-24T22:16:24.470Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:16:24 [2021-06-24T22:16:24.470Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
22:16:24 [2021-06-24T22:16:24.470Z] PASS
22:16:24 [2021-06-24T22:16:24.470Z] coverage: 15.4% of statements
22:16:24 [2021-06-24T22:16:24.470Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.259s	coverage: 15.4% of statements
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeEmpty
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeEmpty (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeEmptyFile
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeEmptyFile (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeNonemptyFile
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeNonemptyFile (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeNestedDirectoryEmpty
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestMoveToSubdir
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestMoveToSubdir (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] === RUN   TestSizeNonExistingDirectory
22:16:24 [2021-06-24T22:16:24.934Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
22:16:24 [2021-06-24T22:16:24.934Z] PASS
22:16:24 [2021-06-24T22:16:24.934Z] coverage: 80.0% of statements
22:16:24 [2021-06-24T22:16:24.934Z] ok  	github.com/docker/docker/pkg/directory	0.127s	coverage: 80.0% of statements
22:16:25 [2021-06-24T22:16:25.266Z] .
22:16:25 [2021-06-24T22:16:25.266Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:16:25 [2021-06-24T22:16:25.266Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:16:25 [2021-06-24T22:16:25.266Z] Error: No such image: emptyfs
22:16:25 [2021-06-24T22:16:25.266Z] Running integration-test (iteration 1)
22:16:25 [2021-06-24T22:16:25.266Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:16:25 [2021-06-24T22:16:25.396Z] 2021/06/24 22:16:24 Closing DB instances...
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestContainsEntry
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestCreateEntries
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestEntriesDiff
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestEntriesEquality
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGeneratorNotGenerate
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGeneratorWithPort
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestGeneratorWithPortNotGenerate
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestNewEntry
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   Test/TestParse
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: Test (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestContainsEntry (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestCreateEntries (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestEntriesDiff (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestEntriesEquality (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestNewEntry (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z]     --- PASS: Test/TestParse (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z] PASS
22:16:26 [2021-06-24T22:16:26.369Z] coverage: 58.3% of statements
22:16:26 [2021-06-24T22:16:26.369Z] ok  	github.com/docker/docker/pkg/discovery	0.200s	coverage: 58.3% of statements
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: TestTarFiles (3.86s)
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   TestTarUntar
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: TestTarUntar (0.03s)
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   TestTarWithOptions
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: TestTarWithOptions (0.03s)
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
22:16:26 [2021-06-24T22:16:26.369Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
22:16:26 [2021-06-24T22:16:26.369Z] === RUN   TestUntarUstarGnuConflict
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestNetworkDBCRUDTableEntry (3.63s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestNetworkDBCRUDTableEntries
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestUntarInvalidFilenames
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames608796942\\dest"
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestUntarInvalidFilenames (0.18s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestUntarHardlinkToSymlink
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestUntarInvalidHardlink
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink865097231\\victim\\hello" -> "../victim/hello"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink297004578\\victim\\hello" -> "/../victim/hello"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink557028121\\victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink131586468\\victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink366858419\\victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink293047414\\victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestUntarInvalidHardlink (0.03s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestUntarInvalidSymlink
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink403952477\\dest\\dotdot" -> "../victim/hello"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink830092568\\dest\\slash-dotdot" -> "/../victim/hello"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink226195351\\dest\\loophole-victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink407425546\\dest\\loophole-victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink188323297\\dest\\loophole-victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink496245196\\dest\\loophole-victim" -> "../victim"
22:16:26 [2021-06-24T22:16:26.830Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink351976635\\dest\\dir\\loophole" -> "../../victim"
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestUntarInvalidSymlink (0.03s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestTempArchiveCloseMultipleTimes
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestXGlobalNoParent
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestXGlobalNoParent (0.00s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestReplaceFileTarWrapper
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestReplaceFileTarWrapper (0.13s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestPrefixHeaderReadable
22:16:26 [2021-06-24T22:16:26.830Z] --- PASS: TestPrefixHeaderReadable (0.02s)
22:16:26 [2021-06-24T22:16:26.830Z] === RUN   TestDisablePigz
22:16:26 [2021-06-24T22:16:26.830Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestDisablePigz (0.11s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestPigz
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestContent
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestInitialize
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestNew
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestParsingContentsWithComments
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestRegister
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   Test/TestWatch
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: Test (0.01s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestContent (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestInitialize (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestNew (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestRegister (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z]     --- PASS: Test/TestWatch (0.01s)
22:16:27 [2021-06-24T22:16:27.292Z] PASS
22:16:27 [2021-06-24T22:16:27.292Z] coverage: 97.6% of statements
22:16:27 [2021-06-24T22:16:27.292Z] ok  	github.com/docker/docker/pkg/discovery/file	0.228s	coverage: 97.6% of statements
22:16:27 [2021-06-24T22:16:27.292Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestPigz (0.14s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestCopyFileWithInvalidDest
22:16:27 [2021-06-24T22:16:27.292Z]     archive_windows_test.go:16: Currently fails
22:16:27 [2021-06-24T22:16:27.292Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestCanonicalTarNameForPath
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestCanonicalTarName
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestCanonicalTarName (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChmodTarEntry
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestChmodTarEntry (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestHardLinkOrder
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestHardLinkOrder (0.08s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangeString
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestChangeString (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangesWithNoChanges
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestChangesWithNoChanges (0.03s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangesWithChanges
22:16:27 [2021-06-24T22:16:27.292Z] --- PASS: TestChangesWithChanges (0.02s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangesWithChangesGH13590
22:16:27 [2021-06-24T22:16:27.292Z]     changes_test.go:196: needs more investigation
22:16:27 [2021-06-24T22:16:27.292Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangesDirsEmpty
22:16:27 [2021-06-24T22:16:27.292Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
22:16:27 [2021-06-24T22:16:27.292Z] --- SKIP: TestChangesDirsEmpty (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestChangesDirsMutated
22:16:27 [2021-06-24T22:16:27.292Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
22:16:27 [2021-06-24T22:16:27.292Z] --- SKIP: TestChangesDirsMutated (0.00s)
22:16:27 [2021-06-24T22:16:27.292Z] === RUN   TestApplyLayer
22:16:27 [2021-06-24T22:16:27.293Z]     changes_test.go:433: needs further investigation
22:16:27 [2021-06-24T22:16:27.293Z] --- SKIP: TestApplyLayer (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestChangesSizeWithHardlinks
22:16:27 [2021-06-24T22:16:27.293Z]     changes_test.go:469: needs further investigation
22:16:27 [2021-06-24T22:16:27.293Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestChangesSizeWithNoChanges
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestChangesSize
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestChangesSize (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestApplyLayerInvalidFilenames
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames833199120\\dest"
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestApplyLayerInvalidHardlink
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink248835010\\victim\\hello" -> "../victim/hello"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink556334649\\victim\\hello" -> "/../victim/hello"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink341807684\\victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink721347795\\victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink769140758\\victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink592587901\\victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestApplyLayerInvalidSymlink
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink164585400\\dest\\dotdot" -> "../victim/hello"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink785931703\\dest\\slash-dotdot" -> "/../victim/hello"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink727652266\\dest\\loophole-victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink279127297\\dest\\loophole-victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink995731052\\dest\\loophole-victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink327676635\\dest\\loophole-victim" -> "../victim"
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestApplyLayerWhiteouts
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestGenerateEmptyFile
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestGenerateEmptyFile (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] === RUN   TestGenerateWithContent
22:16:27 [2021-06-24T22:16:27.293Z] --- PASS: TestGenerateWithContent (0.00s)
22:16:27 [2021-06-24T22:16:27.293Z] PASS
22:16:27 [2021-06-24T22:16:27.293Z] coverage: 61.6% of statements
22:16:27 [2021-06-24T22:16:27.293Z] ok  	github.com/docker/docker/pkg/archive	6.618s	coverage: 61.6% of statements
22:16:28 [2021-06-24T22:16:28.838Z] 2021/06/24 22:16:28 Closing DB instances...
22:16:28 [2021-06-24T22:16:28.838Z] === RUN   Test
22:16:28 [2021-06-24T22:16:28.838Z] === RUN   Test/TestInitialize
22:16:28 [2021-06-24T22:16:28.838Z] time="2021-06-24T22:16:28Z" level=info msg="Initializing discovery without TLS"
22:16:28 [2021-06-24T22:16:28.838Z] time="2021-06-24T22:16:28Z" level=info msg="Initializing discovery without TLS"
22:16:28 [2021-06-24T22:16:28.838Z] time="2021-06-24T22:16:28Z" level=info msg="Initializing discovery without TLS"
22:16:28 [2021-06-24T22:16:28.838Z] === RUN   Test/TestInitializeWithCerts
22:16:28 [2021-06-24T22:16:28.838Z] time="2021-06-24T22:16:28Z" level=info msg="Initializing discovery with TLS"
22:16:28 [2021-06-24T22:16:28.838Z] === RUN   Test/TestWatch
22:16:28 [2021-06-24T22:16:28.838Z] time="2021-06-24T22:16:28Z" level=info msg="Initializing discovery without TLS"
22:16:29 [2021-06-24T22:16:29.353Z] --- PASS: TestGet (15.02s)
22:16:29 [2021-06-24T22:16:29.353Z] === RUN   TestPluginWithNoManifest
22:16:29 [2021-06-24T22:16:29.353Z] --- PASS: TestPluginWithNoManifest (0.00s)
22:16:29 [2021-06-24T22:16:29.353Z] === RUN   TestGetAll
22:16:29 [2021-06-24T22:16:29.353Z] --- PASS: TestGetAll (0.00s)
22:16:29 [2021-06-24T22:16:29.353Z] PASS
22:16:29 [2021-06-24T22:16:29.353Z] coverage: 73.4% of statements
22:16:29 [2021-06-24T22:16:29.353Z] ok  	github.com/docker/docker/pkg/plugins	34.850s	coverage: 73.4% of statements
22:16:29 [2021-06-24T22:16:29.408Z] --- PASS: TestBuildSquashParent (7.71s)
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:29 [2021-06-24T22:16:29.408Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:29 [2021-06-24T22:16:29.408Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:29 [2021-06-24T22:16:29.408Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:29 [2021-06-24T22:16:29.408Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:29 [2021-06-24T22:16:29.810Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s)
22:16:29 [2021-06-24T22:16:29.810Z] === RUN   TestNetworkDBNodeLeave
22:16:31 [2021-06-24T22:16:31.316Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:31 [2021-06-24T22:16:31.316Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:31 [2021-06-24T22:16:31.997Z] --- PASS: Test (3.13s)
22:16:31 [2021-06-24T22:16:31.997Z]     --- PASS: Test/TestInitialize (0.13s)
22:16:31 [2021-06-24T22:16:31.997Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
22:16:31 [2021-06-24T22:16:31.997Z]     --- PASS: Test/TestWatch (3.00s)
22:16:31 [2021-06-24T22:16:31.997Z] PASS
22:16:31 [2021-06-24T22:16:31.997Z] coverage: 84.1% of statements
22:16:31 [2021-06-24T22:16:31.997Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.608s	coverage: 84.1% of statements
22:16:32 [2021-06-24T22:16:32.971Z] === RUN   Test
22:16:32 [2021-06-24T22:16:32.971Z] === RUN   Test/TestWatch
22:16:32 [2021-06-24T22:16:32.971Z] --- PASS: Test (0.00s)
22:16:32 [2021-06-24T22:16:32.971Z]     --- PASS: Test/TestWatch (0.00s)
22:16:32 [2021-06-24T22:16:32.971Z] PASS
22:16:32 [2021-06-24T22:16:32.971Z] coverage: 92.3% of statements
22:16:32 [2021-06-24T22:16:32.971Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.180s	coverage: 92.3% of statements
22:16:32 [2021-06-24T22:16:32.971Z] --- PASS: TestNetworkDBNodeLeave (2.83s)
22:16:32 [2021-06-24T22:16:32.971Z] === RUN   TestNetworkDBWatch
22:16:33 [2021-06-24T22:16:33.226Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:33 [2021-06-24T22:16:33.226Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:33 [2021-06-24T22:16:33.433Z] === RUN   Test
22:16:33 [2021-06-24T22:16:33.433Z] === RUN   Test/TestInitialize
22:16:33 [2021-06-24T22:16:33.433Z] === RUN   Test/TestInitializeWithPattern
22:16:33 [2021-06-24T22:16:33.433Z] === RUN   Test/TestRegister
22:16:33 [2021-06-24T22:16:33.433Z] === RUN   Test/TestWatch
22:16:33 [2021-06-24T22:16:33.433Z] --- PASS: Test (0.00s)
22:16:33 [2021-06-24T22:16:33.433Z]     --- PASS: Test/TestInitialize (0.00s)
22:16:33 [2021-06-24T22:16:33.433Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
22:16:33 [2021-06-24T22:16:33.433Z]     --- PASS: Test/TestRegister (0.00s)
22:16:33 [2021-06-24T22:16:33.433Z]     --- PASS: Test/TestWatch (0.00s)
22:16:33 [2021-06-24T22:16:33.433Z] PASS
22:16:33 [2021-06-24T22:16:33.433Z] coverage: 93.8% of statements
22:16:33 [2021-06-24T22:16:33.433Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.163s	coverage: 93.8% of statements
22:16:34 [2021-06-24T22:16:34.407Z] 2021/06/24 22:16:34 Closing DB instances...
22:16:34 [2021-06-24T22:16:34.407Z] === RUN   TestPollerAddRemove
22:16:34 [2021-06-24T22:16:34.407Z] --- PASS: TestPollerAddRemove (0.00s)
22:16:34 [2021-06-24T22:16:34.407Z] === RUN   TestPollerEvent
22:16:34 [2021-06-24T22:16:34.407Z]     poller_test.go:41: No chmod on Windows
22:16:34 [2021-06-24T22:16:34.407Z] --- SKIP: TestPollerEvent (0.00s)
22:16:34 [2021-06-24T22:16:34.407Z] === RUN   TestPollerClose
22:16:34 [2021-06-24T22:16:34.407Z] --- PASS: TestPollerClose (0.00s)
22:16:34 [2021-06-24T22:16:34.407Z] PASS
22:16:34 [2021-06-24T22:16:34.407Z] coverage: 45.7% of statements
22:16:34 [2021-06-24T22:16:34.407Z] ok  	github.com/docker/docker/pkg/filenotify	0.142s	coverage: 45.7% of statements
22:16:35 [2021-06-24T22:16:35.136Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.13s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.21s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.97s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.13s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s)
22:16:35 [2021-06-24T22:16:35.136Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.04s)
22:16:35 [2021-06-24T22:16:35.136Z] === RUN   TestBuildMultiStageCopy
22:16:35 [2021-06-24T22:16:35.136Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCopyFileWithInvalidSrc
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCopyFileWithInvalidDest
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCopyFileWithSameSrcAndDest
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCopyFile
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCopyFile (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
22:16:35 [2021-06-24T22:16:35.381Z]     fileutils_test.go:134: Needs porting to Windows
22:16:35 [2021-06-24T22:16:35.381Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestReadSymlinkedDirectoryToFile
22:16:35 [2021-06-24T22:16:35.381Z]     fileutils_test.go:180: Needs porting to Windows
22:16:35 [2021-06-24T22:16:35.381Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestWildcardMatches
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestWildcardMatches (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestPatternMatches
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestPatternMatches (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestExclusionPatternMatchesPatternBefore
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestPatternMatchesFolderExclusions
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestPatternMatchesFolderWildcardExclusions
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestExclusionPatternMatchesPatternAfter
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestExclusionPatternMatchesWholeDirectory
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestSingleExclamationError
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestSingleExclamationError (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestMatchesWithNoPatterns
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestMatchesWithMalformedPatterns
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestMatches
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestMatches (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatterns
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatterns (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatternsStripEmptyPatterns
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatternsExceptionFlag
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCleanPatternsErrorSingleException
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCreateIfNotExistsDir
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestCreateIfNotExistsFile
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] === RUN   TestMatch
22:16:35 [2021-06-24T22:16:35.381Z] --- PASS: TestMatch (0.00s)
22:16:35 [2021-06-24T22:16:35.381Z] PASS
22:16:35 [2021-06-24T22:16:35.381Z] coverage: 85.2% of statements
22:16:35 [2021-06-24T22:16:35.381Z] ok  	github.com/docker/docker/pkg/fileutils	0.233s	coverage: 85.2% of statements
22:16:35 [2021-06-24T22:16:35.842Z] --- PASS: TestNetworkDBWatch (3.02s)
22:16:35 [2021-06-24T22:16:35.842Z] === RUN   TestNetworkDBBulkSync
22:16:36 [2021-06-24T22:16:36.304Z] === RUN   TestGet
22:16:36 [2021-06-24T22:16:36.304Z] --- PASS: TestGet (0.00s)
22:16:36 [2021-06-24T22:16:36.304Z] === RUN   TestGetShortcutString
22:16:36 [2021-06-24T22:16:36.304Z] --- PASS: TestGetShortcutString (0.00s)
22:16:36 [2021-06-24T22:16:36.304Z] PASS
22:16:36 [2021-06-24T22:16:36.304Z] coverage: 42.9% of statements
22:16:36 [2021-06-24T22:16:36.304Z] ok  	github.com/docker/docker/pkg/homedir	0.116s	coverage: 42.9% of statements
22:16:37 [2021-06-24T22:16:37.276Z] 2021/06/24 22:16:36 Closing DB instances...
22:16:37 [2021-06-24T22:16:37.276Z] === RUN   TestCreateIDMapOrder
22:16:37 [2021-06-24T22:16:37.276Z] --- PASS: TestCreateIDMapOrder (0.00s)
22:16:37 [2021-06-24T22:16:37.276Z] PASS
22:16:37 [2021-06-24T22:16:37.276Z] coverage: 7.2% of statements
22:16:37 [2021-06-24T22:16:37.276Z] ok  	github.com/docker/docker/pkg/idtools	0.164s	coverage: 7.2% of statements
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestFixedBufferCap
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestFixedBufferCap (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestFixedBufferLen
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestFixedBufferLen (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestFixedBufferString
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestFixedBufferString (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestFixedBufferWrite
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestFixedBufferWrite (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestFixedBufferRead
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestFixedBufferRead (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestBytesPipeRead
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestBytesPipeRead (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestBytesPipeWrite
22:16:38 [2021-06-24T22:16:38.251Z] --- PASS: TestBytesPipeWrite (0.00s)
22:16:38 [2021-06-24T22:16:38.251Z] === RUN   TestBytesPipeWriteRandomChunks
22:16:38 [2021-06-24T22:16:38.427Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestAtomicWriteToFile
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestAtomicWriteToFile (0.01s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestAtomicWriteSetCommit
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestAtomicWriteSetCancel
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestNetworkDBBulkSync (3.02s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestNetworkDBCRUDMediumCluster
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestReadCloserWrapperClose
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestReadCloserWrapperClose (0.00s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestReaderErrWrapperReadOnError
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestReaderErrWrapperRead
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestReaderErrWrapperRead (0.00s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestHashData
22:16:38 [2021-06-24T22:16:38.712Z] --- PASS: TestHashData (0.00s)
22:16:38 [2021-06-24T22:16:38.712Z] === RUN   TestCancelReadCloser
22:16:39 [2021-06-24T22:16:39.173Z] --- PASS: TestCancelReadCloser (0.10s)
22:16:39 [2021-06-24T22:16:39.173Z] === RUN   TestWriteCloserWrapperClose
22:16:39 [2021-06-24T22:16:39.173Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
22:16:39 [2021-06-24T22:16:39.173Z] === RUN   TestNopWriteCloser
22:16:39 [2021-06-24T22:16:39.173Z] --- PASS: TestNopWriteCloser (0.00s)
22:16:39 [2021-06-24T22:16:39.173Z] === RUN   TestNopWriter
22:16:39 [2021-06-24T22:16:39.173Z] --- PASS: TestNopWriter (0.00s)
22:16:39 [2021-06-24T22:16:39.173Z] === RUN   TestWriteCounter
22:16:39 [2021-06-24T22:16:39.173Z] --- PASS: TestWriteCounter (0.00s)
22:16:39 [2021-06-24T22:16:39.173Z] PASS
22:16:39 [2021-06-24T22:16:39.173Z] coverage: 69.2% of statements
22:16:39 [2021-06-24T22:16:39.173Z] ok  	github.com/docker/docker/pkg/ioutils	0.716s	coverage: 69.2% of statements
22:16:39 [2021-06-24T22:16:39.364Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestGetAddress (21.99s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestRequestSyntaxCheck
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestRequestSyntaxCheck (0.02s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestRequest
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestError
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestError (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/no_progress
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/progress_1
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/some_progress_with_a_start_time
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/some_progress_without_a_start_time
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/with_units
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestProgressString/hide_counts
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestProgressString (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/no_progress (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/progress_1 (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/with_units (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z]     --- PASS: TestProgressString/hide_counts (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestJSONMessageDisplay
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestJSONMessageDisplay (0.13s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestJSONMessageDisplayWithJSONError
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
22:16:40 [2021-06-24T22:16:40.146Z] === RUN   TestDisplayJSONMessagesStream
22:16:40 [2021-06-24T22:16:40.146Z] --- PASS: TestDisplayJSONMessagesStream (0.02s)
22:16:40 [2021-06-24T22:16:40.146Z] PASS
22:16:40 [2021-06-24T22:16:40.146Z] coverage: 91.7% of statements
22:16:40 [2021-06-24T22:16:40.146Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.377s	coverage: 91.7% of statements
22:16:40 [2021-06-24T22:16:40.167Z] Loaded image: buildpack-deps:buster
22:16:40 [2021-06-24T22:16:40.167Z] Loaded image: busybox:latest
22:16:40 [2021-06-24T22:16:40.167Z] Loaded image: busybox:glibc
22:16:40 [2021-06-24T22:16:40.301Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:16:40 [2021-06-24T22:16:40.608Z] === RUN   TestStandardLongPath
22:16:40 [2021-06-24T22:16:40.608Z] --- PASS: TestStandardLongPath (0.00s)
22:16:40 [2021-06-24T22:16:40.608Z] === RUN   TestUNCLongPath
22:16:40 [2021-06-24T22:16:40.608Z] --- PASS: TestUNCLongPath (0.00s)
22:16:40 [2021-06-24T22:16:40.608Z] PASS
22:16:40 [2021-06-24T22:16:40.608Z] coverage: 100.0% of statements
22:16:40 [2021-06-24T22:16:40.608Z] ok  	github.com/docker/docker/pkg/longpath	0.122s	coverage: 100.0% of statements
22:16:41 [2021-06-24T22:16:41.238Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:16:41 [2021-06-24T22:16:41.581Z] === RUN   TestNameFormat
22:16:41 [2021-06-24T22:16:41.581Z] --- PASS: TestNameFormat (0.00s)
22:16:41 [2021-06-24T22:16:41.581Z] === RUN   TestNameRetries
22:16:41 [2021-06-24T22:16:41.581Z] --- PASS: TestNameRetries (0.00s)
22:16:41 [2021-06-24T22:16:41.581Z] PASS
22:16:41 [2021-06-24T22:16:41.581Z] coverage: 85.7% of statements
22:16:41 [2021-06-24T22:16:41.581Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.176s	coverage: 85.7% of statements
22:16:42 [2021-06-24T22:16:42.044Z] 2021/06/24 22:16:41 Closing DB instances...
22:16:42 [2021-06-24T22:16:42.044Z] === RUN   TestParseKeyValueOpt
22:16:42 [2021-06-24T22:16:42.044Z] --- PASS: TestParseKeyValueOpt (0.00s)
22:16:42 [2021-06-24T22:16:42.044Z] === RUN   TestParseUintList
22:16:42 [2021-06-24T22:16:42.044Z] --- PASS: TestParseUintList (0.00s)
22:16:42 [2021-06-24T22:16:42.044Z] === RUN   TestParseUintListMaximumLimits
22:16:42 [2021-06-24T22:16:42.044Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
22:16:42 [2021-06-24T22:16:42.044Z] PASS
22:16:42 [2021-06-24T22:16:42.044Z] coverage: 97.0% of statements
22:16:42 [2021-06-24T22:16:42.044Z] ok  	github.com/docker/docker/pkg/parsers	0.129s	coverage: 97.0% of statements
22:16:42 [2021-06-24T22:16:42.175Z] --- PASS: TestBuildMultiStageCopy (7.05s)
22:16:42 [2021-06-24T22:16:42.175Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.05s)
22:16:42 [2021-06-24T22:16:42.175Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
22:16:42 [2021-06-24T22:16:42.175Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
22:16:42 [2021-06-24T22:16:42.175Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
22:16:42 [2021-06-24T22:16:42.175Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
22:16:42 [2021-06-24T22:16:42.175Z] === RUN   TestBuildMultiStageParentConfig
22:16:42 [2021-06-24T22:16:42.714Z] Loaded image: debian:bullseye
22:16:42 [2021-06-24T22:16:42.714Z] Loaded image: hello-world:latest
22:16:43 [2021-06-24T22:16:43.017Z] === RUN   TestNewAndRemove
22:16:43 [2021-06-24T22:16:43.017Z] --- PASS: TestNewAndRemove (0.00s)
22:16:43 [2021-06-24T22:16:43.017Z] === RUN   TestRemoveInvalidPath
22:16:43 [2021-06-24T22:16:43.017Z] --- PASS: TestRemoveInvalidPath (0.00s)
22:16:43 [2021-06-24T22:16:43.017Z] PASS
22:16:43 [2021-06-24T22:16:43.017Z] coverage: 82.6% of statements
22:16:43 [2021-06-24T22:16:43.017Z] ok  	github.com/docker/docker/pkg/pidfile	0.113s	coverage: 82.6% of statements
22:16:43 [2021-06-24T22:16:43.289Z] Loaded image: arm32v7/hello-world:latest
22:16:43 [2021-06-24T22:16:43.289Z] INFO: Testing against a local daemon
22:16:43 [2021-06-24T22:16:43.289Z] === RUN   TestCgroupNamespacesBuild
22:16:43 [2021-06-24T22:16:43.991Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.05s)
22:16:43 [2021-06-24T22:16:43.992Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestFailedConnection
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParseEmptyInterface
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParseEmptyInterface (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParseNonInterfaceType
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParseNonInterfaceType (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParseWithOneFunction
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParseWithOneFunction (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParseWithMultipleFuncs
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParseWithUnnamedReturn
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestEmbeddedInterface
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestEmbeddedInterface (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestParsedImports
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestParsedImports (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] === RUN   TestAliasedImports
22:16:44 [2021-06-24T22:16:44.455Z] --- PASS: TestAliasedImports (0.00s)
22:16:44 [2021-06-24T22:16:44.455Z] PASS
22:16:44 [2021-06-24T22:16:44.455Z] coverage: 56.8% of statements
22:16:44 [2021-06-24T22:16:44.455Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.404s	coverage: 56.8% of statements
22:16:45 [2021-06-24T22:16:45.202Z] --- PASS: TestCgroupNamespacesBuild (1.94s)
22:16:45 [2021-06-24T22:16:45.202Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:16:45 [2021-06-24T22:16:45.432Z] === RUN   TestHTTPTransport
22:16:45 [2021-06-24T22:16:45.432Z] --- PASS: TestHTTPTransport (0.00s)
22:16:45 [2021-06-24T22:16:45.432Z] PASS
22:16:45 [2021-06-24T22:16:45.432Z] coverage: 85.7% of statements
22:16:45 [2021-06-24T22:16:45.432Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.228s	coverage: 85.7% of statements
22:16:45 [2021-06-24T22:16:45.894Z] 2021/06/24 22:16:45 Closing DB instances...
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestBufioReaderPoolPutAndGet
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestBufioWriterPoolPutAndGet
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestBufferPoolPutAndGet
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
22:16:46 [2021-06-24T22:16:46.359Z] PASS
22:16:46 [2021-06-24T22:16:46.359Z] coverage: 88.2% of statements
22:16:46 [2021-06-24T22:16:46.359Z] ok  	github.com/docker/docker/pkg/pools	0.126s	coverage: 88.2% of statements
22:16:46 [2021-06-24T22:16:46.359Z] --- PASS: TestFailedConnection (2.01s)
22:16:46 [2021-06-24T22:16:46.359Z] === RUN   TestFailOnce
22:16:46 [2021-06-24T22:16:46.359Z] 2021/06/24 22:16:46 http: panic serving 127.0.0.1:49311: Plugin not ready
22:16:46 [2021-06-24T22:16:46.359Z] goroutine 18 [running]:
22:16:46 [2021-06-24T22:16:46.359Z] net/http.(*conn).serve.func1(0xc0000a6000)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:1824 +0x153
22:16:46 [2021-06-24T22:16:46.359Z] panic(0x11a5160, 0x12bc1d0)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/runtime/panic.go:971 +0x49a
22:16:46 [2021-06-24T22:16:46.359Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x12cc890, 0xc00021a000, 0xc0000b4000)
22:16:46 [2021-06-24T22:16:46.359Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
22:16:46 [2021-06-24T22:16:46.359Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0x12cc890, 0xc00021a000, 0xc0000b4000)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:2069 +0x4b
22:16:46 [2021-06-24T22:16:46.359Z] net/http.(*ServeMux).ServeHTTP(0xc00004e900, 0x12cc890, 0xc00021a000, 0xc0000b4000)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:2448 +0x1b7
22:16:46 [2021-06-24T22:16:46.359Z] net/http.serverHandler.ServeHTTP(0xc000160000, 0x12cc890, 0xc00021a000, 0xc0000b4000)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:2887 +0xaa
22:16:46 [2021-06-24T22:16:46.359Z] net/http.(*conn).serve(0xc0000a6000, 0x12cd480, 0xc000090040)
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:1952 +0x8cd
22:16:46 [2021-06-24T22:16:46.359Z] created by net/http.(*Server).Serve
22:16:46 [2021-06-24T22:16:46.359Z] 	c:/go/src/net/http/server.go:3013 +0x3b8
22:16:46 [2021-06-24T22:16:46.359Z] time="2021-06-24T22:16:46Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49310/Test.FailOnce: Post \"http://127.0.0.1:49310/Test.FailOnce\": EOF, retrying in 1s"
22:16:46 [2021-06-24T22:16:46.588Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.50s)
22:16:46 [2021-06-24T22:16:46.588Z] === RUN   TestBuildWithSession
22:16:46 [2021-06-24T22:16:46.588Z]     build_session_test.go:25: TODO: BuildKit
22:16:46 [2021-06-24T22:16:46.588Z] --- SKIP: TestBuildWithSession (0.00s)
22:16:46 [2021-06-24T22:16:46.588Z] === RUN   TestBuildSquashParent
22:16:46 [2021-06-24T22:16:46.828Z] === RUN   TestOutputOnPrematureClose
22:16:46 [2021-06-24T22:16:46.828Z] --- PASS: TestOutputOnPrematureClose (0.00s)
22:16:46 [2021-06-24T22:16:46.828Z] === RUN   TestCompleteSilently
22:16:46 [2021-06-24T22:16:46.828Z] --- PASS: TestCompleteSilently (0.00s)
22:16:46 [2021-06-24T22:16:46.828Z] PASS
22:16:46 [2021-06-24T22:16:46.828Z] coverage: 75.9% of statements
22:16:46 [2021-06-24T22:16:46.828Z] ok  	github.com/docker/docker/pkg/progress	0.089s	coverage: 75.9% of statements
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.21s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestNetworkDBGarbageCollection
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestSendToOneSub
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestSendToOneSub (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestSendToMultipleSubs
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestSendToMultipleSubs (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestEvictOneSub
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestEvictOneSub (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestClosePublisher
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestClosePublisher (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestPubSubRace
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestRequest (7.54s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestOverlappingRequests
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestFailOnce (1.14s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestEchoInputOutput
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestEchoInputOutput (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestBackoff
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestBackoff (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestAbortRetry
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestAbortRetry (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestClientScheme
22:16:47 [2021-06-24T22:16:47.292Z] --- PASS: TestClientScheme (0.00s)
22:16:47 [2021-06-24T22:16:47.292Z] === RUN   TestNewClientWithTimeout
22:16:47 [2021-06-24T22:16:47.452Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
22:16:47 [2021-06-24T22:16:47.453Z] === RUN   TestBuildLabelWithTargets
22:16:47 [2021-06-24T22:16:47.759Z] --- PASS: TestOverlappingRequests (0.33s)
22:16:47 [2021-06-24T22:16:47.759Z] === RUN   TestRelease
22:16:48 [2021-06-24T22:16:48.223Z] time="2021-06-24T22:16:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
22:16:48 [2021-06-24T22:16:48.223Z] --- PASS: TestPubSubRace (1.04s)
22:16:48 [2021-06-24T22:16:48.223Z] PASS
22:16:48 [2021-06-24T22:16:48.223Z] coverage: 75.0% of statements
22:16:48 [2021-06-24T22:16:48.223Z] ok  	github.com/docker/docker/pkg/pubsub	1.141s	coverage: 75.0% of statements
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner/unused/goanalysis] analyzers took 32.910157266s with top 10 stages: buildssa: 28.016352882s, U1000: 4.893804384s 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] Issues before processing: 2885, after processing: 0 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1921/2310, filename_unadjuster: 2310/2310, exclude-rules: 78/1921, nolint: 0/78, identifier_marker: 1921/1921, skip_files: 2310/2310, skip_dirs: 2310/2310, cgo: 2310/2885, exclude: 1921/1921, path_prettifier: 2310/2310 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] processing took 128.50134ms with stages: nolint: 41.935749ms, identifier_marker: 33.567249ms, path_prettifier: 22.744546ms, cgo: 10.395578ms, autogenerated_exclude: 7.867271ms, exclude-rules: 6.471525ms, skip_dirs: 5.188136ms, filename_unadjuster: 324.505µs, max_same_issues: 2.162µs, source_code: 778ns, uniq_by_line: 733ns, diff: 643ns, skip_files: 593ns, path_shortener: 576ns, max_from_linter: 522ns, exclude: 485ns, max_per_file_from_linter: 289ns 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] linters took 1m47.503637916s with stages: goanalysis_metalinter: 1m23.905630888s, unused: 23.469174054s 
22:16:48 [2021-06-24T22:16:48.291Z] INFO File cache stats: 1700 entries of total size 8.6MiB 
22:16:48 [2021-06-24T22:16:48.291Z] INFO Memory: 2454 samples, avg is 478.7MB, max is 4037.2MB 
22:16:48 [2021-06-24T22:16:48.291Z] INFO Execution took 4m5.257372573s                
22:16:48 [2021-06-24T22:16:48.291Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
22:16:48 [2021-06-24T22:16:48.625Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/make.sh dynbinary test-docker-py
22:16:48 [2021-06-24T22:16:48.686Z] === RUN   TestRegister
22:16:48 [2021-06-24T22:16:48.686Z] --- PASS: TestRegister (0.00s)
22:16:48 [2021-06-24T22:16:48.686Z] === RUN   TestCommand
22:16:48 [2021-06-24T22:16:48.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
22:16:48 [2021-06-24T22:16:48.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
22:16:49 [2021-06-24T22:16:49.150Z] --- PASS: TestCommand (0.02s)
22:16:49 [2021-06-24T22:16:49.150Z] === RUN   TestNaiveSelf
22:16:49 [2021-06-24T22:16:49.150Z] --- PASS: TestNaiveSelf (0.03s)
22:16:49 [2021-06-24T22:16:49.150Z] PASS
22:16:49 [2021-06-24T22:16:49.150Z] coverage: 82.4% of statements
22:16:49 [2021-06-24T22:16:49.150Z] ok  	github.com/docker/docker/pkg/reexec	0.182s	coverage: 82.4% of statements
22:16:49 [2021-06-24T22:16:49.150Z] --- PASS: TestRelease (1.38s)
22:16:49 [2021-06-24T22:16:49.150Z] === RUN   TestAllocateRandomDeallocate
22:16:49 [2021-06-24T22:16:49.187Z] 
22:16:49 [2021-06-24T22:16:49.187Z] Removing bundles/
22:16:49 [2021-06-24T22:16:49.187Z] 
22:16:49 [2021-06-24T22:16:49.187Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
22:16:49 [2021-06-24T22:16:49.187Z] Building: bundles/dynbinary-daemon/dockerd-dev
22:16:49 [2021-06-24T22:16:49.187Z] GOOS="" GOARCH="" GOARM=""
22:16:49 [2021-06-24T22:16:49.613Z] time="2021-06-24T22:16:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
22:16:49 [2021-06-24T22:16:49.613Z] === RUN   TestParseSignal
22:16:49 [2021-06-24T22:16:49.613Z] --- PASS: TestParseSignal (0.00s)
22:16:49 [2021-06-24T22:16:49.613Z] === RUN   TestValidSignalForPlatform
22:16:49 [2021-06-24T22:16:49.613Z] --- PASS: TestValidSignalForPlatform (0.00s)
22:16:49 [2021-06-24T22:16:49.613Z] PASS
22:16:49 [2021-06-24T22:16:49.613Z] coverage: 19.7% of statements
22:16:49 [2021-06-24T22:16:49.613Z] ok  	github.com/docker/docker/pkg/signal	0.154s	coverage: 19.7% of statements
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestNewStdWriter
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestNewStdWriter (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestWriteWithUninitializedStdWriter
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestWriteWithNilBytes
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestWriteWithNilBytes (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestWrite
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestWrite (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestWriteWithWriterError
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestWriteWithWriterError (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyWriteAndRead
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyReturnsErrorReadingHeader
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyReturnsErrorReadingFrame
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyDetectsCorruptedFrame
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyWithInvalidInputHeader
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyWithCorruptedPrefix
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyReturnsWriteErrors
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] === RUN   TestStdCopyReturnsErrorFromSystem
22:16:50 [2021-06-24T22:16:50.593Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
22:16:50 [2021-06-24T22:16:50.593Z] PASS
22:16:50 [2021-06-24T22:16:50.593Z] coverage: 100.0% of statements
22:16:50 [2021-06-24T22:16:50.593Z] ok  	github.com/docker/docker/pkg/stdcopy	0.116s	coverage: 100.0% of statements
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestRawProgressFormatterFormatStatus
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestRawProgressFormatterFormatProgress
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestFormatStatus
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestFormatStatus (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestFormatError
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestFormatError (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestFormatJSONError
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestFormatJSONError (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestJsonProgressFormatterFormatProgress
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestJsonProgressFormatterFormatStatus
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestNewJSONProgressOutput
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestNewJSONProgressOutput (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestAuxFormatterEmit
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestAuxFormatterEmit (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestStreamWriterStdout
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestStreamWriterStdout (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] === RUN   TestStreamWriterStderr
22:16:51 [2021-06-24T22:16:51.056Z] --- PASS: TestStreamWriterStderr (0.00s)
22:16:51 [2021-06-24T22:16:51.056Z] PASS
22:16:51 [2021-06-24T22:16:51.056Z] coverage: 66.2% of statements
22:16:51 [2021-06-24T22:16:51.056Z] ok  	github.com/docker/docker/pkg/streamformatter	0.139s	coverage: 66.2% of statements
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestGenerateRandomID
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestGenerateRandomID (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestShortenId
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestShortenId (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestShortenSha256Id
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestShortenSha256Id (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestShortenIdEmpty
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestShortenIdEmpty (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestShortenIdInvalid
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestShortenIdInvalid (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestIsShortIDNonHex
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestIsShortIDNonHex (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] === RUN   TestIsShortIDNotCorrectSize
22:16:51 [2021-06-24T22:16:51.519Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
22:16:51 [2021-06-24T22:16:51.519Z] PASS
22:16:51 [2021-06-24T22:16:51.519Z] coverage: 70.6% of statements
22:16:51 [2021-06-24T22:16:51.519Z] ok  	github.com/docker/docker/pkg/stringid	0.096s	coverage: 70.6% of statements
22:16:51 [2021-06-24T22:16:51.983Z] time="2021-06-24T22:16:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
22:16:52 [2021-06-24T22:16:52.447Z] === RUN   TestIsCpusetListAvailable
22:16:52 [2021-06-24T22:16:52.447Z] --- PASS: TestIsCpusetListAvailable (0.00s)
22:16:52 [2021-06-24T22:16:52.447Z] PASS
22:16:52 [2021-06-24T22:16:52.447Z] coverage: 38.2% of statements
22:16:52 [2021-06-24T22:16:52.447Z] ok  	github.com/docker/docker/pkg/sysinfo	0.116s	coverage: 38.2% of statements
22:16:52 [2021-06-24T22:16:52.911Z] --- PASS: TestAllocateRandomDeallocate (3.83s)
22:16:52 [2021-06-24T22:16:52.911Z] === RUN   TestRetrieveFromStore
22:16:53 [2021-06-24T22:16:53.167Z] --- PASS: TestBuildSquashParent (6.16s)
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:53 [2021-06-24T22:16:53.167Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:53 [2021-06-24T22:16:53.167Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:53 [2021-06-24T22:16:53.167Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.167Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestChtimes
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestChtimes (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestChtimesWindows
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestChtimesWindows (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestEnsureRemoveAllNotExist
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestEnsureRemoveAllWithDir
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestEnsureRemoveAllWithFile
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] === RUN   TestHasWin32KSupport
22:16:53 [2021-06-24T22:16:53.889Z]     syscall_windows_test.go:8: win32k: true
22:16:53 [2021-06-24T22:16:53.889Z] --- PASS: TestHasWin32KSupport (0.00s)
22:16:53 [2021-06-24T22:16:53.889Z] PASS
22:16:53 [2021-06-24T22:16:53.889Z] coverage: 12.9% of statements
22:16:53 [2021-06-24T22:16:53.889Z] ok  	github.com/docker/docker/pkg/system	0.111s	coverage: 12.9% of statements
22:16:54 [2021-06-24T22:16:54.354Z] --- PASS: TestRetrieveFromStore (1.31s)
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestRequestReleaseAddressDuplicate
22:16:54 [2021-06-24T22:16:54.354Z] --- PASS: TestRequestReleaseAddressDuplicate (0.03s)
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestParallelPredefinedRequest1
22:16:54 [2021-06-24T22:16:54.354Z] === PAUSE TestParallelPredefinedRequest1
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestParallelPredefinedRequest2
22:16:54 [2021-06-24T22:16:54.354Z] === PAUSE TestParallelPredefinedRequest2
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestParallelPredefinedRequest3
22:16:54 [2021-06-24T22:16:54.354Z] === PAUSE TestParallelPredefinedRequest3
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestParallelPredefinedRequest4
22:16:54 [2021-06-24T22:16:54.354Z] === PAUSE TestParallelPredefinedRequest4
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestParallelPredefinedRequest5
22:16:54 [2021-06-24T22:16:54.354Z] === PAUSE TestParallelPredefinedRequest5
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestDebug
22:16:54 [2021-06-24T22:16:54.354Z] --- PASS: TestDebug (0.00s)
22:16:54 [2021-06-24T22:16:54.354Z] === RUN   TestRequestPoolParallel
22:16:54 [2021-06-24T22:16:54.496Z] 2021/06/24 22:16:53 Closing DB instances...
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestTailFile
22:16:54 [2021-06-24T22:16:54.857Z] --- PASS: TestTailFile (0.00s)
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestTailFileManyLines
22:16:54 [2021-06-24T22:16:54.857Z] --- PASS: TestTailFileManyLines (0.00s)
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestTailEmptyFile
22:16:54 [2021-06-24T22:16:54.857Z] --- PASS: TestTailEmptyFile (0.00s)
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestTailNegativeN
22:16:54 [2021-06-24T22:16:54.857Z] --- PASS: TestTailNegativeN (0.00s)
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/single_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/single_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line#01
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line#02
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/no_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/12_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/8_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/4_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.857Z] === CONT  TestNewTailReader/2_byte_delimiter
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.857Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/single_byte_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.858Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.858Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.859Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.859Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.860Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.860Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.861Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
22:16:54 [2021-06-24T22:16:54.862Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.079Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:16:55 [2021-06-24T22:16:55.326Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
22:16:55 [2021-06-24T22:16:55.326Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.326Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
22:16:55 [2021-06-24T22:16:55.326Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
22:16:55 [2021-06-24T22:16:55.327Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
22:16:55 [2021-06-24T22:16:55.327Z] --- PASS: TestNewTailReader (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.327Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.328Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.329Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
22:16:55 [2021-06-24T22:16:55.330Z] PASS
22:16:55 [2021-06-24T22:16:55.330Z] coverage: 88.6% of statements
22:16:55 [2021-06-24T22:16:55.330Z] ok  	github.com/docker/docker/pkg/tailfile	0.269s	coverage: 88.6% of statements
22:16:55 [2021-06-24T22:16:55.330Z] --- PASS: TestRequestPoolParallel (0.66s)
22:16:55 [2021-06-24T22:16:55.330Z] === RUN   TestFullAllocateRelease
22:16:55 [2021-06-24T22:16:55.330Z] --- PASS: TestFullAllocateRelease (0.46s)
22:16:55 [2021-06-24T22:16:55.330Z] === RUN   TestOddAllocateRelease
22:16:55 [2021-06-24T22:16:55.340Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:16:55 [2021-06-24T22:16:55.464Z] --- PASS: TestNetworkDBGarbageCollection (53.62s)
22:16:55 [2021-06-24T22:16:55.464Z] === RUN   TestFindNode
22:16:55 [2021-06-24T22:16:55.464Z] 2021/06/24 22:16:55 Closing DB instances...
22:16:55 [2021-06-24T22:16:55.464Z] --- PASS: TestFindNode (0.01s)
22:16:55 [2021-06-24T22:16:55.464Z] === RUN   TestChangeNodeState
22:16:55 [2021-06-24T22:16:55.464Z] 2021/06/24 22:16:55 Closing DB instances...
22:16:55 [2021-06-24T22:16:55.464Z] --- PASS: TestChangeNodeState (0.01s)
22:16:55 [2021-06-24T22:16:55.464Z] === RUN   TestNodeReincarnation
22:16:55 [2021-06-24T22:16:55.464Z] 2021/06/24 22:16:55 Closing DB instances...
22:16:55 [2021-06-24T22:16:55.575Z] --- PASS: TestBuildLabelWithTargets (8.00s)
22:16:55 [2021-06-24T22:16:55.575Z] === RUN   TestBuildWithEmptyLayers
22:16:55 [2021-06-24T22:16:55.793Z] --- PASS: TestOddAllocateRelease (0.23s)
22:16:55 [2021-06-24T22:16:55.793Z] === RUN   TestFullAllocateSerialReleaseParallel
22:16:55 [2021-06-24T22:16:55.793Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.09s)
22:16:55 [2021-06-24T22:16:55.793Z] === RUN   TestOddAllocateSerialReleaseParallel
22:16:55 [2021-06-24T22:16:55.793Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s)
22:16:55 [2021-06-24T22:16:55.793Z] === RUN   TestEvenAllocateSerialReleaseParallel
22:16:55 [2021-06-24T22:16:55.793Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s)
22:16:55 [2021-06-24T22:16:55.793Z] === CONT  TestParallelPredefinedRequest1
22:16:55 [2021-06-24T22:16:55.793Z] === CONT  TestParallelPredefinedRequest4
22:16:55 [2021-06-24T22:16:55.793Z] === CONT  TestParallelPredefinedRequest1
22:16:55 [2021-06-24T22:16:55.794Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:55 [2021-06-24T22:16:55.794Z] === CONT  TestParallelPredefinedRequest3
22:16:55 [2021-06-24T22:16:55.794Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:55 [2021-06-24T22:16:55.794Z] === CONT  TestParallelPredefinedRequest4
22:16:55 [2021-06-24T22:16:55.794Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:55 [2021-06-24T22:16:55.794Z] === CONT  TestParallelPredefinedRequest2
22:16:55 [2021-06-24T22:16:55.794Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:55 [2021-06-24T22:16:55.794Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] === CONT  TestParallelPredefinedRequest5
22:16:55 [2021-06-24T22:16:55.794Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] === CONT  TestParallelPredefinedRequest5
22:16:55 [2021-06-24T22:16:55.794Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:16:55 [2021-06-24T22:16:55.794Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] PASS
22:16:55 [2021-06-24T22:16:55.794Z] coverage: 85.3% of statements
22:16:55 [2021-06-24T22:16:55.794Z] ok  	github.com/docker/docker/libnetwork/ipam	47.902s	coverage: 85.3% of statements
22:16:55 [2021-06-24T22:16:55.794Z] === RUN   TestTarSumRemoveNonExistent
22:16:55 [2021-06-24T22:16:55.794Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
22:16:55 [2021-06-24T22:16:55.794Z] === RUN   TestTarSumRemove
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestTarSumRemove (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestSortFileInfoSums
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestSortFileInfoSums (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestNewTarSumForLabelInvalid
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestNewTarSumForLabel
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestNewTarSumForLabel (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestEmptyTar
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestEmptyTar (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestTarSumsReadSize
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestTarSumsReadSize (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestTarSums
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestTarSums (0.06s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestIteration
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestIteration (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestVersionLabelForChecksum
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestVersionLabelForChecksum (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestVersion
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestVersion (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestGetVersion
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestGetVersion (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] === RUN   TestGetVersions
22:16:56 [2021-06-24T22:16:56.257Z] --- PASS: TestGetVersions (0.00s)
22:16:56 [2021-06-24T22:16:56.257Z] PASS
22:16:56 [2021-06-24T22:16:56.257Z] coverage: 89.3% of statements
22:16:56 [2021-06-24T22:16:56.257Z] ok  	github.com/docker/docker/pkg/tarsum	0.229s	coverage: 89.3% of statements
22:16:56 [2021-06-24T22:16:56.722Z] time="2021-06-24T22:16:56Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49317/Test.Echo: Post \"http://127.0.0.1:49317/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
22:16:56 [2021-06-24T22:16:56.722Z] testing: warning: no tests to run
22:16:56 [2021-06-24T22:16:56.722Z] PASS
22:16:56 [2021-06-24T22:16:56.722Z] coverage: [no statements]
22:16:56 [2021-06-24T22:16:56.722Z] ok  	github.com/docker/docker/pkg/term/windows	0.131s	coverage: [no statements] [no tests to run]
22:16:57 [2021-06-24T22:16:57.252Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:16:57 [2021-06-24T22:16:57.699Z] === RUN   TestTruncIndex
22:16:57 [2021-06-24T22:16:57.699Z] --- PASS: TestTruncIndex (0.10s)
22:16:57 [2021-06-24T22:16:57.699Z] PASS
22:16:57 [2021-06-24T22:16:57.699Z] coverage: 91.5% of statements
22:16:57 [2021-06-24T22:16:57.699Z] ok  	github.com/docker/docker/pkg/truncindex	0.258s	coverage: 91.5% of statements
22:16:57 [2021-06-24T22:16:57.825Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:16:58 [2021-06-24T22:16:58.154Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
22:16:58 [2021-06-24T22:16:58.154Z] === RUN   TestBuildMultiStageOnBuild
22:16:58 [2021-06-24T22:16:58.163Z] === RUN   TestIsGIT
22:16:58 [2021-06-24T22:16:58.163Z] --- PASS: TestIsGIT (0.00s)
22:16:58 [2021-06-24T22:16:58.163Z] === RUN   TestIsTransport
22:16:58 [2021-06-24T22:16:58.163Z] --- PASS: TestIsTransport (0.00s)
22:16:58 [2021-06-24T22:16:58.163Z] PASS
22:16:58 [2021-06-24T22:16:58.163Z] coverage: 100.0% of statements
22:16:58 [2021-06-24T22:16:58.163Z] ok  	github.com/docker/docker/pkg/urlutil	0.128s	coverage: 100.0% of statements
22:16:58 [2021-06-24T22:16:58.627Z] === RUN   TestVersionInfo
22:16:58 [2021-06-24T22:16:58.627Z] --- PASS: TestVersionInfo (0.00s)
22:16:58 [2021-06-24T22:16:58.627Z] === RUN   TestAppendVersions
22:16:58 [2021-06-24T22:16:58.627Z] --- PASS: TestAppendVersions (0.00s)
22:16:58 [2021-06-24T22:16:58.627Z] PASS
22:16:58 [2021-06-24T22:16:58.627Z] coverage: 88.9% of statements
22:16:58 [2021-06-24T22:16:58.627Z] ok  	github.com/docker/docker/pkg/useragent	0.101s	coverage: 88.9% of statements
22:16:59 [2021-06-24T22:16:59.739Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.23s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.26s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.05s)
22:16:59 [2021-06-24T22:16:59.739Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.01s)
22:16:59 [2021-06-24T22:16:59.739Z] === RUN   TestBuildMultiStageCopy
22:16:59 [2021-06-24T22:16:59.739Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:17:00 [2021-06-24T22:17:00.831Z] === RUN   TestValidatePrivileges
22:17:00 [2021-06-24T22:17:00.831Z] --- PASS: TestValidatePrivileges (0.00s)
22:17:00 [2021-06-24T22:17:00.831Z] === RUN   TestFilterByCapNeg
22:17:00 [2021-06-24T22:17:00.831Z] --- PASS: TestFilterByCapNeg (0.00s)
22:17:00 [2021-06-24T22:17:00.831Z] === RUN   TestFilterByCapPos
22:17:00 [2021-06-24T22:17:00.831Z] --- PASS: TestFilterByCapPos (0.00s)
22:17:00 [2021-06-24T22:17:00.831Z] === RUN   TestStoreGetPluginNotMatchCapRefs
22:17:00 [2021-06-24T22:17:00.831Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
22:17:00 [2021-06-24T22:17:00.831Z] PASS
22:17:00 [2021-06-24T22:17:00.831Z] coverage: 12.0% of statements
22:17:00 [2021-06-24T22:17:00.831Z] ok  	github.com/docker/docker/plugin	0.374s	coverage: 12.0% of statements
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=error msg="failed to send node leave: timed out broadcasting node event"
22:17:01 [2021-06-24T22:17:01.262Z] --- PASS: TestNodeReincarnation (5.01s)
22:17:01 [2021-06-24T22:17:01.262Z] === RUN   TestParallelCreate
22:17:01 [2021-06-24T22:17:01.262Z] 2021/06/24 22:17:00 Closing DB instances...
22:17:01 [2021-06-24T22:17:01.262Z] --- PASS: TestParallelCreate (0.01s)
22:17:01 [2021-06-24T22:17:01.262Z] === RUN   TestParallelDelete
22:17:01 [2021-06-24T22:17:01.262Z] 2021/06/24 22:17:00 Closing DB instances...
22:17:01 [2021-06-24T22:17:01.262Z] --- PASS: TestParallelDelete (0.01s)
22:17:01 [2021-06-24T22:17:01.262Z] === RUN   TestNetworkDBIslands
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:77b6896bdd1b with config:&{NodeID:77b6896bdd1b Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:fb2a1fd45c09 with config:&{NodeID:fb2a1fd45c09 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49359"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49360"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d0c29f19cfb3 with config:&{NodeID:d0c29f19cfb3 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49361"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034"
22:17:01 [2021-06-24T22:17:01.262Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49362"
22:17:01 [2021-06-24T22:17:01.655Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:e29a6d5edf55 with config:&{NodeID:e29a6d5edf55 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49363"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49364"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:17:01 [2021-06-24T22:17:01.721Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:17:01 [2021-06-24T22:17:01.916Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:17:01 [2021-06-24T22:17:01.916Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:17:02 [2021-06-24T22:17:02.177Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:eb94233a82da with config:&{NodeID:eb94233a82da Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49365"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49366"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:01Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.181Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:17:02 [2021-06-24T22:17:02.380Z] === RUN   TestNewSettable
22:17:02 [2021-06-24T22:17:02.380Z] --- PASS: TestNewSettable (0.00s)
22:17:02 [2021-06-24T22:17:02.380Z] === RUN   TestIsSettable
22:17:02 [2021-06-24T22:17:02.380Z] --- PASS: TestIsSettable (0.00s)
22:17:02 [2021-06-24T22:17:02.380Z] === RUN   TestUpdateSettingsEnv
22:17:02 [2021-06-24T22:17:02.380Z] --- PASS: TestUpdateSettingsEnv (0.00s)
22:17:02 [2021-06-24T22:17:02.380Z] PASS
22:17:02 [2021-06-24T22:17:02.380Z] coverage: 20.0% of statements
22:17:02 [2021-06-24T22:17:02.380Z] ok  	github.com/docker/docker/plugin/v2	0.221s	coverage: 20.0% of statements
22:17:02 [2021-06-24T22:17:02.437Z] --- PASS: TestBuildMultiStageCopy (2.74s)
22:17:02 [2021-06-24T22:17:02.437Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.91s)
22:17:02 [2021-06-24T22:17:02.437Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s)
22:17:02 [2021-06-24T22:17:02.437Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
22:17:02 [2021-06-24T22:17:02.437Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s)
22:17:02 [2021-06-24T22:17:02.437Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s)
22:17:02 [2021-06-24T22:17:02.437Z] === RUN   TestBuildMultiStageParentConfig
22:17:02 [2021-06-24T22:17:02.641Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:17:02 [2021-06-24T22:17:02.641Z] time="2021-06-24T22:17:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:17:03 [2021-06-24T22:17:03.008Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
22:17:03 [2021-06-24T22:17:03.008Z] === RUN   TestBuildLabelWithTargets
22:17:03 [2021-06-24T22:17:03.356Z] === RUN   TestLoad
22:17:03 [2021-06-24T22:17:03.356Z] --- PASS: TestLoad (0.00s)
22:17:03 [2021-06-24T22:17:03.356Z] === RUN   TestSave
22:17:03 [2021-06-24T22:17:03.356Z] --- PASS: TestSave (0.03s)
22:17:03 [2021-06-24T22:17:03.356Z] === RUN   TestAddDeleteGet
22:17:03 [2021-06-24T22:17:03.356Z] --- PASS: TestAddDeleteGet (0.03s)
22:17:03 [2021-06-24T22:17:03.356Z] === RUN   TestInvalidTags
22:17:03 [2021-06-24T22:17:03.356Z] --- PASS: TestInvalidTags (0.01s)
22:17:03 [2021-06-24T22:17:03.356Z] PASS
22:17:03 [2021-06-24T22:17:03.356Z] coverage: 84.4% of statements
22:17:03 [2021-06-24T22:17:03.356Z] ok  	github.com/docker/docker/reference	0.226s	coverage: 84.4% of statements
22:17:03 [2021-06-24T22:17:03.484Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
22:17:03 [2021-06-24T22:17:03.484Z] === RUN   TestBuildUncleanTarFilenames
22:17:03 [2021-06-24T22:17:03.744Z] --- PASS: TestBuildUncleanTarFilenames (0.58s)
22:17:03 [2021-06-24T22:17:03.744Z] === RUN   TestBuildMultiStageLayerLeak
22:17:03 [2021-06-24T22:17:03.822Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:17:03 [2021-06-24T22:17:03.822Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:17:03 [2021-06-24T22:17:03.822Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:17:03 [2021-06-24T22:17:03.822Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
22:17:03 [2021-06-24T22:17:03.948Z] --- PASS: TestBuildLabelWithTargets (0.91s)
22:17:03 [2021-06-24T22:17:03.948Z] === RUN   TestBuildWithEmptyLayers
22:17:04 [2021-06-24T22:17:04.518Z] --- PASS: TestBuildWithEmptyLayers (0.42s)
22:17:04 [2021-06-24T22:17:04.518Z] === RUN   TestBuildMultiStageOnBuild
22:17:04 [2021-06-24T22:17:04.817Z]     networkdb_test.go:834: Re-joining: 3
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=info msg="The new bootstrap node list is:[172.17.17.174:10033 172.17.17.174:10034 172.17.17.174:10035]"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10033"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49367"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10034"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49368"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10035"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49369"
22:17:04 [2021-06-24T22:17:04.817Z]     networkdb_test.go:834: Re-joining: 4
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=info msg="The new bootstrap node list is:[172.17.17.174:10033 172.17.17.174:10034 172.17.17.174:10035]"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10033"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49370"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10034"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49371"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10035"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49372"
22:17:04 [2021-06-24T22:17:04.817Z] time="2021-06-24T22:17:04Z" level=info msg="node 0 leaving"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="Node 77b6896bdd1b change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="node2(fb2a1fd45c09): Node leave event for 77b6896bdd1b/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="Node 77b6896bdd1b change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="node3(d0c29f19cfb3): Node leave event for 77b6896bdd1b/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="Node 77b6896bdd1b change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="node4(e29a6d5edf55): Node leave event for 77b6896bdd1b/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="Node 77b6896bdd1b change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="node1(77b6896bdd1b): Node leave event for 77b6896bdd1b/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="Node 77b6896bdd1b change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:04Z" level=info msg="node5(eb94233a82da): Node leave event for 77b6896bdd1b/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:05Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:05Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:05Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:05Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.275Z] time="2021-06-24T22:17:05Z" level=info msg="Node 77b6896bdd1b/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.371Z] --- PASS: TestNewClientWithTimeout (17.61s)
22:17:05 [2021-06-24T22:17:05.371Z] === RUN   TestClientStream
22:17:05 [2021-06-24T22:17:05.371Z] --- PASS: TestClientStream (0.00s)
22:17:05 [2021-06-24T22:17:05.371Z] === RUN   TestClientSendFile
22:17:05 [2021-06-24T22:17:05.371Z] --- PASS: TestClientSendFile (0.00s)
22:17:05 [2021-06-24T22:17:05.371Z] === RUN   TestClientWithRequestTimeout
22:17:05 [2021-06-24T22:17:05.371Z] --- PASS: TestClientWithRequestTimeout (0.00s)
22:17:05 [2021-06-24T22:17:05.371Z] === RUN   TestFileSpecPlugin
22:17:05 [2021-06-24T22:17:05.371Z] --- PASS: TestFileSpecPlugin (0.01s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestFileJSONSpecPlugin
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestPluginAddHandler
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestPluginAddHandler (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestPluginWaitBadPlugin
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestGet
22:17:05 [2021-06-24T22:17:05.372Z] time="2021-06-24T22:17:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestResolveAuthConfigIndexServer
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestResolveAuthConfigFullURL
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestLoadAllowNondistributableArtifacts
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestValidateMirror
22:17:05 [2021-06-24T22:17:05.372Z] --- PASS: TestValidateMirror (0.00s)
22:17:05 [2021-06-24T22:17:05.372Z] === RUN   TestLoadInsecureRegistries
22:17:05 [2021-06-24T22:17:05.372Z] time="2021-06-24T22:17:05Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:17:05 [2021-06-24T22:17:05.372Z] time="2021-06-24T22:17:05Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
22:17:05 [2021-06-24T22:17:05.372Z] time="2021-06-24T22:17:05Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.17.17.174:10037: use of closed network connection"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=warning msg="memberlist: Failed to send gossip to 172.17.17.174:10037: write udp [::]:10033->172.17.17.174:10037: use of closed network connection"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node 1 leaving"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09 change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node3(d0c29f19cfb3): Node leave event for fb2a1fd45c09/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09 change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node5(eb94233a82da): Node leave event for fb2a1fd45c09/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09 change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node4(e29a6d5edf55): Node leave event for fb2a1fd45c09/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09 change state NodeActive --> NodeFailed"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, added to failed nodes list"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=error msg="node: fb2a1fd45c09 is unknown to memberlist"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node fb2a1fd45c09/172.17.17.174, left gossip cluster"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node 2 leaving"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3 change state NodeActive --> NodeLeft"
22:17:05 [2021-06-24T22:17:05.734Z] time="2021-06-24T22:17:05Z" level=info msg="node5(eb94233a82da): Node leave event for d0c29f19cfb3/172.17.17.174"
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestLoadInsecureRegistries (0.11s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestNewServiceConfig
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestNewServiceConfig (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestValidateIndexName
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestValidateIndexName (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestValidateIndexNameWithError
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestValidateIndexNameWithError (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestEndpointParse
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestEndpointParse (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestEndpointParseInvalid
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestEndpointParseInvalid (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestValidateEndpoint
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestValidateEndpoint (0.01s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestPing
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestPing (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestPingRegistryEndpoint
22:17:05 [2021-06-24T22:17:05.835Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:17:05 [2021-06-24T22:17:05.835Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestEndpoint
22:17:05 [2021-06-24T22:17:05.835Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:17:05 [2021-06-24T22:17:05.835Z] --- SKIP: TestEndpoint (0.01s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestParseRepositoryInfo
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestParseRepositoryInfo (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestNewIndexInfo
22:17:05 [2021-06-24T22:17:05.835Z] --- PASS: TestNewIndexInfo (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestMirrorEndpointLookup
22:17:05 [2021-06-24T22:17:05.835Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:17:05 [2021-06-24T22:17:05.835Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
22:17:05 [2021-06-24T22:17:05.835Z] === RUN   TestSearchRepositories
22:17:05 [2021-06-24T22:17:05.835Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
22:17:05 [2021-06-24T22:17:05.835Z]         Host: 127.0.0.1:49335
22:17:05 [2021-06-24T22:17:05.835Z]         User-Agent: docker test client
22:17:05 [2021-06-24T22:17:05.835Z]         Authorization: Token fake-token
22:17:05 [2021-06-24T22:17:05.835Z]         X-Docker-Token: true
22:17:05 [2021-06-24T22:17:05.835Z]         Accept-Encoding: gzip
22:17:05 [2021-06-24T22:17:05.835Z]         
22:17:05 [2021-06-24T22:17:05.835Z]         
22:17:05 [2021-06-24T22:17:05.835Z]     registry_test.go:730: HTTP/1.1 200 OK
22:17:05 [2021-06-24T22:17:05.835Z]         Connection: close
22:17:05 [2021-06-24T22:17:05.835Z]         Content-Length: 144
22:17:05 [2021-06-24T22:17:05.835Z]         Cache-Control: no-cache
22:17:05 [2021-06-24T22:17:05.836Z]         Content-Type: application/json
22:17:05 [2021-06-24T22:17:05.836Z]         Date: Thu, 24 Jun 2021 22:17:05 GMT
22:17:05 [2021-06-24T22:17:05.836Z]         Expires: -1
22:17:05 [2021-06-24T22:17:05.836Z]         Pragma: no-cache
22:17:05 [2021-06-24T22:17:05.836Z]         Server: docker-tests/mock
22:17:05 [2021-06-24T22:17:05.836Z]         X-Docker-Registry-Config: mock
22:17:05 [2021-06-24T22:17:05.836Z]         X-Docker-Registry-Version: 0.0.0
22:17:05 [2021-06-24T22:17:05.836Z]         
22:17:05 [2021-06-24T22:17:05.836Z]         
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestSearchRepositories (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestTrustedLocation
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestTrustedLocation (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestAllowNondistributableArtifacts
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestIsSecureIndex
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestIsSecureIndex (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] PASS
22:17:05 [2021-06-24T22:17:05.836Z] coverage: 51.7% of statements
22:17:05 [2021-06-24T22:17:05.836Z] ok  	github.com/docker/docker/registry	0.486s	coverage: 51.7% of statements
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestHeaderSimpleErrors
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestHeaderTooMuchFailures
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReaderWithReadError
22:17:05 [2021-06-24T22:17:05.836Z] time="2021-06-24T22:17:05Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReader
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReader (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] === RUN   TestResumableRequestReaderWithInitialResponse
22:17:05 [2021-06-24T22:17:05.836Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
22:17:05 [2021-06-24T22:17:05.836Z] PASS
22:17:05 [2021-06-24T22:17:05.836Z] coverage: 100.0% of statements
22:17:05 [2021-06-24T22:17:05.836Z] ok  	github.com/docker/docker/registry/resumable	0.682s	coverage: 100.0% of statements
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3 change state NodeActive --> NodeLeft"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="node4(e29a6d5edf55): Node leave event for d0c29f19cfb3/172.17.17.174"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3 change state NodeActive --> NodeLeft"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="node3(d0c29f19cfb3): Node leave event for d0c29f19cfb3/172.17.17.174"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, left gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, left gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:05Z" level=info msg="Node d0c29f19cfb3/172.17.17.174, left gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z]     networkdb_test.go:866: node4: OK
22:17:06 [2021-06-24T22:17:06.194Z]     networkdb_test.go:866: node5: OK
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="node 0 coming back"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:cce5be078d27 with config:&{NodeID:cce5be078d27 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node cce5be078d27/172.17.17.174, joined gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node cce5be078d27/172.17.17.174, added to nodes list"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="node 1 coming back"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c9c387d3d2a3 with config:&{NodeID:c9c387d3d2a3 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, joined gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, added to nodes list"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="node 2 coming back"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:60545d129b8e with config:&{NodeID:60545d129b8e Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node 60545d129b8e/172.17.17.174, joined gossip cluster"
22:17:06 [2021-06-24T22:17:06.194Z] time="2021-06-24T22:17:06Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to nodes list"
22:17:06 [2021-06-24T22:17:06.305Z] time="2021-06-24T22:17:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
22:17:06 [2021-06-24T22:17:06.305Z] === RUN   TestRestartManagerTimeout
22:17:06 [2021-06-24T22:17:06.305Z] --- PASS: TestRestartManagerTimeout (0.00s)
22:17:06 [2021-06-24T22:17:06.305Z] === RUN   TestRestartManagerTimeoutReset
22:17:06 [2021-06-24T22:17:06.305Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
22:17:06 [2021-06-24T22:17:06.305Z] PASS
22:17:06 [2021-06-24T22:17:06.305Z] coverage: 45.3% of statements
22:17:06 [2021-06-24T22:17:06.305Z] ok  	github.com/docker/docker/restartmanager	0.129s	coverage: 45.3% of statements
22:17:06 [2021-06-24T22:17:06.428Z] --- PASS: TestBuildMultiStageOnBuild (2.14s)
22:17:06 [2021-06-24T22:17:06.429Z] === RUN   TestBuildUncleanTarFilenames
22:17:06 [2021-06-24T22:17:06.768Z] === RUN   TestDecodeContainerConfig
22:17:06 [2021-06-24T22:17:06.768Z] --- PASS: TestDecodeContainerConfig (0.00s)
22:17:06 [2021-06-24T22:17:06.768Z] === RUN   TestDecodeContainerConfigIsolation
22:17:06 [2021-06-24T22:17:06.768Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
22:17:06 [2021-06-24T22:17:06.768Z] === RUN   TestValidatePrivileged
22:17:06 [2021-06-24T22:17:06.768Z] --- PASS: TestValidatePrivileged (0.00s)
22:17:06 [2021-06-24T22:17:06.768Z] PASS
22:17:06 [2021-06-24T22:17:06.768Z] coverage: 52.2% of statements
22:17:06 [2021-06-24T22:17:06.768Z] ok  	github.com/docker/docker/runconfig	0.177s	coverage: 52.2% of statements
22:17:06 [2021-06-24T22:17:06.999Z] --- PASS: TestBuildUncleanTarFilenames (0.58s)
22:17:06 [2021-06-24T22:17:06.999Z] === RUN   TestBuildMultiStageLayerLeak
22:17:07 [2021-06-24T22:17:07.748Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
22:17:07 [2021-06-24T22:17:07.748Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
22:17:07 [2021-06-24T22:17:07.748Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
22:17:07 [2021-06-24T22:17:07.748Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
22:17:07 [2021-06-24T22:17:07.748Z] PASS
22:17:07 [2021-06-24T22:17:07.748Z] coverage: 62.5% of statements
22:17:07 [2021-06-24T22:17:07.748Z] ok  	github.com/docker/docker/testutil	0.290s	coverage: 62.5% of statements
22:17:08 [2021-06-24T22:17:08.224Z] time="2021-06-24T22:17:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
22:17:09 [2021-06-24T22:17:09.021Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s)
22:17:09 [2021-06-24T22:17:09.021Z] === RUN   TestBuildWithHugeFile
22:17:09 [2021-06-24T22:17:09.542Z] --- PASS: TestBuildMultiStageLayerLeak (2.15s)
22:17:09 [2021-06-24T22:17:09.543Z] === RUN   TestBuildWithHugeFile
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestGetDriver
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestGetDriver (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestVolumeRequestError
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestVolumeRequestError (0.01s)
22:17:11 [2021-06-24T22:17:11.157Z] PASS
22:17:11 [2021-06-24T22:17:11.157Z] coverage: 36.1% of statements
22:17:11 [2021-06-24T22:17:11.157Z] ok  	github.com/docker/docker/volume/drivers	0.303s	coverage: 36.1% of statements
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestGetAddress
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestGetAddress (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestRemove
22:17:11 [2021-06-24T22:17:11.157Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:17:11 [2021-06-24T22:17:11.157Z] --- SKIP: TestRemove (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestInitializeWithVolumes
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestInitializeWithVolumes (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestCreate
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestCreate (0.01s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestValidateName
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestValidateName (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestCreateWithOpts
22:17:11 [2021-06-24T22:17:11.157Z]     local_test.go:181: runtime.GOOS == "windows"
22:17:11 [2021-06-24T22:17:11.157Z] --- SKIP: TestCreateWithOpts (0.00s)
22:17:11 [2021-06-24T22:17:11.157Z] === RUN   TestRelaodNoOpts
22:17:11 [2021-06-24T22:17:11.157Z] --- PASS: TestRelaodNoOpts (0.01s)
22:17:11 [2021-06-24T22:17:11.157Z] PASS
22:17:11 [2021-06-24T22:17:11.157Z] coverage: 41.5% of statements
22:17:11 [2021-06-24T22:17:11.157Z] ok  	github.com/docker/docker/volume/local	0.221s	coverage: 41.5% of statements
22:17:12 [2021-06-24T22:17:12.140Z] time="2021-06-24T22:17:11Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestConvertTmpfsOptions
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:49: data="mode=700,size=1m"
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:49: data="ro"
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestConvertTmpfsOptions (0.00s)
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestParseMountRaw
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestParseMountRaw (0.03s)
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestParseMountRawSplit
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 0
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 1
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 2
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 3
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 4
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 5
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 6
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 7
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 8
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 0
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 1
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 2
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 3
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 4
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 5
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 6
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 7
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 8
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 9
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 10
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 11
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 12
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 0
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 1
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 2
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 3
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 4
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 5
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 6
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 7
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 8
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 9
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 10
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:390: case 11
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestParseMountRawSplit (0.01s)
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestParseMountSpec
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 0
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 1
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 2
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 3
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 4
22:17:12 [2021-06-24T22:17:12.604Z]     parser_test.go:455: case 5
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestParseMountSpec (0.00s)
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestParseMountSpecBindWithFileinfoError
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
22:17:12 [2021-06-24T22:17:12.604Z] === RUN   TestValidateMount
22:17:12 [2021-06-24T22:17:12.604Z] --- PASS: TestValidateMount (0.00s)
22:17:12 [2021-06-24T22:17:12.604Z] PASS
22:17:12 [2021-06-24T22:17:12.605Z] coverage: 66.2% of statements
22:17:12 [2021-06-24T22:17:12.605Z] ok  	github.com/docker/docker/volume/mounts	0.185s	coverage: 66.2% of statements
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestSetGetMeta
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestSetGetMeta
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestRestore
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestRestore
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestServiceCreate
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestServiceCreate
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestServiceList
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestServiceList
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestServiceRemove
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestServiceRemove
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestServiceGet
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestServiceGet
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestServicePrune
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestServicePrune
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestCreate
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestCreate
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestRemove
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestRemove
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestList
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestList
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestFindByDriver
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestFindByDriver
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestFindByReferenced
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestFindByReferenced
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestDerefMultipleOfSameRef
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestDerefMultipleOfSameRef
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestDefererencePluginOnCreateError
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestDefererencePluginOnCreateError
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestRefDerefRemove
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestRefDerefRemove
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestGet
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestGet
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestGetWithReference
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestGetWithReference
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestFilterFunc
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestFilterFunc/test_nil_list
22:17:13 [2021-06-24T22:17:13.074Z] === PAUSE TestFilterFunc/test_nil_list
22:17:13 [2021-06-24T22:17:13.074Z] === RUN   TestFilterFunc/test_empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_filter_some
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_filter_some
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_filter_middle
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_filter_middle
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_filter_middle_and_last
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
22:17:13 [2021-06-24T22:17:13.538Z] === RUN   TestFilterFunc/test_filter_first_and_last
22:17:13 [2021-06-24T22:17:13.538Z] === PAUSE TestFilterFunc/test_filter_first_and_last
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_nil_list
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_filter_some
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_empty_list
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_filter_first_and_last
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_filter_middle
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFilterFunc/test_filter_middle_and_last
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestFilterFunc (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestSetGetMeta
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestServicePrune
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFindByReferenced
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestList
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestSetGetMeta (0.02s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestRemove
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestFindByReferenced (0.03s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestCreate
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestList (0.04s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestFindByDriver
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestCreate (0.01s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestServiceGet
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestRemove (0.02s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestServiceRemove
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestFindByDriver (0.02s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestServiceList
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestServiceGet (0.09s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestServiceCreate
22:17:13 [2021-06-24T22:17:13.538Z] time="2021-06-24T22:17:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestServiceRemove (0.09s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestRestore
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestServiceList (0.08s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestGetWithReference
22:17:13 [2021-06-24T22:17:13.538Z] time="2021-06-24T22:17:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:17:13 [2021-06-24T22:17:13.538Z] time="2021-06-24T22:17:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:17:13 [2021-06-24T22:17:13.538Z] --- PASS: TestServiceCreate (0.02s)
22:17:13 [2021-06-24T22:17:13.538Z] === CONT  TestDefererencePluginOnCreateError
22:17:13 [2021-06-24T22:17:13.539Z] time="2021-06-24T22:17:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestGetWithReference (0.02s)
22:17:13 [2021-06-24T22:17:13.539Z] === CONT  TestGet
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestRestore (0.02s)
22:17:13 [2021-06-24T22:17:13.539Z] === CONT  TestRefDerefRemove
22:17:13 [2021-06-24T22:17:13.539Z] time="2021-06-24T22:17:13Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestServicePrune (0.17s)
22:17:13 [2021-06-24T22:17:13.539Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
22:17:13 [2021-06-24T22:17:13.539Z] === CONT  TestDerefMultipleOfSameRef
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestRefDerefRemove (0.02s)
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestGet (0.02s)
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s)
22:17:13 [2021-06-24T22:17:13.539Z] --- PASS: TestDerefMultipleOfSameRef (0.01s)
22:17:13 [2021-06-24T22:17:13.539Z] PASS
22:17:13 [2021-06-24T22:17:13.539Z] coverage: 69.6% of statements
22:17:13 [2021-06-24T22:17:13.539Z] ok  	github.com/docker/docker/volume/service	0.465s	coverage: 69.6% of statements
22:17:20 [2021-06-24T22:17:20.656Z] --- PASS: TestGet (15.02s)
22:17:20 [2021-06-24T22:17:20.656Z] === RUN   TestPluginWithNoManifest
22:17:20 [2021-06-24T22:17:20.656Z] --- PASS: TestPluginWithNoManifest (0.00s)
22:17:20 [2021-06-24T22:17:20.656Z] === RUN   TestGetAll
22:17:20 [2021-06-24T22:17:20.656Z] --- PASS: TestGetAll (0.00s)
22:17:20 [2021-06-24T22:17:20.656Z] PASS
22:17:20 [2021-06-24T22:17:20.656Z] coverage: 73.4% of statements
22:17:20 [2021-06-24T22:17:20.656Z] ok  	github.com/docker/docker/pkg/plugins	36.146s	coverage: 73.4% of statements
22:17:36 [2021-06-24T22:17:36.153Z] time="2021-06-24T22:17:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10037"
22:17:36 [2021-06-24T22:17:36.153Z] time="2021-06-24T22:17:35Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49373"
22:17:41 [2021-06-24T22:17:41.822Z] 2021/06/24 22:17:39 Closing DB instances...
22:17:41 [2021-06-24T22:17:41.823Z] --- PASS: TestNetworkDBGarbageCollection (53.62s)
22:17:41 [2021-06-24T22:17:41.823Z] === RUN   TestFindNode
22:17:41 [2021-06-24T22:17:41.823Z] 2021/06/24 22:17:40 Closing DB instances...
22:17:41 [2021-06-24T22:17:41.823Z] --- PASS: TestFindNode (0.01s)
22:17:41 [2021-06-24T22:17:41.823Z] === RUN   TestChangeNodeState
22:17:41 [2021-06-24T22:17:41.823Z] 2021/06/24 22:17:40 Closing DB instances...
22:17:41 [2021-06-24T22:17:41.823Z] --- PASS: TestChangeNodeState (0.01s)
22:17:41 [2021-06-24T22:17:41.823Z] === RUN   TestNodeReincarnation
22:17:41 [2021-06-24T22:17:41.823Z] 2021/06/24 22:17:40 Closing DB instances...
22:17:41 [2021-06-24T22:17:41.948Z] time="2021-06-24T22:17:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10036"
22:17:41 [2021-06-24T22:17:41.948Z] time="2021-06-24T22:17:41Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49374"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=error msg="failed to send node leave: timed out broadcasting node event"
22:17:46 [2021-06-24T22:17:46.548Z] --- PASS: TestNodeReincarnation (5.01s)
22:17:46 [2021-06-24T22:17:46.548Z] === RUN   TestParallelCreate
22:17:46 [2021-06-24T22:17:46.548Z] 2021/06/24 22:17:45 Closing DB instances...
22:17:46 [2021-06-24T22:17:46.548Z] --- PASS: TestParallelCreate (0.01s)
22:17:46 [2021-06-24T22:17:46.548Z] === RUN   TestParallelDelete
22:17:46 [2021-06-24T22:17:46.548Z] 2021/06/24 22:17:45 Closing DB instances...
22:17:46 [2021-06-24T22:17:46.548Z] --- PASS: TestParallelDelete (0.01s)
22:17:46 [2021-06-24T22:17:46.548Z] === RUN   TestNetworkDBIslands
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:814735fe485e with config:&{NodeID:814735fe485e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 814735fe485e/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 814735fe485e/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0d27ca9b556d with config:&{NodeID:0d27ca9b556d Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=debug msg="memberlist: Stream connection from=[::1]:49369"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 814735fe485e/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=info msg="Node 814735fe485e/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:45Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:918ab80568b9 with config:&{NodeID:918ab80568b9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Stream connection from=[::1]:49371"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 814735fe485e/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 814735fe485e/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, joined gossip cluster"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to nodes list"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034"
22:17:46 [2021-06-24T22:17:46.548Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:4a56f86820b4 with config:&{NodeID:4a56f86820b4 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Stream connection from=[::1]:49373"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 814735fe485e/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=info msg="Node 814735fe485e/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374"
22:17:47 [2021-06-24T22:17:47.012Z] time="2021-06-24T22:17:46Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:46Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:3384680afd3b with config:&{NodeID:3384680afd3b Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=[::1]:49375"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 814735fe485e/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 814735fe485e/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 918ab80568b9/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49376"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:47 [2021-06-24T22:17:47.475Z] time="2021-06-24T22:17:47Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:47 [2021-06-24T22:17:47.940Z]     networkdb_test.go:834: Re-joining: 3
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=info msg="The new bootstrap node list is:[172.28.90.162:10033 172.28.90.162:10034 172.28.90.162:10035]"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10033"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49377"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49378"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10034"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10035"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49379"
22:17:47 [2021-06-24T22:17:47.940Z]     networkdb_test.go:834: Re-joining: 4
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=info msg="The new bootstrap node list is:[172.28.90.162:10033 172.28.90.162:10034 172.28.90.162:10035]"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10033"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49380"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10034"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49381"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49382"
22:17:47 [2021-06-24T22:17:47.940Z] time="2021-06-24T22:17:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10035"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node 0 leaving"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node5(3384680afd3b): Node leave event for 814735fe485e/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node3(918ab80568b9): Node leave event for 814735fe485e/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node2(0d27ca9b556d): Node leave event for 814735fe485e/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node4(4a56f86820b4): Node leave event for 814735fe485e/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.404Z] time="2021-06-24T22:17:48Z" level=info msg="node1(814735fe485e): Node leave event for 814735fe485e/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 814735fe485e/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="node 1 leaving"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="node3(918ab80568b9): Node leave event for 0d27ca9b556d/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="node5(3384680afd3b): Node leave event for 0d27ca9b556d/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d change state NodeActive --> NodeLeft"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="node4(4a56f86820b4): Node leave event for 0d27ca9b556d/172.28.90.162"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d change state NodeActive --> NodeFailed"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, added to failed nodes list"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=error msg="node: 0d27ca9b556d is unknown to memberlist"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, left gossip cluster"
22:17:48 [2021-06-24T22:17:48.868Z] time="2021-06-24T22:17:48Z" level=info msg="Node 0d27ca9b556d/172.28.90.162, left gossip cluster"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:48Z" level=info msg="node 2 leaving"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:48Z" level=info msg="Node 918ab80568b9 change state NodeActive --> NodeLeft"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:48Z" level=info msg="node5(3384680afd3b): Node leave event for 918ab80568b9/172.28.90.162"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9 change state NodeActive --> NodeLeft"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="node4(4a56f86820b4): Node leave event for 918ab80568b9/172.28.90.162"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9/172.28.90.162, left gossip cluster"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9 change state NodeActive --> NodeFailed"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9/172.28.90.162, added to failed nodes list"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9/172.28.90.162, left gossip cluster"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9/172.28.90.162, left gossip cluster"
22:17:49 [2021-06-24T22:17:49.335Z] time="2021-06-24T22:17:49Z" level=error msg="node: 918ab80568b9 is unknown to memberlist"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.28.90.162:10036: use of closed network connection"
22:17:49 [2021-06-24T22:17:49.798Z]     networkdb_test.go:866: node4: OK
22:17:49 [2021-06-24T22:17:49.798Z]     networkdb_test.go:866: node5: OK
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=warning msg="memberlist: Failed to send gossip to 172.28.90.162:10037: write udp [::]:10035->172.28.90.162:10037: use of closed network connection"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="node 0 coming back"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b8639609e026 with config:&{NodeID:b8639609e026 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node b8639609e026/172.28.90.162, joined gossip cluster"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node b8639609e026/172.28.90.162, added to nodes list"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="node 1 coming back"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1bd6b8858cfb with config:&{NodeID:1bd6b8858cfb Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, joined gossip cluster"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, added to nodes list"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="node 2 coming back"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1b46e8492d67 with config:&{NodeID:1b46e8492d67 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:49 [2021-06-24T22:17:49.798Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10035"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49383"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1b46e8492d67/172.28.90.162, is the new incarnation of the failed node 918ab80568b9/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 918ab80568b9 change state NodeFailed --> NodeLeft"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:49Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, is the new incarnation of the shutdown node 918ab80568b9/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, is the new incarnation of the shutdown node 918ab80568b9/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.262Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, is the new incarnation of the shutdown node 0d27ca9b556d/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, is the new incarnation of the shutdown node 814735fe485e/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.725Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.726Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, is the new incarnation of the shutdown node 814735fe485e/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.726Z] time="2021-06-24T22:17:50Z" level=info msg="Node b8639609e026/172.28.90.162, added to nodes list"
22:17:50 [2021-06-24T22:17:50.726Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, joined gossip cluster"
22:17:50 [2021-06-24T22:17:50.726Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, is the new incarnation of the shutdown node 0d27ca9b556d/172.28.90.162"
22:17:50 [2021-06-24T22:17:50.726Z] time="2021-06-24T22:17:50Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.17.174:10033 172.17.17.174:10034 172.17.17.174:10035]"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:01Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.17.174:10033 172.17.17.174:10034 172.17.17.174:10035]"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10033"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49375"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, is the new incarnation of the shutdown node 77b6896bdd1b/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10034"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49376"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, is the new incarnation of the shutdown node fb2a1fd45c09/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10035"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49377"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.054Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node eb94233a82da/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node e29a6d5edf55/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, is the new incarnation of the shutdown node d0c29f19cfb3/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, is the new incarnation of the shutdown node 77b6896bdd1b/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node cce5be078d27/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, is the new incarnation of the shutdown node fb2a1fd45c09/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, is the new incarnation of the shutdown node d0c29f19cfb3/172.17.17.174"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, joined gossip cluster"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to nodes list"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10033"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49378"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10034"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49379"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10035"
22:18:03 [2021-06-24T22:18:03.055Z] time="2021-06-24T22:18:02Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49380"
22:18:05 [2021-06-24T22:18:05.237Z] time="2021-06-24T22:18:04Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10037"
22:18:05 [2021-06-24T22:18:05.237Z] time="2021-06-24T22:18:04Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49381"
22:18:05 [2021-06-24T22:18:05.237Z] time="2021-06-24T22:18:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.17.174:10037"
22:18:05 [2021-06-24T22:18:05.237Z] time="2021-06-24T22:18:05Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49382"
22:18:05 [2021-06-24T22:18:05.281Z] --- PASS: TestBuildWithHugeFile (51.43s)
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildWCOWSandboxSize
22:18:05 [2021-06-24T22:18:05.281Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:18:05 [2021-06-24T22:18:05.281Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildWithEmptyDockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.281Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
22:18:05 [2021-06-24T22:18:05.281Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s)
22:18:05 [2021-06-24T22:18:05.281Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
22:18:05 [2021-06-24T22:18:05.281Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildPreserveOwnership
22:18:05 [2021-06-24T22:18:05.281Z] === RUN   TestBuildPreserveOwnership/copy_from
22:18:05 [2021-06-24T22:18:05.814Z] --- PASS: TestBuildWithHugeFile (52.14s)
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildWCOWSandboxSize
22:18:05 [2021-06-24T22:18:05.814Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:18:05 [2021-06-24T22:18:05.814Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildWithEmptyDockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:18:05 [2021-06-24T22:18:05.814Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
22:18:05 [2021-06-24T22:18:05.814Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
22:18:05 [2021-06-24T22:18:05.814Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
22:18:05 [2021-06-24T22:18:05.814Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildPreserveOwnership
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildPreserveOwnership/copy_from
22:18:05 [2021-06-24T22:18:05.814Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:18:06 [2021-06-24T22:18:06.206Z] 2021/06/24 22:18:06 Closing DB instances...
22:18:06 [2021-06-24T22:18:06.220Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:18:06 [2021-06-24T22:18:06.384Z] --- PASS: TestBuildPreserveOwnership (4.73s)
22:18:06 [2021-06-24T22:18:06.384Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.27s)
22:18:06 [2021-06-24T22:18:06.384Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.44s)
22:18:06 [2021-06-24T22:18:06.384Z] === RUN   TestBuildPlatformInvalid
22:18:06 [2021-06-24T22:18:06.384Z] --- PASS: TestBuildPlatformInvalid (0.07s)
22:18:06 [2021-06-24T22:18:06.384Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27 change state NodeActive --> NodeLeft"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="node2(c9c387d3d2a3): Node leave event for cce5be078d27/172.17.17.174"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27 change state NodeActive --> NodeLeft"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="node4(e29a6d5edf55): Node leave event for cce5be078d27/172.17.17.174"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27 change state NodeActive --> NodeLeft"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="node3(60545d129b8e): Node leave event for cce5be078d27/172.17.17.174"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27 change state NodeActive --> NodeLeft"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="node1(cce5be078d27): Node leave event for cce5be078d27/172.17.17.174"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27/172.17.17.174, left gossip cluster"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27 change state NodeActive --> NodeLeft"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="node5(eb94233a82da): Node leave event for cce5be078d27/172.17.17.174"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27/172.17.17.174, left gossip cluster"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27/172.17.17.174, left gossip cluster"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27/172.17.17.174, left gossip cluster"
22:18:06 [2021-06-24T22:18:06.665Z] time="2021-06-24T22:18:06Z" level=info msg="Node cce5be078d27/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3 change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="node4(e29a6d5edf55): Node leave event for c9c387d3d2a3/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3 change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="node5(eb94233a82da): Node leave event for c9c387d3d2a3/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3 change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="node3(60545d129b8e): Node leave event for c9c387d3d2a3/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3 change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="node2(c9c387d3d2a3): Node leave event for c9c387d3d2a3/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.123Z] time="2021-06-24T22:18:06Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node c9c387d3d2a3/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e change state NodeActive --> NodeFailed"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e/172.17.17.174, added to failed nodes list"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="node4(e29a6d5edf55): Node leave event for 60545d129b8e/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e change state NodeActive --> NodeLeft"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="node5(eb94233a82da): Node leave event for 60545d129b8e/172.17.17.174"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=error msg="node: 60545d129b8e is unknown to memberlist"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e/172.17.17.174, left gossip cluster"
22:18:07 [2021-06-24T22:18:07.582Z] time="2021-06-24T22:18:07Z" level=info msg="Node 60545d129b8e/172.17.17.174, left gossip cluster"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=debug msg="memberlist: Failed ping: eb94233a82da (timeout reached)"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.17.174:10036: use of closed network connection"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.17.174:10035: use of closed network connection"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=debug msg="memberlist: Stream connection from=172.17.17.174:49383"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="Node e29a6d5edf55 change state NodeActive --> NodeLeft"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="node5(eb94233a82da): Node leave event for e29a6d5edf55/172.17.17.174"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="Node e29a6d5edf55 change state NodeActive --> NodeLeft"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="node4(e29a6d5edf55): Node leave event for e29a6d5edf55/172.17.17.174"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="Node e29a6d5edf55/172.17.17.174, left gossip cluster"
22:18:08 [2021-06-24T22:18:08.041Z] time="2021-06-24T22:18:07Z" level=info msg="Node e29a6d5edf55/172.17.17.174, left gossip cluster"
22:18:08 [2021-06-24T22:18:08.499Z] time="2021-06-24T22:18:08Z" level=info msg="Node eb94233a82da/172.17.17.174, left gossip cluster"
22:18:08 [2021-06-24T22:18:08.499Z] time="2021-06-24T22:18:08Z" level=info msg="Node eb94233a82da change state NodeActive --> NodeFailed"
22:18:08 [2021-06-24T22:18:08.499Z] time="2021-06-24T22:18:08Z" level=info msg="Node eb94233a82da/172.17.17.174, added to failed nodes list"
22:18:08 [2021-06-24T22:18:08.499Z] --- PASS: TestNetworkDBIslands (67.84s)
22:18:08 [2021-06-24T22:18:08.499Z] PASS
22:18:08 [2021-06-24T22:18:08.499Z] coverage: 60.7% of statements
22:18:08 [2021-06-24T22:18:08.499Z] ok  	github.com/docker/docker/libnetwork/networkdb	160.956s	coverage: 60.7% of statements
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/portmapper	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/resolvconf	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/resolvconf/dns	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:18:08 [2021-06-24T22:18:08.499Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/quota	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/rootless	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/volume	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:18:08 [2021-06-24T22:18:08.500Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === Skipped
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
22:18:10 [2021-06-24T22:18:10.044Z]     dispatchers_test.go:377: Windows does not support stopsignal
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.04s)
22:18:10 [2021-06-24T22:18:10.044Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s)
22:18:10 [2021-06-24T22:18:10.044Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
22:18:10 [2021-06-24T22:18:10.044Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s)
22:18:10 [2021-06-24T22:18:10.044Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
22:18:10 [2021-06-24T22:18:10.044Z]     client_test.go:23: runtime.GOOS == "windows"
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.044Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
22:18:10 [2021-06-24T22:18:10.044Z]     daemon_test.go:147: root required
22:18:10 [2021-06-24T22:18:10.044Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     reload_test.go:520: root required
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.02s)
22:18:10 [2021-06-24T22:18:10.045Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     pull_v2_test.go:73: Needs fixing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     pull_v2_test.go:118: Needs fixing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     download_test.go:268: Needs fixing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     layer_test.go:304: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     layer_test.go:353: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     layer_test.go:468: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     layer_test.go:697: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     migration_test.go:46: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     migration_test.go:182: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     mount_test.go:17: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     mount_test.go:76: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     mount_test.go:125: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     mount_test.go:212: Failing on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s)
22:18:10 [2021-06-24T22:18:10.045Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     network_proxy_test.go:197: Need to start CI docker with --ipv6
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     network_proxy_test.go:212: No support for dual stack yet
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     network_proxy_test.go:241: Need to start CI docker with --ipv6
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     network_proxy_test.go:302: Need to start CI docker with --ipv6
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:134: Xz not present in msys2
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:239: Failing on Windows CI machines
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_windows_test.go:16: Currently fails
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     changes_test.go:196: needs more investigation
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     changes_test.go:433: needs further investigation
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     changes_test.go:469: needs further investigation
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     poller_test.go:41: No chmod on Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     fileutils_test.go:134: Needs porting to Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     fileutils_test.go:180: Needs porting to Windows
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
22:18:10 [2021-06-24T22:18:10.045Z]     local_test.go:181: runtime.GOOS == "windows"
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] 
22:18:10 [2021-06-24T22:18:10.045Z] DONE 2056 tests, 67 skipped in 322.851s
22:18:10 [2021-06-24T22:18:10.045Z] INFO: make.ps1 ended at 06/24/2021 22:18:09
22:18:10 [2021-06-24T22:18:10.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
22:18:10 [2021-06-24T22:18:10.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
22:18:10 [2021-06-24T22:18:10.414Z] --- PASS: TestBuildPreserveOwnership (10.28s)
22:18:10 [2021-06-24T22:18:10.414Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.27s)
22:18:10 [2021-06-24T22:18:10.414Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestBuildPlatformInvalid
22:18:10 [2021-06-24T22:18:10.414Z] --- PASS: TestBuildPlatformInvalid (0.07s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:18:10 [2021-06-24T22:18:10.414Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z] PASS
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === Skipped
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z]     build_session_test.go:25: TODO: BuildKit
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] DONE 34 tests, 3 skipped in 133.061s
22:18:10 [2021-06-24T22:18:10.414Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:18:10 [2021-06-24T22:18:10.414Z] INFO: Testing against a local daemon
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestConfigInspect
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestConfigInspect (0.02s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestConfigList
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestConfigList (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestConfigsCreateAndDelete
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestConfigsUpdate
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestConfigsUpdate (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestTemplatedConfig
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestTemplatedConfig (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z] === RUN   TestConfigCreateResolve
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] --- SKIP: TestConfigCreateResolve (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z] PASS
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === Skipped
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
22:18:10 [2021-06-24T22:18:10.414Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] 
22:18:10 [2021-06-24T22:18:10.414Z] DONE 6 tests, 6 skipped in 0.175s
22:18:10 [2021-06-24T22:18:10.414Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:18:10 [2021-06-24T22:18:10.674Z] INFO: Testing against a local daemon
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCheckpoint
22:18:10 [2021-06-24T22:18:10.674Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:18:10 [2021-06-24T22:18:10.674Z] --- SKIP: TestCheckpoint (0.00s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestContainerInvalidJSON
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:18:10 [2021-06-24T22:18:10.674Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:18:10 [2021-06-24T22:18:10.674Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:18:10 [2021-06-24T22:18:10.674Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:18:10 [2021-06-24T22:18:10.674Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:18:10 [2021-06-24T22:18:10.674Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:18:10 [2021-06-24T22:18:10.674Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:18:10 [2021-06-24T22:18:10.674Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:18:10 [2021-06-24T22:18:10.674Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:18:10 [2021-06-24T22:18:10.674Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:18:10 [2021-06-24T22:18:10.674Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:18:10 [2021-06-24T22:18:10.674Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCopyFromContainerPathIsNotDir
22:18:10 [2021-06-24T22:18:10.674Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCopyToContainerPathDoesNotExist
22:18:10 [2021-06-24T22:18:10.674Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCopyToContainerPathIsNotDir
22:18:10 [2021-06-24T22:18:10.674Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
22:18:10 [2021-06-24T22:18:10.674Z] === RUN   TestCopyFromContainer
22:18:11 [2021-06-24T22:18:11.581Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
22:18:11 [2021-06-24T22:18:11.581Z] INFO: Unit tests ended at 06/24/2021 22:18:11. Duration:00:05:36.4388631
22:18:11 [2021-06-24T22:18:11.581Z] INFO: Building busybox
22:18:11 [2021-06-24T22:18:11.581Z] Sending build context to Docker daemon   5.12kB
22:18:11 [2021-06-24T22:18:11.581Z] 
22:18:11 [2021-06-24T22:18:11.581Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
22:18:11 [2021-06-24T22:18:11.581Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
22:18:11 [2021-06-24T22:18:11.581Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
22:18:11 [2021-06-24T22:18:11.581Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
22:18:11 [2021-06-24T22:18:11.581Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
22:18:11 [2021-06-24T22:18:11.581Z]  ---> 5b60ac4e9e92
22:18:11 [2021-06-24T22:18:11.581Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
22:18:11 [2021-06-24T22:18:11.581Z]  ---> Running in 20aca2905f8f
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer//
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer//bar/root
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer//bar/root/
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/quux
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/quux/
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCopyFromContainer/bar/notarget
22:18:14 [2021-06-24T22:18:14.869Z] --- PASS: TestCopyFromContainer (3.91s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer// (0.06s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer//bar/root (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:14 [2021-06-24T22:18:14.869Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateLinkToNonExistingContainer
22:18:14 [2021-06-24T22:18:14.869Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateWithInvalidEnv
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateWithInvalidEnv/0
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateWithInvalidEnv/0
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateWithInvalidEnv/1
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateWithInvalidEnv/1
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateWithInvalidEnv/2
22:18:14 [2021-06-24T22:18:14.869Z] === PAUSE TestCreateWithInvalidEnv/2
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateWithInvalidEnv/0
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateWithInvalidEnv/2
22:18:14 [2021-06-24T22:18:14.869Z] === CONT  TestCreateWithInvalidEnv/1
22:18:14 [2021-06-24T22:18:14.869Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateTmpfsMountsTarget
22:18:14 [2021-06-24T22:18:14.869Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
22:18:14 [2021-06-24T22:18:14.869Z] === RUN   TestCreateWithCustomMaskedPaths
22:18:15 [2021-06-24T22:18:15.316Z] Removing intermediate container 20aca2905f8f
22:18:15 [2021-06-24T22:18:15.316Z]  ---> 32844cd42730
22:18:15 [2021-06-24T22:18:15.316Z] Step 7/13 : ARG BUSYBOX_VERSION
22:18:15 [2021-06-24T22:18:15.316Z]  ---> Running in 5cf2db2084e8
22:18:15 [2021-06-24T22:18:15.776Z] Removing intermediate container 5cf2db2084e8
22:18:15 [2021-06-24T22:18:15.776Z]  ---> 91c78e356cf1
22:18:15 [2021-06-24T22:18:15.776Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
22:18:15 [2021-06-24T22:18:15.776Z]  ---> Running in 1bc317ba729c
22:18:16 [2021-06-24T22:18:16.236Z] Removing intermediate container 1bc317ba729c
22:18:16 [2021-06-24T22:18:16.236Z]  ---> 8f29c4843591
22:18:16 [2021-06-24T22:18:16.236Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
22:18:16 [2021-06-24T22:18:16.779Z] --- PASS: TestCreateWithCustomMaskedPaths (1.82s)
22:18:16 [2021-06-24T22:18:16.779Z] === RUN   TestCreateWithCustomReadonlyPaths
22:18:17 [2021-06-24T22:18:17.207Z] 
22:18:17 [2021-06-24T22:18:17.665Z]  ---> 8931502259c1
22:18:17 [2021-06-24T22:18:17.665Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
22:18:17 [2021-06-24T22:18:17.665Z]  ---> Running in 11cd28f344ba
22:18:18 [2021-06-24T22:18:18.687Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.83s)
22:18:18 [2021-06-24T22:18:18.687Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:18:18 [2021-06-24T22:18:18.687Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:18 [2021-06-24T22:18:18.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:18 [2021-06-24T22:18:18.687Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:18 [2021-06-24T22:18:18.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:18 [2021-06-24T22:18:18.687Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:18 [2021-06-24T22:18:18.687Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:18 [2021-06-24T22:18:18.687Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:18 [2021-06-24T22:18:18.688Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:18 [2021-06-24T22:18:18.688Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:18 [2021-06-24T22:18:18.688Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:18 [2021-06-24T22:18:18.688Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:18 [2021-06-24T22:18:18.688Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:18 [2021-06-24T22:18:18.688Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:18 [2021-06-24T22:18:18.688Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:18 [2021-06-24T22:18:18.688Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:18 [2021-06-24T22:18:18.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:18:18 [2021-06-24T22:18:18.688Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:18:19 [2021-06-24T22:18:19.258Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestCreateDifferentPlatform
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestCreateDifferentPlatform/different_os
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:18:19 [2021-06-24T22:18:19.258Z] --- PASS: TestCreateDifferentPlatform (0.01s)
22:18:19 [2021-06-24T22:18:19.258Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:18:19 [2021-06-24T22:18:19.258Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:18:19 [2021-06-24T22:18:19.258Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:18:19 [2021-06-24T22:18:19.258Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestContainerStartOnDaemonRestart
22:18:19 [2021-06-24T22:18:19.258Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
22:18:19 [2021-06-24T22:18:19.258Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestDaemonRestartIpcMode
22:18:19 [2021-06-24T22:18:19.258Z] === PAUSE TestDaemonRestartIpcMode
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestDaemonHostGatewayIP
22:18:19 [2021-06-24T22:18:19.258Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
22:18:19 [2021-06-24T22:18:19.258Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestRestartDaemonWithRestartingContainer
22:18:19 [2021-06-24T22:18:19.258Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestContainerKillOnDaemonStart
22:18:19 [2021-06-24T22:18:19.258Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
22:18:19 [2021-06-24T22:18:19.258Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
22:18:19 [2021-06-24T22:18:19.258Z] === RUN   TestDiff
22:18:19 [2021-06-24T22:18:19.828Z] --- PASS: TestDiff (0.60s)
22:18:19 [2021-06-24T22:18:19.829Z] === RUN   TestExecWithCloseStdin
22:18:20 [2021-06-24T22:18:20.767Z] --- PASS: TestExecWithCloseStdin (0.91s)
22:18:20 [2021-06-24T22:18:20.767Z] === RUN   TestExec
22:18:21 [2021-06-24T22:18:21.284Z] Loaded image: buildpack-deps:buster
22:18:21 [2021-06-24T22:18:21.284Z] Loaded image: busybox:latest
22:18:21 [2021-06-24T22:18:21.284Z] Loaded image: busybox:glibc
22:18:21 [2021-06-24T22:18:21.706Z] --- PASS: TestExec (0.90s)
22:18:21 [2021-06-24T22:18:21.706Z] === RUN   TestExecUser
22:18:22 [2021-06-24T22:18:22.645Z] --- PASS: TestExecUser (0.90s)
22:18:22 [2021-06-24T22:18:22.645Z] === RUN   TestExportContainerAndImportImage
22:18:23 [2021-06-24T22:18:23.197Z] Loaded image: debian:bullseye
22:18:23 [2021-06-24T22:18:23.214Z] --- PASS: TestExportContainerAndImportImage (0.77s)
22:18:23 [2021-06-24T22:18:23.214Z] === RUN   TestExportContainerAfterDaemonRestart
22:18:23 [2021-06-24T22:18:23.466Z] Loaded image: hello-world:latest
22:18:23 [2021-06-24T22:18:23.725Z] Loaded image: arm32v7/hello-world:latest
22:18:24 [2021-06-24T22:18:24.594Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
22:18:24 [2021-06-24T22:18:24.594Z] === RUN   TestHealthCheckWorkdir
22:18:25 [2021-06-24T22:18:25.569Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
22:18:25 [2021-06-24T22:18:25.569Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
22:18:25 [2021-06-24T22:18:25.569Z] GOOS="" GOARCH="" GOARM=""
22:18:25 [2021-06-24T22:18:25.569Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
22:18:25 [2021-06-24T22:18:25.569Z] 
22:18:25 [2021-06-24T22:18:25.569Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
22:18:25 [2021-06-24T22:18:25.569Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
22:18:25 [2021-06-24T22:18:25.569Z] Using test binary docker
22:18:25 [2021-06-24T22:18:25.569Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
22:18:25 [2021-06-24T22:18:25.569Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:18:25 [2021-06-24T22:18:25.569Z] INFO: Waiting for daemon to start...
22:18:25 [2021-06-24T22:18:25.569Z] Starting dockerd
22:18:25 [2021-06-24T22:18:25.569Z] .
22:18:25 [2021-06-24T22:18:25.569Z] INFO: Building docker-sdk-python3:5.0.0...
22:18:25 [2021-06-24T22:18:25.976Z] --- PASS: TestHealthCheckWorkdir (1.31s)
22:18:25 [2021-06-24T22:18:25.976Z] === RUN   TestHealthKillContainer
22:18:26 [2021-06-24T22:18:26.233Z] Removing intermediate container 11cd28f344ba
22:18:26 [2021-06-24T22:18:26.233Z]  ---> 2017708b0744
22:18:26 [2021-06-24T22:18:26.233Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
22:18:26 [2021-06-24T22:18:26.233Z]  ---> Running in 1de3fa889257
22:18:27 [2021-06-24T22:18:27.774Z] 
22:18:27 [2021-06-24T22:18:27.774Z] SUCCESS: Specified value was saved.
22:18:29 [2021-06-24T22:18:29.270Z] --- PASS: TestHealthKillContainer (2.92s)
22:18:29 [2021-06-24T22:18:29.270Z] === RUN   TestInspectCpusetInConfigPre120
22:18:29 [2021-06-24T22:18:29.270Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s)
22:18:29 [2021-06-24T22:18:29.270Z] === RUN   TestIpcModeNone
22:18:29 [2021-06-24T22:18:29.311Z] Removing intermediate container 1de3fa889257
22:18:29 [2021-06-24T22:18:29.311Z]  ---> d85bc9aa654f
22:18:29 [2021-06-24T22:18:29.769Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
22:18:29 [2021-06-24T22:18:29.769Z]  ---> Running in 07ea5ab89337
22:18:30 [2021-06-24T22:18:30.210Z] --- PASS: TestIpcModeNone (0.88s)
22:18:30 [2021-06-24T22:18:30.210Z] === RUN   TestIpcModePrivate
22:18:31 [2021-06-24T22:18:31.151Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
22:18:31 [2021-06-24T22:18:31.151Z] --- PASS: TestIpcModePrivate (0.89s)
22:18:31 [2021-06-24T22:18:31.151Z] === RUN   TestIpcModeShareable
22:18:31 [2021-06-24T22:18:31.151Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:18:31 [2021-06-24T22:18:31.151Z] --- SKIP: TestIpcModeShareable (0.00s)
22:18:31 [2021-06-24T22:18:31.151Z] === RUN   TestAPIIpcModeShareableAndContainer
22:18:31 [2021-06-24T22:18:31.856Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.65s)
22:18:31 [2021-06-24T22:18:31.856Z] PASS
22:18:31 [2021-06-24T22:18:31.856Z] 
22:18:31 [2021-06-24T22:18:31.856Z] === Skipped
22:18:31 [2021-06-24T22:18:31.856Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:18:31 [2021-06-24T22:18:31.856Z]     build_session_test.go:25: TODO: BuildKit
22:18:31 [2021-06-24T22:18:31.856Z] 
22:18:31 [2021-06-24T22:18:31.856Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:18:31 [2021-06-24T22:18:31.856Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:18:31 [2021-06-24T22:18:31.856Z] 
22:18:31 [2021-06-24T22:18:31.856Z] 
22:18:31 [2021-06-24T22:18:31.856Z] DONE 34 tests, 2 skipped in 125.988s
22:18:31 [2021-06-24T22:18:31.856Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:18:31 [2021-06-24T22:18:31.856Z] INFO: Testing against a local daemon
22:18:31 [2021-06-24T22:18:31.856Z] === RUN   TestConfigInspect
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.90.162:10034"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49384"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 4a56f86820b4/172.28.90.162, joined gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 4a56f86820b4/172.28.90.162, added to nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 3384680afd3b/172.28.90.162, joined gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:27Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] 2021/06/24 22:18:29 Closing DB instances...
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="node2(1bd6b8858cfb): Node leave event for b8639609e026/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="node4(4a56f86820b4): Node leave event for b8639609e026/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="node3(1b46e8492d67): Node leave event for b8639609e026/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="node5(3384680afd3b): Node leave event for b8639609e026/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="node1(b8639609e026): Node leave event for b8639609e026/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:29Z" level=info msg="Node b8639609e026/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node5(3384680afd3b): Node leave event for 1bd6b8858cfb/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node3(1b46e8492d67): Node leave event for 1bd6b8858cfb/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node2(1bd6b8858cfb): Node leave event for 1bd6b8858cfb/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node4(4a56f86820b4): Node leave event for 1bd6b8858cfb/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1bd6b8858cfb/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node4(4a56f86820b4): Node leave event for 1b46e8492d67/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67 change state NodeActive --> NodeFailed"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67/172.28.90.162, added to failed nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="node5(3384680afd3b): Node leave event for 1b46e8492d67/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=error msg="node: 1b46e8492d67 is unknown to memberlist"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=info msg="Node 1b46e8492d67/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=debug msg="memberlist: Failed ping: 3384680afd3b (timeout reached)"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.90.162:10036: use of closed network connection"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.90.162:10035: use of closed network connection"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:30Z" level=debug msg="memberlist: Stream connection from=172.28.90.162:49385"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 4a56f86820b4 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="node5(3384680afd3b): Node leave event for 4a56f86820b4/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 4a56f86820b4 change state NodeActive --> NodeLeft"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="node4(4a56f86820b4): Node leave event for 4a56f86820b4/172.28.90.162"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 4a56f86820b4/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 4a56f86820b4/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 3384680afd3b/172.28.90.162, left gossip cluster"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 3384680afd3b change state NodeActive --> NodeFailed"
22:18:33 [2021-06-24T22:18:33.343Z] time="2021-06-24T22:18:31Z" level=info msg="Node 3384680afd3b/172.28.90.162, added to failed nodes list"
22:18:33 [2021-06-24T22:18:33.343Z] --- PASS: TestNetworkDBIslands (45.84s)
22:18:33 [2021-06-24T22:18:33.343Z] PASS
22:18:33 [2021-06-24T22:18:33.343Z] coverage: 59.4% of statements
22:18:33 [2021-06-24T22:18:33.343Z] ok  	github.com/docker/docker/libnetwork/networkdb	137.205s	coverage: 59.4% of statements
22:18:33 [2021-06-24T22:18:33.343Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:18:33 [2021-06-24T22:18:33.343Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
22:18:33 [2021-06-24T22:18:33.343Z] ?   	github.com/docker/docker/libnetwork/portmapper	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/libnetwork/resolvconf	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/libnetwork/resolvconf/dns	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/quota	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/rootless	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/volume	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === Skipped
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     dispatchers_test.go:377: Windows does not support stopsignal
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
22:18:33 [2021-06-24T22:18:33.344Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     client_test.go:23: runtime.GOOS == "windows"
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     daemon_test.go:147: root required
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     reload_test.go:520: root required
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     pull_v2_test.go:73: Needs fixing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     pull_v2_test.go:118: Needs fixing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     download_test.go:268: Needs fixing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     layer_test.go:304: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     layer_test.go:353: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     layer_test.go:468: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     layer_test.go:697: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     migration_test.go:46: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     migration_test.go:182: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     mount_test.go:17: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     mount_test.go:76: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     mount_test.go:125: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     mount_test.go:212: Failing on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     network_proxy_test.go:197: Need to start CI docker with --ipv6
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     network_proxy_test.go:212: No support for dual stack yet
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     network_proxy_test.go:241: Need to start CI docker with --ipv6
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     network_proxy_test.go:302: Need to start CI docker with --ipv6
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:134: Xz not present in msys2
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:239: Failing on Windows CI machines
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_windows_test.go:16: Currently fails
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     changes_test.go:196: needs more investigation
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     changes_test.go:433: needs further investigation
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     changes_test.go:469: needs further investigation
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     poller_test.go:41: No chmod on Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     fileutils_test.go:134: Needs porting to Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     fileutils_test.go:180: Needs porting to Windows
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s)
22:18:33 [2021-06-24T22:18:33.344Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
22:18:33 [2021-06-24T22:18:33.344Z]     local_test.go:181: runtime.GOOS == "windows"
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] 
22:18:33 [2021-06-24T22:18:33.344Z] DONE 2056 tests, 69 skipped in 327.874s
22:18:33 [2021-06-24T22:18:33.690Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.45s)
22:18:33 [2021-06-24T22:18:33.691Z] === RUN   TestAPIIpcModeHost
22:18:33 [2021-06-24T22:18:33.691Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:18:33 [2021-06-24T22:18:33.691Z] --- SKIP: TestAPIIpcModeHost (0.00s)
22:18:33 [2021-06-24T22:18:33.691Z] === RUN   TestDaemonIpcModeShareable
22:18:33 [2021-06-24T22:18:33.691Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:18:33 [2021-06-24T22:18:33.691Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
22:18:33 [2021-06-24T22:18:33.691Z] === RUN   TestDaemonIpcModePrivate
22:18:33 [2021-06-24T22:18:33.764Z] --- PASS: TestConfigInspect (2.40s)
22:18:33 [2021-06-24T22:18:33.764Z] === RUN   TestConfigList
22:18:33 [2021-06-24T22:18:33.807Z] INFO: make.ps1 ended at 06/24/2021 22:18:33
22:18:34 [2021-06-24T22:18:34.455Z] Cannot create a file when that file already exists.
22:18:35 [2021-06-24T22:18:35.070Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
22:18:35 [2021-06-24T22:18:35.070Z] --- PASS: TestDaemonIpcModePrivate (1.57s)
22:18:35 [2021-06-24T22:18:35.070Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:18:35 [2021-06-24T22:18:35.070Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:18:35 [2021-06-24T22:18:35.070Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
22:18:35 [2021-06-24T22:18:35.070Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:18:35 [2021-06-24T22:18:35.070Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:18:35 [2021-06-24T22:18:35.070Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
22:18:35 [2021-06-24T22:18:35.070Z] === RUN   TestIpcModeOlderClient
22:18:35 [2021-06-24T22:18:35.070Z] === PAUSE TestIpcModeOlderClient
22:18:35 [2021-06-24T22:18:35.070Z] === RUN   TestKillContainerInvalidSignal
22:18:35 [2021-06-24T22:18:35.355Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
22:18:35 [2021-06-24T22:18:35.355Z] INFO: Unit tests ended at 06/24/2021 22:18:35. Duration:00:05:40.5749248
22:18:35 [2021-06-24T22:18:35.355Z] INFO: Building busybox
22:18:35 [2021-06-24T22:18:35.355Z] Sending build context to Docker daemon   5.12kB
22:18:35 [2021-06-24T22:18:35.355Z] 
22:18:35 [2021-06-24T22:18:35.355Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
22:18:35 [2021-06-24T22:18:35.355Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
22:18:35 [2021-06-24T22:18:35.355Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
22:18:35 [2021-06-24T22:18:35.355Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
22:18:35 [2021-06-24T22:18:35.355Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
22:18:35 [2021-06-24T22:18:35.355Z]  ---> 39d157a84080
22:18:35 [2021-06-24T22:18:35.355Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
22:18:35 [2021-06-24T22:18:35.355Z]  ---> Running in 53acda0d7e66
22:18:35 [2021-06-24T22:18:35.675Z] --- PASS: TestConfigList (2.18s)
22:18:35 [2021-06-24T22:18:35.675Z] === RUN   TestConfigsCreateAndDelete
22:18:36 [2021-06-24T22:18:36.009Z] --- PASS: TestKillContainerInvalidSignal (0.64s)
22:18:36 [2021-06-24T22:18:36.009Z] === RUN   TestKillContainer
22:18:36 [2021-06-24T22:18:36.009Z] === RUN   TestKillContainer/no_signal
22:18:36 [2021-06-24T22:18:36.269Z] === RUN   TestKillContainer/non_killing_signal
22:18:36 [2021-06-24T22:18:36.840Z] === RUN   TestKillContainer/killing_signal
22:18:37 [2021-06-24T22:18:37.779Z] --- PASS: TestKillContainer (1.82s)
22:18:37 [2021-06-24T22:18:37.779Z]     --- PASS: TestKillContainer/no_signal (0.58s)
22:18:37 [2021-06-24T22:18:37.779Z]     --- PASS: TestKillContainer/non_killing_signal (0.49s)
22:18:37 [2021-06-24T22:18:37.779Z]     --- PASS: TestKillContainer/killing_signal (0.58s)
22:18:37 [2021-06-24T22:18:37.779Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:18:37 [2021-06-24T22:18:37.779Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:18:38 [2021-06-24T22:18:38.186Z] Removing intermediate container 07ea5ab89337
22:18:38 [2021-06-24T22:18:38.186Z]  ---> ec4a5f45cc49
22:18:38 [2021-06-24T22:18:38.186Z] Step 13/13 : CMD ["sh"]
22:18:38 [2021-06-24T22:18:38.186Z]  ---> Running in cf926766c444
22:18:38 [2021-06-24T22:18:38.186Z] Removing intermediate container cf926766c444
22:18:38 [2021-06-24T22:18:38.186Z]  ---> 460bd95d7b0d
22:18:38 [2021-06-24T22:18:38.186Z] Successfully built 460bd95d7b0d
22:18:38 [2021-06-24T22:18:38.186Z] Successfully tagged busybox:latest
22:18:38 [2021-06-24T22:18:38.186Z] INFO: Docker images of the daemon under test
22:18:38 [2021-06-24T22:18:38.186Z] 
22:18:38 [2021-06-24T22:18:38.186Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
22:18:38 [2021-06-24T22:18:38.186Z] busybox                                latest              460bd95d7b0d        Less than a second ago   5.64GB
22:18:38 [2021-06-24T22:18:38.186Z] mcr.microsoft.com/windows/servercore   ltsc2019            5b60ac4e9e92        2 weeks ago              5.62GB
22:18:38 [2021-06-24T22:18:38.186Z] microsoft/windowsservercore            latest              5b60ac4e9e92        2 weeks ago              5.62GB
22:18:38 [2021-06-24T22:18:38.186Z] 
22:18:38 [2021-06-24T22:18:38.186Z] INFO: Running integration tests at 06/24/2021 22:18:38...
22:18:38 [2021-06-24T22:18:38.186Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
22:18:38 [2021-06-24T22:18:38.186Z] INFO: Integration API tests being run from the host:
22:18:38 [2021-06-24T22:18:38.216Z] --- PASS: TestConfigsCreateAndDelete (2.25s)
22:18:38 [2021-06-24T22:18:38.216Z] === RUN   TestConfigsUpdate
22:18:38 [2021-06-24T22:18:38.349Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:18:38 [2021-06-24T22:18:38.646Z] INFO: make.ps1 starting at 06/24/2021 22:18:38
22:18:38 [2021-06-24T22:18:38.920Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s)
22:18:38 [2021-06-24T22:18:38.920Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s)
22:18:38 [2021-06-24T22:18:38.920Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s)
22:18:38 [2021-06-24T22:18:38.920Z] === RUN   TestKillStoppedContainer
22:18:38 [2021-06-24T22:18:38.920Z] --- PASS: TestKillStoppedContainer (0.03s)
22:18:38 [2021-06-24T22:18:38.920Z] === RUN   TestKillStoppedContainerAPIPre120
22:18:38 [2021-06-24T22:18:38.920Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
22:18:38 [2021-06-24T22:18:38.920Z] === RUN   TestKillDifferentUserContainer
22:18:39 [2021-06-24T22:18:39.106Z] Running D:\gopath\src\github.com\docker\docker\integration\build
22:18:39 [2021-06-24T22:18:39.491Z] --- PASS: TestKillDifferentUserContainer (0.62s)
22:18:39 [2021-06-24T22:18:39.491Z] === RUN   TestInspectOomKilledTrue
22:18:39 [2021-06-24T22:18:39.491Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
22:18:39 [2021-06-24T22:18:39.491Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:18:39 [2021-06-24T22:18:39.491Z] === RUN   TestInspectOomKilledFalse
22:18:39 [2021-06-24T22:18:39.491Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:18:39 [2021-06-24T22:18:39.491Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:18:39 [2021-06-24T22:18:39.491Z] === RUN   TestLinksEtcHostsContentMatch
22:18:39 [2021-06-24T22:18:39.491Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
22:18:39 [2021-06-24T22:18:39.491Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
22:18:39 [2021-06-24T22:18:39.491Z] === RUN   TestLinksContainerNames
22:18:40 [2021-06-24T22:18:40.078Z] Removing intermediate container 53acda0d7e66
22:18:40 [2021-06-24T22:18:40.078Z]  ---> a5837f099920
22:18:40 [2021-06-24T22:18:40.078Z] Step 7/13 : ARG BUSYBOX_VERSION
22:18:40 [2021-06-24T22:18:40.078Z]  ---> Running in e6f65ff90b8a
22:18:40 [2021-06-24T22:18:40.078Z] Removing intermediate container e6f65ff90b8a
22:18:40 [2021-06-24T22:18:40.078Z]  ---> 5083120a6299
22:18:40 [2021-06-24T22:18:40.078Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
22:18:40 [2021-06-24T22:18:40.078Z]  ---> Running in 4f68a8474920
22:18:40 [2021-06-24T22:18:40.542Z] Removing intermediate container 4f68a8474920
22:18:40 [2021-06-24T22:18:40.542Z]  ---> 6601297ccd42
22:18:40 [2021-06-24T22:18:40.542Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
22:18:40 [2021-06-24T22:18:40.817Z] --- PASS: TestConfigsUpdate (2.44s)
22:18:40 [2021-06-24T22:18:40.817Z] === RUN   TestTemplatedConfig
22:18:40 [2021-06-24T22:18:40.870Z] --- PASS: TestLinksContainerNames (1.24s)
22:18:40 [2021-06-24T22:18:40.870Z] === RUN   TestLogsFollowTailEmpty
22:18:41 [2021-06-24T22:18:41.440Z] --- PASS: TestLogsFollowTailEmpty (0.62s)
22:18:41 [2021-06-24T22:18:41.440Z] === RUN   TestContainerNetworkMountsNoChown
22:18:42 [2021-06-24T22:18:42.009Z] --- PASS: TestContainerNetworkMountsNoChown (0.62s)
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/default
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/default
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/private
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/private
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rprivate
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rprivate
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/slave
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/slave
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rslave
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rslave
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/shared
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/shared
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rshared
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rshared
22:18:42 [2021-06-24T22:18:42.009Z] === CONT  TestMountDaemonRoot/default
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/default/mount_root
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/default/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === CONT  TestMountDaemonRoot/rshared
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:18:42 [2021-06-24T22:18:42.009Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === CONT  TestMountDaemonRoot/shared
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:18:42 [2021-06-24T22:18:42.009Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/rslave
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/slave
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/rprivate
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/private
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/private/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/private/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/default/bind_root
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/default/mount_root
22:18:42 [2021-06-24T22:18:42.010Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:18:42 [2021-06-24T22:18:42.091Z] 
22:18:42 [2021-06-24T22:18:42.091Z]  ---> 35d5544ddfe2
22:18:42 [2021-06-24T22:18:42.091Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/private/bind_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/private/mount_root
22:18:42 [2021-06-24T22:18:42.269Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:18:42 [2021-06-24T22:18:42.269Z] --- PASS: TestMountDaemonRoot (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
22:18:42 [2021-06-24T22:18:42.269Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
22:18:42 [2021-06-24T22:18:42.269Z] === RUN   TestContainerBindMountNonRecursive
22:18:42 [2021-06-24T22:18:42.269Z]     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)
22:18:42 [2021-06-24T22:18:42.269Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
22:18:42 [2021-06-24T22:18:42.269Z] === RUN   TestContainerVolumesMountedAsShared
22:18:42 [2021-06-24T22:18:42.269Z]     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)
22:18:42 [2021-06-24T22:18:42.269Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z] === RUN   TestContainerVolumesMountedAsSlave
22:18:42 [2021-06-24T22:18:42.269Z]     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)
22:18:42 [2021-06-24T22:18:42.269Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
22:18:42 [2021-06-24T22:18:42.269Z] === RUN   TestNetworkNat
22:18:42 [2021-06-24T22:18:42.461Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
22:18:42 [2021-06-24T22:18:42.554Z]  ---> Running in e9791a3c7ebd
22:18:43 [2021-06-24T22:18:43.209Z] --- PASS: TestNetworkNat (0.74s)
22:18:43 [2021-06-24T22:18:43.209Z] === RUN   TestNetworkLocalhostTCPNat
22:18:43 [2021-06-24T22:18:43.778Z] --- PASS: TestNetworkLocalhostTCPNat (0.65s)
22:18:43 [2021-06-24T22:18:43.778Z] === RUN   TestNetworkLoopbackNat
22:18:44 [2021-06-24T22:18:44.132Z] --- PASS: TestTemplatedConfig (3.40s)
22:18:44 [2021-06-24T22:18:44.132Z] === RUN   TestConfigCreateResolve
22:18:44 [2021-06-24T22:18:44.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
22:18:46 [2021-06-24T22:18:46.673Z] --- PASS: TestConfigCreateResolve (2.47s)
22:18:46 [2021-06-24T22:18:46.674Z] PASS
22:18:46 [2021-06-24T22:18:46.674Z] 
22:18:46 [2021-06-24T22:18:46.674Z] DONE 6 tests in 15.184s
22:18:46 [2021-06-24T22:18:46.674Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:18:46 [2021-06-24T22:18:46.674Z] INFO: Testing against a local daemon
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCheckpoint
22:18:46 [2021-06-24T22:18:46.674Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:18:46 [2021-06-24T22:18:46.674Z] --- SKIP: TestCheckpoint (0.00s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestContainerInvalidJSON
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:18:46 [2021-06-24T22:18:46.674Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:18:46 [2021-06-24T22:18:46.674Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:18:46 [2021-06-24T22:18:46.674Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:18:46 [2021-06-24T22:18:46.674Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:18:46 [2021-06-24T22:18:46.674Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:18:46 [2021-06-24T22:18:46.674Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:18:46 [2021-06-24T22:18:46.674Z] --- PASS: TestContainerInvalidJSON (0.01s)
22:18:46 [2021-06-24T22:18:46.674Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:18:46 [2021-06-24T22:18:46.674Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:18:46 [2021-06-24T22:18:46.674Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:18:46 [2021-06-24T22:18:46.674Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCopyFromContainerPathIsNotDir
22:18:46 [2021-06-24T22:18:46.674Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCopyToContainerPathDoesNotExist
22:18:46 [2021-06-24T22:18:46.674Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCopyToContainerPathIsNotDir
22:18:46 [2021-06-24T22:18:46.674Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
22:18:46 [2021-06-24T22:18:46.674Z] === RUN   TestCopyFromContainer
22:18:46 [2021-06-24T22:18:46.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
22:18:47 [2021-06-24T22:18:47.069Z] --- PASS: TestNetworkLoopbackNat (2.99s)
22:18:47 [2021-06-24T22:18:47.069Z] === RUN   TestPause
22:18:47 [2021-06-24T22:18:47.069Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
22:18:47 [2021-06-24T22:18:47.069Z] --- SKIP: TestPause (0.00s)
22:18:47 [2021-06-24T22:18:47.069Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:18:47 [2021-06-24T22:18:47.069Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:18:47 [2021-06-24T22:18:47.069Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:18:47 [2021-06-24T22:18:47.069Z] === RUN   TestPauseStopPausedContainer
22:18:47 [2021-06-24T22:18:47.069Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
22:18:47 [2021-06-24T22:18:47.069Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
22:18:47 [2021-06-24T22:18:47.069Z] === RUN   TestPidHost
22:18:48 [2021-06-24T22:18:48.055Z] === RUN   TestCopyFromContainer//
22:18:48 [2021-06-24T22:18:48.055Z] === RUN   TestCopyFromContainer//bar/root
22:18:48 [2021-06-24T22:18:48.055Z] === RUN   TestCopyFromContainer//bar/root/
22:18:48 [2021-06-24T22:18:48.055Z] === RUN   TestCopyFromContainer/bar/quux
22:18:48 [2021-06-24T22:18:48.316Z] === RUN   TestCopyFromContainer/bar/quux/
22:18:48 [2021-06-24T22:18:48.316Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:18:48 [2021-06-24T22:18:48.316Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:18:48 [2021-06-24T22:18:48.316Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCopyFromContainer/bar/notarget
22:18:48 [2021-06-24T22:18:48.578Z] --- PASS: TestCopyFromContainer (1.94s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer// (0.06s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:18:48 [2021-06-24T22:18:48.578Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateLinkToNonExistingContainer
22:18:48 [2021-06-24T22:18:48.578Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateWithInvalidEnv
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateWithInvalidEnv/0
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateWithInvalidEnv/0
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateWithInvalidEnv/1
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateWithInvalidEnv/1
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateWithInvalidEnv/2
22:18:48 [2021-06-24T22:18:48.578Z] === PAUSE TestCreateWithInvalidEnv/2
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateWithInvalidEnv/0
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateWithInvalidEnv/2
22:18:48 [2021-06-24T22:18:48.578Z] === CONT  TestCreateWithInvalidEnv/1
22:18:48 [2021-06-24T22:18:48.578Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:18:48 [2021-06-24T22:18:48.578Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateTmpfsMountsTarget
22:18:48 [2021-06-24T22:18:48.578Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
22:18:48 [2021-06-24T22:18:48.578Z] === RUN   TestCreateWithCustomMaskedPaths
22:18:48 [2021-06-24T22:18:48.979Z] --- PASS: TestPidHost (1.80s)
22:18:48 [2021-06-24T22:18:48.979Z] === RUN   TestPsFilter
22:18:48 [2021-06-24T22:18:48.979Z] --- PASS: TestPsFilter (0.09s)
22:18:48 [2021-06-24T22:18:48.979Z] === RUN   TestRemoveContainerWithRemovedVolume
22:18:49 [2021-06-24T22:18:49.239Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.59s)
22:18:49 [2021-06-24T22:18:49.239Z] === RUN   TestRemoveContainerWithVolume
22:18:49 [2021-06-24T22:18:49.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
22:18:49 [2021-06-24T22:18:49.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
22:18:49 [2021-06-24T22:18:49.828Z] --- PASS: TestRemoveContainerWithVolume (0.69s)
22:18:49 [2021-06-24T22:18:49.828Z] === RUN   TestRemoveContainerRunning
22:18:50 [2021-06-24T22:18:50.784Z] --- PASS: TestRemoveContainerRunning (0.65s)
22:18:50 [2021-06-24T22:18:50.784Z] === RUN   TestRemoveContainerForceRemoveRunning
22:18:51 [2021-06-24T22:18:51.121Z] --- PASS: TestCreateWithCustomMaskedPaths (2.45s)
22:18:51 [2021-06-24T22:18:51.121Z] === RUN   TestCreateWithCustomReadonlyPaths
22:18:51 [2021-06-24T22:18:51.192Z] Removing intermediate container e9791a3c7ebd
22:18:51 [2021-06-24T22:18:51.192Z]  ---> 18651f2611ac
22:18:51 [2021-06-24T22:18:51.192Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
22:18:51 [2021-06-24T22:18:51.192Z]  ---> Running in 016b54bdc6d4
22:18:51 [2021-06-24T22:18:51.354Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s)
22:18:51 [2021-06-24T22:18:51.354Z] === RUN   TestRemoveInvalidContainer
22:18:51 [2021-06-24T22:18:51.354Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:18:51 [2021-06-24T22:18:51.354Z] === RUN   TestRenameLinkedContainer
22:18:52 [2021-06-24T22:18:52.168Z] 
22:18:52 [2021-06-24T22:18:52.168Z] SUCCESS: Specified value was saved.
22:18:53 [2021-06-24T22:18:53.661Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.39s)
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:53 [2021-06-24T22:18:53.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:53 [2021-06-24T22:18:53.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:18:53 [2021-06-24T22:18:53.661Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:18:53 [2021-06-24T22:18:53.661Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:18:53 [2021-06-24T22:18:53.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:18:53 [2021-06-24T22:18:53.661Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:18:53 [2021-06-24T22:18:53.890Z] --- PASS: TestRenameLinkedContainer (2.53s)
22:18:53 [2021-06-24T22:18:53.890Z] === RUN   TestRenameStoppedContainer
22:18:53 [2021-06-24T22:18:53.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
22:18:54 [2021-06-24T22:18:54.459Z] --- PASS: TestRenameStoppedContainer (0.61s)
22:18:54 [2021-06-24T22:18:54.459Z] === RUN   TestRenameRunningContainerAndReuse
22:18:54 [2021-06-24T22:18:54.601Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s)
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestCreateDifferentPlatform
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestCreateDifferentPlatform/different_os
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:18:54 [2021-06-24T22:18:54.601Z] --- PASS: TestCreateDifferentPlatform (0.02s)
22:18:54 [2021-06-24T22:18:54.601Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:18:54 [2021-06-24T22:18:54.601Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:18:54 [2021-06-24T22:18:54.601Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:18:54 [2021-06-24T22:18:54.601Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestContainerStartOnDaemonRestart
22:18:54 [2021-06-24T22:18:54.601Z] === PAUSE TestContainerStartOnDaemonRestart
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestDaemonRestartIpcMode
22:18:54 [2021-06-24T22:18:54.601Z] === PAUSE TestDaemonRestartIpcMode
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestDaemonHostGatewayIP
22:18:54 [2021-06-24T22:18:54.601Z] === PAUSE TestDaemonHostGatewayIP
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestRestartDaemonWithRestartingContainer
22:18:54 [2021-06-24T22:18:54.601Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestContainerKillOnDaemonStart
22:18:54 [2021-06-24T22:18:54.601Z] === PAUSE TestContainerKillOnDaemonStart
22:18:54 [2021-06-24T22:18:54.601Z] === RUN   TestDiff
22:18:55 [2021-06-24T22:18:55.095Z] Removing intermediate container 016b54bdc6d4
22:18:55 [2021-06-24T22:18:55.095Z]  ---> 7bde807ee9ac
22:18:55 [2021-06-24T22:18:55.095Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
22:18:55 [2021-06-24T22:18:55.095Z]  ---> Running in 177e8e79ba8a
22:18:55 [2021-06-24T22:18:55.171Z] --- PASS: TestDiff (0.78s)
22:18:55 [2021-06-24T22:18:55.171Z] === RUN   TestExecWithCloseStdin
22:18:55 [2021-06-24T22:18:55.839Z] --- PASS: TestRenameRunningContainerAndReuse (1.25s)
22:18:55 [2021-06-24T22:18:55.839Z] === RUN   TestRenameInvalidName
22:18:56 [2021-06-24T22:18:56.407Z] --- PASS: TestRenameInvalidName (0.78s)
22:18:56 [2021-06-24T22:18:56.407Z] === RUN   TestRenameAnonymousContainer
22:18:56 [2021-06-24T22:18:56.552Z] --- PASS: TestExecWithCloseStdin (1.11s)
22:18:56 [2021-06-24T22:18:56.552Z] === RUN   TestExec
22:18:57 [2021-06-24T22:18:57.492Z] --- PASS: TestExec (1.13s)
22:18:57 [2021-06-24T22:18:57.492Z] === RUN   TestExecUser
22:18:58 [2021-06-24T22:18:58.875Z] --- PASS: TestExecUser (1.08s)
22:18:58 [2021-06-24T22:18:58.875Z] === RUN   TestExportContainerAndImportImage
22:18:58 [2021-06-24T22:18:58.902Z] Cannot create a file when that file already exists.
22:18:58 [2021-06-24T22:18:58.945Z] --- PASS: TestRenameAnonymousContainer (2.16s)
22:18:58 [2021-06-24T22:18:58.945Z] === RUN   TestRenameContainerWithSameName
22:18:59 [2021-06-24T22:18:59.205Z] --- PASS: TestRenameContainerWithSameName (0.63s)
22:18:59 [2021-06-24T22:18:59.205Z] === RUN   TestRenameContainerWithLinkedContainer
22:18:59 [2021-06-24T22:18:59.816Z] --- PASS: TestExportContainerAndImportImage (1.01s)
22:18:59 [2021-06-24T22:18:59.816Z] === RUN   TestExportContainerAfterDaemonRestart
22:19:00 [2021-06-24T22:19:00.587Z] --- PASS: TestRenameContainerWithLinkedContainer (1.23s)
22:19:00 [2021-06-24T22:19:00.587Z] === RUN   TestResize
22:19:01 [2021-06-24T22:19:01.157Z] --- PASS: TestResize (0.62s)
22:19:01 [2021-06-24T22:19:01.157Z] === RUN   TestResizeWithInvalidSize
22:19:01 [2021-06-24T22:19:01.200Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
22:19:01 [2021-06-24T22:19:01.200Z] === RUN   TestHealthCheckWorkdir
22:19:01 [2021-06-24T22:19:01.727Z] --- PASS: TestResizeWithInvalidSize (0.64s)
22:19:01 [2021-06-24T22:19:01.727Z] === RUN   TestResizeWhenContainerNotStarted
22:19:02 [2021-06-24T22:19:02.298Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s)
22:19:02 [2021-06-24T22:19:02.298Z] === RUN   TestDaemonRestartKillContainers
22:19:02 [2021-06-24T22:19:02.298Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
22:19:02 [2021-06-24T22:19:02.298Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
22:19:02 [2021-06-24T22:19:02.298Z] === RUN   TestCgroupNamespacesRun
22:19:02 [2021-06-24T22:19:02.582Z] --- PASS: TestHealthCheckWorkdir (1.52s)
22:19:02 [2021-06-24T22:19:02.582Z] === RUN   TestHealthKillContainer
22:19:03 [2021-06-24T22:19:03.626Z] Removing intermediate container 177e8e79ba8a
22:19:03 [2021-06-24T22:19:03.626Z]  ---> 9ba2ac63e278
22:19:03 [2021-06-24T22:19:03.626Z] Step 13/13 : CMD ["sh"]
22:19:03 [2021-06-24T22:19:03.626Z]  ---> Running in 69cf29905384
22:19:03 [2021-06-24T22:19:03.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
22:19:04 [2021-06-24T22:19:04.088Z] Removing intermediate container 69cf29905384
22:19:04 [2021-06-24T22:19:04.088Z]  ---> 7f6d0358d269
22:19:04 [2021-06-24T22:19:04.088Z] Successfully built 7f6d0358d269
22:19:04 [2021-06-24T22:19:04.088Z] Successfully tagged busybox:latest
22:19:04 [2021-06-24T22:19:04.088Z] INFO: Docker images of the daemon under test
22:19:04 [2021-06-24T22:19:04.088Z] 
22:19:04 [2021-06-24T22:19:04.088Z] REPOSITORY                                     TAG                 IMAGE ID            CREATED                  SIZE
22:19:04 [2021-06-24T22:19:04.088Z] busybox                                        latest              7f6d0358d269        Less than a second ago   2.78GB
22:19:04 [2021-06-24T22:19:04.088Z] mcr.microsoft.com/windows/servercore/insider   10.0.20295.1        39d157a84080        4 months ago             2.74GB
22:19:04 [2021-06-24T22:19:04.088Z] microsoft/windowsservercore                    latest              39d157a84080        4 months ago             2.74GB
22:19:04 [2021-06-24T22:19:04.088Z] 
22:19:04 [2021-06-24T22:19:04.088Z] INFO: Running integration tests at 06/24/2021 22:19:03...
22:19:04 [2021-06-24T22:19:04.088Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
22:19:04 [2021-06-24T22:19:04.088Z] INFO: Integration API tests being run from the host:
22:19:04 [2021-06-24T22:19:04.088Z] INFO: make.ps1 starting at 06/24/2021 22:19:03
22:19:04 [2021-06-24T22:19:04.206Z] --- PASS: TestCgroupNamespacesRun (1.58s)
22:19:04 [2021-06-24T22:19:04.206Z] === RUN   TestCgroupNamespacesRunPrivileged
22:19:04 [2021-06-24T22:19:04.277Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:19:04 [2021-06-24T22:19:04.277Z] INFO: Testing against a local daemon
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithSession
22:19:04 [2021-06-24T22:19:04.277Z]     build_session_test.go:25: TODO: BuildKit
22:19:04 [2021-06-24T22:19:04.277Z] --- SKIP: TestBuildWithSession (0.00s)
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildSquashParent
22:19:04 [2021-06-24T22:19:04.277Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:19:04 [2021-06-24T22:19:04.277Z] --- SKIP: TestBuildSquashParent (0.00s)
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:04 [2021-06-24T22:19:04.277Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:04 [2021-06-24T22:19:04.277Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:04 [2021-06-24T22:19:04.277Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:04 [2021-06-24T22:19:04.277Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:04 [2021-06-24T22:19:04.277Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:05 [2021-06-24T22:19:05.064Z] Running D:\gopath\src\github.com\docker\docker\integration\build
22:19:05 [2021-06-24T22:19:05.144Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.06s)
22:19:05 [2021-06-24T22:19:05.144Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:19:05 [2021-06-24T22:19:05.876Z] --- PASS: TestHealthKillContainer (3.19s)
22:19:05 [2021-06-24T22:19:05.876Z] === RUN   TestInspectCpusetInConfigPre120
22:19:06 [2021-06-24T22:19:06.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
22:19:06 [2021-06-24T22:19:06.446Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s)
22:19:06 [2021-06-24T22:19:06.446Z] === RUN   TestIpcModeNone
22:19:06 [2021-06-24T22:19:06.524Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.55s)
22:19:06 [2021-06-24T22:19:06.524Z] === RUN   TestCgroupNamespacesRunHostMode
22:19:07 [2021-06-24T22:19:07.828Z] --- PASS: TestIpcModeNone (1.14s)
22:19:07 [2021-06-24T22:19:07.828Z] === RUN   TestIpcModePrivate
22:19:07 [2021-06-24T22:19:07.906Z] --- PASS: TestCgroupNamespacesRunHostMode (1.55s)
22:19:07 [2021-06-24T22:19:07.906Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:19:08 [2021-06-24T22:19:08.399Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
22:19:08 [2021-06-24T22:19:08.659Z] --- PASS: TestIpcModePrivate (1.11s)
22:19:08 [2021-06-24T22:19:08.659Z] === RUN   TestIpcModeShareable
22:19:09 [2021-06-24T22:19:09.599Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true
22:19:09 [2021-06-24T22:19:09.729Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
22:19:09 [2021-06-24T22:19:09.814Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.57s)
22:19:09 [2021-06-24T22:19:09.814Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:19:09 [2021-06-24T22:19:09.859Z] --- PASS: TestIpcModeShareable (1.08s)
22:19:09 [2021-06-24T22:19:09.859Z] === RUN   TestAPIIpcModeShareableAndContainer
22:19:10 [2021-06-24T22:19:10.664Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
22:19:10 [2021-06-24T22:19:10.754Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s)
22:19:10 [2021-06-24T22:19:10.754Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:19:11 [2021-06-24T22:19:11.323Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
22:19:11 [2021-06-24T22:19:11.323Z] === RUN   TestCgroupNamespacesRunOlderClient
22:19:12 [2021-06-24T22:19:12.198Z] sha256:9f7951348701be1c94d442115b07cbbac7cf488ad9ce2044d4bf00c4da93f002
22:19:12 [2021-06-24T22:19:12.198Z] INFO: Starting docker-py tests...
22:19:12 [2021-06-24T22:19:12.198Z] ============================= test session starts ==============================
22:19:12 [2021-06-24T22:19:12.198Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
22:19:12 [2021-06-24T22:19:12.198Z] rootdir: /src, inifile: pytest.ini
22:19:12 [2021-06-24T22:19:12.198Z] plugins: timeout-1.3.3, cov-2.6.1
22:19:12 [2021-06-24T22:19:12.198Z] collected 390 items / 1 deselected / 389 selected
22:19:12 [2021-06-24T22:19:12.198Z] 
22:19:12 [2021-06-24T22:19:12.866Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:12 [2021-06-24T22:19:12.866Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:13 [2021-06-24T22:19:13.156Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.05s)
22:19:13 [2021-06-24T22:19:13.156Z] === RUN   TestAPIIpcModeHost
22:19:13 [2021-06-24T22:19:13.231Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s)
22:19:13 [2021-06-24T22:19:13.231Z] === RUN   TestNISDomainname
22:19:13 [2021-06-24T22:19:13.231Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
22:19:13 [2021-06-24T22:19:13.231Z] --- SKIP: TestNISDomainname (0.01s)
22:19:13 [2021-06-24T22:19:13.231Z] === RUN   TestHostnameDnsResolution
22:19:13 [2021-06-24T22:19:13.949Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
22:19:14 [2021-06-24T22:19:14.096Z] --- PASS: TestAPIIpcModeHost (1.12s)
22:19:14 [2021-06-24T22:19:14.096Z] === RUN   TestDaemonIpcModeShareable
22:19:14 [2021-06-24T22:19:14.171Z] --- PASS: TestHostnameDnsResolution (1.07s)
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStats
22:19:14 [2021-06-24T22:19:14.171Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:14 [2021-06-24T22:19:14.171Z] --- SKIP: TestStats (0.00s)
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStopContainerWithTimeout
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStopContainerWithTimeout/0
22:19:14 [2021-06-24T22:19:14.171Z] === PAUSE TestStopContainerWithTimeout/0
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStopContainerWithTimeout/1
22:19:14 [2021-06-24T22:19:14.171Z] === PAUSE TestStopContainerWithTimeout/1
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStopContainerWithTimeout/3
22:19:14 [2021-06-24T22:19:14.171Z] === PAUSE TestStopContainerWithTimeout/3
22:19:14 [2021-06-24T22:19:14.171Z] === RUN   TestStopContainerWithTimeout/-1
22:19:14 [2021-06-24T22:19:14.171Z] === PAUSE TestStopContainerWithTimeout/-1
22:19:14 [2021-06-24T22:19:14.171Z] === CONT  TestStopContainerWithTimeout/0
22:19:14 [2021-06-24T22:19:14.171Z] === CONT  TestStopContainerWithTimeout/3
22:19:15 [2021-06-24T22:19:15.110Z] === CONT  TestStopContainerWithTimeout/-1
22:19:15 [2021-06-24T22:19:15.479Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
22:19:15 [2021-06-24T22:19:15.738Z] --- PASS: TestDaemonIpcModeShareable (1.72s)
22:19:15 [2021-06-24T22:19:15.738Z] === RUN   TestDaemonIpcModePrivate
22:19:15 [2021-06-24T22:19:15.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
22:19:17 [2021-06-24T22:19:17.015Z] === CONT  TestStopContainerWithTimeout/1
22:19:17 [2021-06-24T22:19:17.122Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
22:19:17 [2021-06-24T22:19:17.382Z] --- PASS: TestDaemonIpcModePrivate (1.72s)
22:19:17 [2021-06-24T22:19:17.382Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:19:18 [2021-06-24T22:19:18.763Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
22:19:18 [2021-06-24T22:19:18.924Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:19:18 [2021-06-24T22:19:18.924Z]     --- PASS: TestStopContainerWithTimeout/0 (0.89s)
22:19:18 [2021-06-24T22:19:18.924Z]     --- PASS: TestStopContainerWithTimeout/3 (2.90s)
22:19:18 [2021-06-24T22:19:18.924Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.60s)
22:19:18 [2021-06-24T22:19:18.924Z]     --- PASS: TestStopContainerWithTimeout/1 (1.65s)
22:19:18 [2021-06-24T22:19:18.924Z] === RUN   TestDeleteDevicemapper
22:19:18 [2021-06-24T22:19:18.924Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:19:18 [2021-06-24T22:19:18.924Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:19:18 [2021-06-24T22:19:18.924Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:19:19 [2021-06-24T22:19:19.023Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.70s)
22:19:19 [2021-06-24T22:19:19.023Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:19:19 [2021-06-24T22:19:19.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
22:19:19 [2021-06-24T22:19:19.938Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.70s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.84s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.29s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.90s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.52s)
22:19:19 [2021-06-24T22:19:19.938Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.86s)
22:19:19 [2021-06-24T22:19:19.938Z] === RUN   TestBuildMultiStageCopy
22:19:19 [2021-06-24T22:19:19.938Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:19:20 [2021-06-24T22:19:20.933Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
22:19:20 [2021-06-24T22:19:20.933Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.67s)
22:19:20 [2021-06-24T22:19:20.933Z] === RUN   TestIpcModeOlderClient
22:19:20 [2021-06-24T22:19:20.933Z] === PAUSE TestIpcModeOlderClient
22:19:20 [2021-06-24T22:19:20.933Z] === RUN   TestKillContainerInvalidSignal
22:19:21 [2021-06-24T22:19:21.462Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.80s)
22:19:21 [2021-06-24T22:19:21.462Z] === RUN   TestUpdateMemory
22:19:21 [2021-06-24T22:19:21.462Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:21 [2021-06-24T22:19:21.462Z] --- SKIP: TestUpdateMemory (0.00s)
22:19:21 [2021-06-24T22:19:21.462Z] === RUN   TestUpdateCPUQuota
22:19:21 [2021-06-24T22:19:21.462Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:21 [2021-06-24T22:19:21.462Z] --- SKIP: TestUpdateCPUQuota (0.00s)
22:19:21 [2021-06-24T22:19:21.462Z] === RUN   TestUpdatePidsLimit
22:19:21 [2021-06-24T22:19:21.462Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:21 [2021-06-24T22:19:21.462Z] --- SKIP: TestUpdatePidsLimit (0.00s)
22:19:21 [2021-06-24T22:19:21.462Z] === RUN   TestUpdateRestartPolicy
22:19:21 [2021-06-24T22:19:21.503Z] --- PASS: TestKillContainerInvalidSignal (0.77s)
22:19:21 [2021-06-24T22:19:21.503Z] === RUN   TestKillContainer
22:19:21 [2021-06-24T22:19:21.503Z] === RUN   TestKillContainer/no_signal
22:19:21 [2021-06-24T22:19:21.662Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
22:19:22 [2021-06-24T22:19:22.073Z] === RUN   TestKillContainer/non_killing_signal
22:19:22 [2021-06-24T22:19:22.644Z] === RUN   TestKillContainer/killing_signal
22:19:23 [2021-06-24T22:19:23.585Z] --- PASS: TestKillContainer (2.14s)
22:19:23 [2021-06-24T22:19:23.585Z]     --- PASS: TestKillContainer/no_signal (0.70s)
22:19:23 [2021-06-24T22:19:23.585Z]     --- PASS: TestKillContainer/non_killing_signal (0.55s)
22:19:23 [2021-06-24T22:19:23.585Z]     --- PASS: TestKillContainer/killing_signal (0.71s)
22:19:23 [2021-06-24T22:19:23.585Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:19:23 [2021-06-24T22:19:23.585Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:19:24 [2021-06-24T22:19:24.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
22:19:24 [2021-06-24T22:19:24.526Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:19:25 [2021-06-24T22:19:25.096Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s)
22:19:25 [2021-06-24T22:19:25.096Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s)
22:19:25 [2021-06-24T22:19:25.096Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
22:19:25 [2021-06-24T22:19:25.096Z] === RUN   TestKillStoppedContainer
22:19:25 [2021-06-24T22:19:25.096Z] --- PASS: TestKillStoppedContainer (0.05s)
22:19:25 [2021-06-24T22:19:25.096Z] === RUN   TestKillStoppedContainerAPIPre120
22:19:25 [2021-06-24T22:19:25.357Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
22:19:25 [2021-06-24T22:19:25.357Z] === RUN   TestKillDifferentUserContainer
22:19:25 [2021-06-24T22:19:25.927Z] --- PASS: TestKillDifferentUserContainer (0.67s)
22:19:25 [2021-06-24T22:19:25.927Z] === RUN   TestInspectOomKilledTrue
22:19:25 [2021-06-24T22:19:25.927Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
22:19:25 [2021-06-24T22:19:25.927Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:19:25 [2021-06-24T22:19:25.927Z] === RUN   TestInspectOomKilledFalse
22:19:26 [2021-06-24T22:19:26.497Z] --- PASS: TestInspectOomKilledFalse (0.67s)
22:19:26 [2021-06-24T22:19:26.497Z] === RUN   TestLinksEtcHostsContentMatch
22:19:26 [2021-06-24T22:19:26.739Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:19:26 [2021-06-24T22:19:26.739Z] Using test binary docker
22:19:26 [2021-06-24T22:19:26.739Z] +++ /etc/init.d/apparmor start
22:19:26 [2021-06-24T22:19:26.739Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:19:26 [2021-06-24T22:19:26.739Z] INFO: Waiting for daemon to start...
22:19:26 [2021-06-24T22:19:26.739Z] Starting dockerd
22:19:26 [2021-06-24T22:19:26.739Z] +++ 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
22:19:27 [2021-06-24T22:19:27.008Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:19:27 [2021-06-24T22:19:27.438Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s)
22:19:27 [2021-06-24T22:19:27.438Z] === RUN   TestLinksContainerNames
22:19:27 [2021-06-24T22:19:27.466Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:19:28 [2021-06-24T22:19:28.435Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:19:28 [2021-06-24T22:19:28.822Z] --- PASS: TestLinksContainerNames (1.42s)
22:19:28 [2021-06-24T22:19:28.822Z] === RUN   TestLogsFollowTailEmpty
22:19:29 [2021-06-24T22:19:29.286Z] .
22:19:29 [2021-06-24T22:19:29.286Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:19:29 [2021-06-24T22:19:29.286Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:19:29 [2021-06-24T22:19:29.286Z] Error: No such image: emptyfs
22:19:29 [2021-06-24T22:19:29.286Z] ++++ docker load
22:19:29 [2021-06-24T22:19:29.286Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:19:29 [2021-06-24T22:19:29.403Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:19:29 [2021-06-24T22:19:29.762Z] --- PASS: TestLogsFollowTailEmpty (0.70s)
22:19:29 [2021-06-24T22:19:29.762Z] === RUN   TestContainerNetworkMountsNoChown
22:19:29 [2021-06-24T22:19:29.854Z] Running integration-test (iteration 1)
22:19:29 [2021-06-24T22:19:29.854Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
22:19:29 [2021-06-24T22:19:29.854Z] ++ 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
22:19:29 [2021-06-24T22:19:29.854Z] ++ set -e
22:19:29 [2021-06-24T22:19:29.854Z] ++ '[' -n 0 ']'
22:19:29 [2021-06-24T22:19:29.854Z] ++ set -x
22:19:29 [2021-06-24T22:19:29.854Z] ++ env -i DEST=/go/src/github.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
22:19:30 [2021-06-24T22:19:30.333Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s)
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/default
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/default
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/private
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/private
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rprivate
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rprivate
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/slave
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/slave
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rslave
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rslave
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/shared
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/shared
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rshared
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rshared
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/default
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/default/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/default/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rshared
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/shared
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rslave
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/slave
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rprivate
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/private
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/private/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/private/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/default/bind_root
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/default/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:19:30 [2021-06-24T22:19:30.333Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:19:30 [2021-06-24T22:19:30.369Z] --- PASS: TestBuildMultiStageCopy (10.55s)
22:19:30 [2021-06-24T22:19:30.369Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.07s)
22:19:30 [2021-06-24T22:19:30.369Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s)
22:19:30 [2021-06-24T22:19:30.369Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.81s)
22:19:30 [2021-06-24T22:19:30.369Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.93s)
22:19:30 [2021-06-24T22:19:30.369Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.09s)
22:19:30 [2021-06-24T22:19:30.369Z] === RUN   TestBuildMultiStageParentConfig
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/private/mount_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:19:30 [2021-06-24T22:19:30.595Z] === CONT  TestMountDaemonRoot/private/bind_root
22:19:30 [2021-06-24T22:19:30.855Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:19:30 [2021-06-24T22:19:30.855Z] --- PASS: TestMountDaemonRoot (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
22:19:30 [2021-06-24T22:19:30.855Z] === RUN   TestContainerBindMountNonRecursive
22:19:31 [2021-06-24T22:19:31.863Z] tests/integration/api_build_test.py .......................X             [  6%]
22:19:32 [2021-06-24T22:19:32.425Z] tests/integration/api_client_test.py .....                               [  7%]
22:19:32 [2021-06-24T22:19:32.559Z] --- PASS: TestBuildMultiStageParentConfig (2.30s)
22:19:32 [2021-06-24T22:19:32.559Z] === RUN   TestBuildLabelWithTargets
22:19:32 [2021-06-24T22:19:32.559Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:19:32 [2021-06-24T22:19:32.559Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
22:19:32 [2021-06-24T22:19:32.559Z] === RUN   TestBuildWithEmptyLayers
22:19:33 [2021-06-24T22:19:33.399Z] --- PASS: TestContainerBindMountNonRecursive (2.22s)
22:19:33 [2021-06-24T22:19:33.399Z] === RUN   TestContainerVolumesMountedAsShared
22:19:33 [2021-06-24T22:19:33.399Z] --- PASS: TestContainerVolumesMountedAsShared (0.48s)
22:19:33 [2021-06-24T22:19:33.399Z] === RUN   TestContainerVolumesMountedAsSlave
22:19:33 [2021-06-24T22:19:33.676Z] --- PASS: TestUpdateRestartPolicy (12.19s)
22:19:33 [2021-06-24T22:19:33.676Z] === RUN   TestUpdateRestartWithAutoRemove
22:19:34 [2021-06-24T22:19:34.106Z] --- PASS: TestBuildWithEmptyLayers (1.30s)
22:19:34 [2021-06-24T22:19:34.106Z] === RUN   TestBuildMultiStageOnBuild
22:19:34 [2021-06-24T22:19:34.202Z] tests/integration/api_config_test.py .....                               [  8%]
22:19:34 [2021-06-24T22:19:34.245Z] --- PASS: TestUpdateRestartWithAutoRemove (0.62s)
22:19:34 [2021-06-24T22:19:34.246Z] === RUN   TestWaitNonBlocked
22:19:34 [2021-06-24T22:19:34.246Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:19:34 [2021-06-24T22:19:34.246Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:19:34 [2021-06-24T22:19:34.246Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:19:34 [2021-06-24T22:19:34.246Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:19:34 [2021-06-24T22:19:34.246Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:19:34 [2021-06-24T22:19:34.246Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:19:34 [2021-06-24T22:19:34.341Z] --- PASS: TestContainerVolumesMountedAsSlave (0.83s)
22:19:34 [2021-06-24T22:19:34.341Z] === RUN   TestNetworkNat
22:19:35 [2021-06-24T22:19:35.185Z] --- PASS: TestWaitNonBlocked (0.01s)
22:19:35 [2021-06-24T22:19:35.185Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s)
22:19:35 [2021-06-24T22:19:35.185Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.98s)
22:19:35 [2021-06-24T22:19:35.185Z] === RUN   TestWaitBlocked
22:19:35 [2021-06-24T22:19:35.185Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:19:35 [2021-06-24T22:19:35.185Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:19:35 [2021-06-24T22:19:35.185Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:19:35 [2021-06-24T22:19:35.185Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:19:35 [2021-06-24T22:19:35.185Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:19:35 [2021-06-24T22:19:35.185Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:19:35 [2021-06-24T22:19:35.198Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:19:35 [2021-06-24T22:19:35.198Z] INFO: Testing against a local daemon
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithSession
22:19:35 [2021-06-24T22:19:35.198Z]     build_session_test.go:25: TODO: BuildKit
22:19:35 [2021-06-24T22:19:35.198Z] --- SKIP: TestBuildWithSession (0.00s)
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildSquashParent
22:19:35 [2021-06-24T22:19:35.198Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:19:35 [2021-06-24T22:19:35.198Z] --- SKIP: TestBuildSquashParent (0.00s)
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:35 [2021-06-24T22:19:35.198Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.198Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.198Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:19:35 [2021-06-24T22:19:35.198Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.198Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:19:35 [2021-06-24T22:19:35.283Z] --- PASS: TestNetworkNat (0.76s)
22:19:35 [2021-06-24T22:19:35.283Z] === RUN   TestNetworkLocalhostTCPNat
22:19:35 [2021-06-24T22:19:35.854Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s)
22:19:35 [2021-06-24T22:19:35.854Z] === RUN   TestNetworkLoopbackNat
22:19:36 [2021-06-24T22:19:36.566Z] --- PASS: TestWaitBlocked (0.02s)
22:19:36 [2021-06-24T22:19:36.566Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s)
22:19:36 [2021-06-24T22:19:36.566Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s)
22:19:36 [2021-06-24T22:19:36.566Z] === CONT  TestDaemonRestartIpcMode
22:19:36 [2021-06-24T22:19:36.566Z] === CONT  TestIpcModeOlderClient
22:19:36 [2021-06-24T22:19:36.566Z] --- PASS: TestIpcModeOlderClient (0.06s)
22:19:36 [2021-06-24T22:19:36.566Z] === CONT  TestRestartDaemonWithRestartingContainer
22:19:39 [2021-06-24T22:19:39.209Z] --- PASS: TestNetworkLoopbackNat (3.21s)
22:19:39 [2021-06-24T22:19:39.209Z] === RUN   TestPause
22:19:39 [2021-06-24T22:19:39.779Z] --- PASS: TestPause (0.73s)
22:19:39 [2021-06-24T22:19:39.779Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:19:39 [2021-06-24T22:19:39.779Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:19:39 [2021-06-24T22:19:39.779Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:19:39 [2021-06-24T22:19:39.779Z] === RUN   TestPauseStopPausedContainer
22:19:39 [2021-06-24T22:19:39.861Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.96s)
22:19:39 [2021-06-24T22:19:39.861Z] --- PASS: TestDaemonRestartIpcMode (3.63s)
22:19:39 [2021-06-24T22:19:39.861Z] PASS
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === Skipped
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
22:19:39 [2021-06-24T22:19:39.861Z]     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)
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     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)
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     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)
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestPause (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
22:19:39 [2021-06-24T22:19:39.861Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
22:19:39 [2021-06-24T22:19:39.861Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestStats (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
22:19:39 [2021-06-24T22:19:39.861Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] 
22:19:39 [2021-06-24T22:19:39.861Z] DONE 177 tests, 25 skipped in 89.509s
22:19:39 [2021-06-24T22:19:39.861Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
22:19:40 [2021-06-24T22:19:40.121Z] === RUN   TestConfigDaemonLibtrustID
22:19:40 [2021-06-24T22:19:40.350Z] --- PASS: TestPauseStopPausedContainer (0.70s)
22:19:40 [2021-06-24T22:19:40.350Z] === RUN   TestPidHost
22:19:40 [2021-06-24T22:19:40.689Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:19:40 [2021-06-24T22:19:40.689Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:19:40 [2021-06-24T22:19:40.689Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation/invalid_config
22:19:40 [2021-06-24T22:19:40.689Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation/malformed_config
22:19:40 [2021-06-24T22:19:40.689Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:19:40 [2021-06-24T22:19:40.689Z] === RUN   TestDaemonConfigValidation/valid_config
22:19:40 [2021-06-24T22:19:40.689Z] === PAUSE TestDaemonConfigValidation/valid_config
22:19:40 [2021-06-24T22:19:40.689Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:19:40 [2021-06-24T22:19:40.689Z] === CONT  TestDaemonConfigValidation/malformed_config
22:19:40 [2021-06-24T22:19:40.689Z] === CONT  TestDaemonConfigValidation/valid_config
22:19:40 [2021-06-24T22:19:40.689Z] === CONT  TestDaemonConfigValidation/invalid_config
22:19:40 [2021-06-24T22:19:40.689Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:19:40 [2021-06-24T22:19:40.689Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:19:40 [2021-06-24T22:19:40.689Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
22:19:40 [2021-06-24T22:19:40.689Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
22:19:40 [2021-06-24T22:19:40.689Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
22:19:40 [2021-06-24T22:19:40.689Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
22:19:40 [2021-06-24T22:19:40.689Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
22:19:40 [2021-06-24T22:19:40.689Z] PASS
22:19:40 [2021-06-24T22:19:40.689Z] 
22:19:40 [2021-06-24T22:19:40.689Z] DONE 7 tests in 0.807s
22:19:40 [2021-06-24T22:19:40.689Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:19:40 [2021-06-24T22:19:40.948Z] INFO: Testing against a local daemon
22:19:40 [2021-06-24T22:19:40.948Z] === RUN   TestCommitInheritsEnv
22:19:42 [2021-06-24T22:19:42.325Z] --- PASS: TestCommitInheritsEnv (1.21s)
22:19:42 [2021-06-24T22:19:42.325Z] === RUN   TestImportExtremelyLargeImageWorks
22:19:42 [2021-06-24T22:19:42.325Z] === PAUSE TestImportExtremelyLargeImageWorks
22:19:42 [2021-06-24T22:19:42.325Z] === RUN   TestImagesFilterMultiReference
22:19:42 [2021-06-24T22:19:42.325Z] --- PASS: TestImagesFilterMultiReference (0.05s)
22:19:42 [2021-06-24T22:19:42.325Z] === RUN   TestImagePullPlatformInvalid
22:19:42 [2021-06-24T22:19:42.325Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:19:42 [2021-06-24T22:19:42.325Z] === RUN   TestRemoveImageOrphaning
22:19:42 [2021-06-24T22:19:42.892Z] --- PASS: TestPidHost (2.00s)
22:19:42 [2021-06-24T22:19:42.892Z] === RUN   TestPsFilter
22:19:42 [2021-06-24T22:19:42.892Z] --- PASS: TestPsFilter (0.13s)
22:19:42 [2021-06-24T22:19:42.892Z] === RUN   TestRemoveContainerWithRemovedVolume
22:19:43 [2021-06-24T22:19:43.152Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s)
22:19:43 [2021-06-24T22:19:43.152Z] === RUN   TestRemoveContainerWithVolume
22:19:44 [2021-06-24T22:19:44.093Z] --- PASS: TestRemoveContainerWithVolume (0.73s)
22:19:44 [2021-06-24T22:19:44.093Z] === RUN   TestRemoveContainerRunning
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestRemoveImageOrphaning (1.94s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestRemoveImageGarbageCollector
22:19:44 [2021-06-24T22:19:44.233Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
22:19:44 [2021-06-24T22:19:44.233Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagInvalidReference
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagInvalidReference (0.01s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagValidPrefixedRepo
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagExistedNameWithoutForce
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagOfficialNames
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagOfficialNames (0.05s)
22:19:44 [2021-06-24T22:19:44.233Z] === RUN   TestTagMatchesDigest
22:19:44 [2021-06-24T22:19:44.233Z] --- PASS: TestTagMatchesDigest (0.01s)
22:19:44 [2021-06-24T22:19:44.233Z] === CONT  TestImportExtremelyLargeImageWorks
22:19:44 [2021-06-24T22:19:44.664Z] --- PASS: TestRemoveContainerRunning (0.68s)
22:19:44 [2021-06-24T22:19:44.664Z] === RUN   TestRemoveContainerForceRemoveRunning
22:19:45 [2021-06-24T22:19:45.235Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s)
22:19:45 [2021-06-24T22:19:45.235Z] === RUN   TestRemoveInvalidContainer
22:19:45 [2021-06-24T22:19:45.235Z] --- PASS: TestRemoveInvalidContainer (0.01s)
22:19:45 [2021-06-24T22:19:45.235Z] === RUN   TestRenameLinkedContainer
22:19:45 [2021-06-24T22:19:45.595Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:19:45 [2021-06-24T22:19:45.595Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:19:48 [2021-06-24T22:19:48.534Z] --- PASS: TestRenameLinkedContainer (2.94s)
22:19:48 [2021-06-24T22:19:48.534Z] === RUN   TestRenameStoppedContainer
22:19:48 [2021-06-24T22:19:48.915Z] --- PASS: TestBuildMultiStageOnBuild (14.98s)
22:19:48 [2021-06-24T22:19:48.915Z] === RUN   TestBuildUncleanTarFilenames
22:19:48 [2021-06-24T22:19:48.915Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:19:48 [2021-06-24T22:19:48.915Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
22:19:48 [2021-06-24T22:19:48.915Z] === RUN   TestBuildMultiStageLayerLeak
22:19:49 [2021-06-24T22:19:49.103Z] --- PASS: TestRenameStoppedContainer (0.70s)
22:19:49 [2021-06-24T22:19:49.103Z] === RUN   TestRenameRunningContainerAndReuse
22:19:50 [2021-06-24T22:19:50.485Z] --- PASS: TestRenameRunningContainerAndReuse (1.43s)
22:19:50 [2021-06-24T22:19:50.485Z] === RUN   TestRenameInvalidName
22:19:51 [2021-06-24T22:19:51.057Z] --- PASS: TestRenameInvalidName (0.70s)
22:19:51 [2021-06-24T22:19:51.057Z] === RUN   TestRenameAnonymousContainer
22:19:52 [2021-06-24T22:19:52.719Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.42s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.44s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.45s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.72s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.85s)
22:19:52 [2021-06-24T22:19:52.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.08s)
22:19:52 [2021-06-24T22:19:52.720Z] === RUN   TestBuildMultiStageCopy
22:19:52 [2021-06-24T22:19:52.720Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:19:53 [2021-06-24T22:19:53.599Z] --- PASS: TestRenameAnonymousContainer (2.43s)
22:19:53 [2021-06-24T22:19:53.599Z] === RUN   TestRenameContainerWithSameName
22:19:54 [2021-06-24T22:19:54.172Z] --- PASS: TestRenameContainerWithSameName (0.70s)
22:19:54 [2021-06-24T22:19:54.172Z] === RUN   TestRenameContainerWithLinkedContainer
22:19:55 [2021-06-24T22:19:55.557Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s)
22:19:55 [2021-06-24T22:19:55.557Z] === RUN   TestResize
22:19:56 [2021-06-24T22:19:56.498Z] --- PASS: TestResize (0.71s)
22:19:56 [2021-06-24T22:19:56.498Z] === RUN   TestResizeWithInvalidSize
22:19:57 [2021-06-24T22:19:57.069Z] --- PASS: TestResizeWithInvalidSize (0.69s)
22:19:57 [2021-06-24T22:19:57.069Z] === RUN   TestResizeWhenContainerNotStarted
22:19:57 [2021-06-24T22:19:57.477Z] --- PASS: TestBuildMultiStageLayerLeak (8.75s)
22:19:57 [2021-06-24T22:19:57.477Z] === RUN   TestBuildWithHugeFile
22:19:57 [2021-06-24T22:19:57.640Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s)
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:19:57 [2021-06-24T22:19:57.640Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:20:00 [2021-06-24T22:20:00.183Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:20:00 [2021-06-24T22:20:00.183Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:20:01 [2021-06-24T22:20:01.564Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:20:01 [2021-06-24T22:20:01.564Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:20:02 [2021-06-24T22:20:02.947Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:20:02 [2021-06-24T22:20:02.947Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:20:04 [2021-06-24T22:20:04.862Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:20:05 [2021-06-24T22:20:05.127Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:20:05 [2021-06-24T22:20:05.157Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:20:05 [2021-06-24T22:20:05.620Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:20:06 [2021-06-24T22:20:06.596Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:20:07 [2021-06-24T22:20:07.670Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:20:08 [2021-06-24T22:20:08.149Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:20:08 [2021-06-24T22:20:08.241Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:20:09 [2021-06-24T22:20:09.126Z] --- PASS: TestBuildMultiStageCopy (16.59s)
22:20:09 [2021-06-24T22:20:09.126Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (12.15s)
22:20:09 [2021-06-24T22:20:09.126Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.84s)
22:20:09 [2021-06-24T22:20:09.126Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s)
22:20:09 [2021-06-24T22:20:09.126Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s)
22:20:09 [2021-06-24T22:20:09.126Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.33s)
22:20:09 [2021-06-24T22:20:09.126Z] === RUN   TestBuildMultiStageParentConfig
22:20:10 [2021-06-24T22:20:10.784Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.17s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.42s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.40s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.18s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.22s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.81s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.13s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.12s)
22:20:10 [2021-06-24T22:20:10.784Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.17s)
22:20:10 [2021-06-24T22:20:10.784Z] === RUN   TestCgroupNamespacesRun
22:20:11 [2021-06-24T22:20:11.127Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
22:20:12 [2021-06-24T22:20:12.051Z] --- PASS: TestBuildMultiStageParentConfig (2.51s)
22:20:12 [2021-06-24T22:20:12.051Z] === RUN   TestBuildLabelWithTargets
22:20:12 [2021-06-24T22:20:12.051Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:20:12 [2021-06-24T22:20:12.051Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
22:20:12 [2021-06-24T22:20:12.051Z] === RUN   TestBuildWithEmptyLayers
22:20:12 [2021-06-24T22:20:12.166Z] --- PASS: TestCgroupNamespacesRun (1.72s)
22:20:12 [2021-06-24T22:20:12.166Z] === RUN   TestCgroupNamespacesRunPrivileged
22:20:12 [2021-06-24T22:20:12.166Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
22:20:12 [2021-06-24T22:20:12.166Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
22:20:12 [2021-06-24T22:20:12.166Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:20:13 [2021-06-24T22:20:13.028Z] --- PASS: TestBuildWithEmptyLayers (1.40s)
22:20:13 [2021-06-24T22:20:13.028Z] === RUN   TestBuildMultiStageOnBuild
22:20:14 [2021-06-24T22:20:14.075Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.66s)
22:20:14 [2021-06-24T22:20:14.075Z] === RUN   TestCgroupNamespacesRunHostMode
22:20:15 [2021-06-24T22:20:15.457Z] --- PASS: TestCgroupNamespacesRunHostMode (1.68s)
22:20:15 [2021-06-24T22:20:15.457Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:20:16 [2021-06-24T22:20:16.542Z] Loaded image: buildpack-deps:buster
22:20:16 [2021-06-24T22:20:16.542Z] Loaded image: busybox:latest
22:20:16 [2021-06-24T22:20:16.542Z] Loaded image: busybox:glibc
22:20:17 [2021-06-24T22:20:17.366Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.68s)
22:20:17 [2021-06-24T22:20:17.366Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:20:18 [2021-06-24T22:20:18.307Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.24s)
22:20:18 [2021-06-24T22:20:18.307Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:20:19 [2021-06-24T22:20:19.247Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
22:20:19 [2021-06-24T22:20:19.247Z] === RUN   TestCgroupNamespacesRunOlderClient
22:20:21 [2021-06-24T22:20:21.162Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.69s)
22:20:21 [2021-06-24T22:20:21.162Z] === RUN   TestNISDomainname
22:20:22 [2021-06-24T22:20:22.103Z] --- PASS: TestNISDomainname (1.32s)
22:20:22 [2021-06-24T22:20:22.103Z] === RUN   TestHostnameDnsResolution
22:20:23 [2021-06-24T22:20:23.112Z] Loaded image: debian:bullseye
22:20:23 [2021-06-24T22:20:23.112Z] Loaded image: hello-world:latest
22:20:23 [2021-06-24T22:20:23.112Z] Loaded image: arm32v7/hello-world:latest
22:20:23 [2021-06-24T22:20:23.112Z] INFO: Testing against a local daemon
22:20:23 [2021-06-24T22:20:23.112Z] === RUN   TestCgroupNamespacesBuild
22:20:23 [2021-06-24T22:20:23.487Z] --- PASS: TestHostnameDnsResolution (1.32s)
22:20:23 [2021-06-24T22:20:23.487Z] === RUN   TestStats
22:20:25 [2021-06-24T22:20:25.473Z] --- PASS: TestBuildMultiStageOnBuild (11.30s)
22:20:25 [2021-06-24T22:20:25.473Z] === RUN   TestBuildUncleanTarFilenames
22:20:25 [2021-06-24T22:20:25.473Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:20:25 [2021-06-24T22:20:25.473Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
22:20:25 [2021-06-24T22:20:25.473Z] === RUN   TestBuildMultiStageLayerLeak
22:20:25 [2021-06-24T22:20:25.644Z] --- PASS: TestCgroupNamespacesBuild (2.60s)
22:20:25 [2021-06-24T22:20:25.644Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
22:20:26 [2021-06-24T22:20:26.781Z] --- PASS: TestStats (2.76s)
22:20:26 [2021-06-24T22:20:26.781Z] === RUN   TestStopContainerWithTimeout
22:20:26 [2021-06-24T22:20:26.781Z] === RUN   TestStopContainerWithTimeout/0
22:20:26 [2021-06-24T22:20:26.781Z] === PAUSE TestStopContainerWithTimeout/0
22:20:26 [2021-06-24T22:20:26.781Z] === RUN   TestStopContainerWithTimeout/1
22:20:26 [2021-06-24T22:20:26.781Z] === PAUSE TestStopContainerWithTimeout/1
22:20:26 [2021-06-24T22:20:26.781Z] === RUN   TestStopContainerWithTimeout/3
22:20:26 [2021-06-24T22:20:26.781Z] === PAUSE TestStopContainerWithTimeout/3
22:20:26 [2021-06-24T22:20:26.781Z] === RUN   TestStopContainerWithTimeout/-1
22:20:26 [2021-06-24T22:20:26.781Z] === PAUSE TestStopContainerWithTimeout/-1
22:20:26 [2021-06-24T22:20:26.781Z] === CONT  TestStopContainerWithTimeout/0
22:20:26 [2021-06-24T22:20:26.781Z] === CONT  TestStopContainerWithTimeout/3
22:20:27 [2021-06-24T22:20:27.351Z] === CONT  TestStopContainerWithTimeout/-1
22:20:28 [2021-06-24T22:20:28.175Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.65s)
22:20:28 [2021-06-24T22:20:28.175Z] === RUN   TestBuildWithSession
22:20:28 [2021-06-24T22:20:28.175Z]     build_session_test.go:25: TODO: BuildKit
22:20:28 [2021-06-24T22:20:28.175Z] --- SKIP: TestBuildWithSession (0.00s)
22:20:28 [2021-06-24T22:20:28.175Z] === RUN   TestBuildSquashParent
22:20:29 [2021-06-24T22:20:29.260Z] === CONT  TestStopContainerWithTimeout/1
22:20:31 [2021-06-24T22:20:31.171Z] --- PASS: TestStopContainerWithTimeout (0.01s)
22:20:31 [2021-06-24T22:20:31.171Z]     --- PASS: TestStopContainerWithTimeout/0 (1.02s)
22:20:31 [2021-06-24T22:20:31.171Z]     --- PASS: TestStopContainerWithTimeout/3 (3.00s)
22:20:31 [2021-06-24T22:20:31.171Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.67s)
22:20:31 [2021-06-24T22:20:31.171Z]     --- PASS: TestStopContainerWithTimeout/1 (1.71s)
22:20:31 [2021-06-24T22:20:31.171Z] === RUN   TestDeleteDevicemapper
22:20:31 [2021-06-24T22:20:31.171Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:20:31 [2021-06-24T22:20:31.171Z] --- SKIP: TestDeleteDevicemapper (0.00s)
22:20:31 [2021-06-24T22:20:31.171Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:20:32 [2021-06-24T22:20:32.555Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.73s)
22:20:32 [2021-06-24T22:20:32.555Z] === RUN   TestUpdateMemory
22:20:33 [2021-06-24T22:20:33.937Z] --- PASS: TestUpdateMemory (1.38s)
22:20:33 [2021-06-24T22:20:33.937Z] === RUN   TestUpdateCPUQuota
22:20:35 [2021-06-24T22:20:35.850Z] --- PASS: TestBuildMultiStageLayerLeak (10.29s)
22:20:35 [2021-06-24T22:20:35.850Z] === RUN   TestBuildWithHugeFile
22:20:40 [2021-06-24T22:20:40.379Z] --- PASS: TestBuildSquashParent (12.28s)
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:40 [2021-06-24T22:20:40.379Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:40 [2021-06-24T22:20:40.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:40 [2021-06-24T22:20:40.379Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
22:20:40 [2021-06-24T22:20:40.379Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
22:20:42 [2021-06-24T22:20:42.065Z] --- PASS: TestUpdateCPUQuota (6.67s)
22:20:42 [2021-06-24T22:20:42.065Z] === RUN   TestUpdatePidsLimit
22:20:42 [2021-06-24T22:20:42.065Z] === RUN   TestUpdatePidsLimit/update_from_none
22:20:42 [2021-06-24T22:20:42.065Z] === RUN   TestUpdatePidsLimit/no_change
22:20:42 [2021-06-24T22:20:42.065Z] === RUN   TestUpdatePidsLimit/update_lower
22:20:42 [2021-06-24T22:20:42.725Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:20:43 [2021-06-24T22:20:43.673Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:20:44 [2021-06-24T22:20:44.245Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:20:44 [2021-06-24T22:20:44.814Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:20:45 [2021-06-24T22:20:45.667Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
22:20:45 [2021-06-24T22:20:45.667Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
22:20:46 [2021-06-24T22:20:46.195Z] --- PASS: TestUpdatePidsLimit (5.61s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.67s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/no_change (0.68s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.76s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.74s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s)
22:20:46 [2021-06-24T22:20:46.195Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.73s)
22:20:46 [2021-06-24T22:20:46.195Z] === RUN   TestUpdateRestartPolicy
22:20:50 [2021-06-24T22:20:50.961Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
22:20:51 [2021-06-24T22:20:51.241Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
22:20:56 [2021-06-24T22:20:56.519Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.26s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.30s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.44s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.73s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.21s)
22:20:56 [2021-06-24T22:20:56.519Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.11s)
22:20:56 [2021-06-24T22:20:56.519Z] === RUN   TestBuildMultiStageCopy
22:20:56 [2021-06-24T22:20:56.519Z] === RUN   TestBuildMultiStageCopy/copy_to_root
22:20:59 [2021-06-24T22:20:59.812Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
22:21:00 [2021-06-24T22:21:00.380Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
22:21:00 [2021-06-24T22:21:00.948Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
22:21:01 [2021-06-24T22:21:01.090Z] --- PASS: TestUpdateRestartPolicy (12.62s)
22:21:01 [2021-06-24T22:21:01.090Z] === RUN   TestUpdateRestartWithAutoRemove
22:21:01 [2021-06-24T22:21:01.090Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s)
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitNonBlocked
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:21:01 [2021-06-24T22:21:01.091Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:21:01 [2021-06-24T22:21:01.091Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:21:01 [2021-06-24T22:21:01.091Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:21:01 [2021-06-24T22:21:01.091Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:21:01 [2021-06-24T22:21:01.091Z] --- PASS: TestWaitNonBlocked (0.01s)
22:21:01 [2021-06-24T22:21:01.091Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s)
22:21:01 [2021-06-24T22:21:01.091Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s)
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitBlocked
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:21:01 [2021-06-24T22:21:01.091Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:21:01 [2021-06-24T22:21:01.091Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:21:01 [2021-06-24T22:21:01.091Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:21:01 [2021-06-24T22:21:01.091Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:21:01 [2021-06-24T22:21:01.091Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:21:01 [2021-06-24T22:21:01.516Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
22:21:02 [2021-06-24T22:21:02.031Z] --- PASS: TestWaitBlocked (0.01s)
22:21:02 [2021-06-24T22:21:02.031Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.11s)
22:21:02 [2021-06-24T22:21:02.031Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.19s)
22:21:02 [2021-06-24T22:21:02.031Z] === CONT  TestContainerStartOnDaemonRestart
22:21:02 [2021-06-24T22:21:02.031Z] === CONT  TestContainerKillOnDaemonStart
22:21:02 [2021-06-24T22:21:02.085Z] --- PASS: TestBuildMultiStageCopy (5.62s)
22:21:02 [2021-06-24T22:21:02.085Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.63s)
22:21:02 [2021-06-24T22:21:02.085Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s)
22:21:02 [2021-06-24T22:21:02.085Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s)
22:21:02 [2021-06-24T22:21:02.085Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s)
22:21:02 [2021-06-24T22:21:02.085Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.46s)
22:21:02 [2021-06-24T22:21:02.085Z] === RUN   TestBuildMultiStageParentConfig
22:21:03 [2021-06-24T22:21:03.464Z] --- PASS: TestBuildMultiStageParentConfig (1.29s)
22:21:03 [2021-06-24T22:21:03.464Z] === RUN   TestBuildLabelWithTargets
22:21:05 [2021-06-24T22:21:05.329Z] --- PASS: TestContainerStartOnDaemonRestart (2.91s)
22:21:05 [2021-06-24T22:21:05.329Z] === CONT  TestIpcModeOlderClient
22:21:05 [2021-06-24T22:21:05.329Z] --- PASS: TestIpcModeOlderClient (0.06s)
22:21:05 [2021-06-24T22:21:05.329Z] === CONT  TestDaemonHostGatewayIP
22:21:05 [2021-06-24T22:21:05.374Z] --- PASS: TestBuildLabelWithTargets (2.24s)
22:21:05 [2021-06-24T22:21:05.374Z] === RUN   TestBuildWithEmptyLayers
22:21:06 [2021-06-24T22:21:06.311Z] --- PASS: TestBuildWithEmptyLayers (0.97s)
22:21:06 [2021-06-24T22:21:06.311Z] === RUN   TestBuildMultiStageOnBuild
22:21:08 [2021-06-24T22:21:08.625Z] --- PASS: TestDaemonHostGatewayIP (3.28s)
22:21:08 [2021-06-24T22:21:08.625Z] === CONT  TestRestartDaemonWithRestartingContainer
22:21:11 [2021-06-24T22:21:11.166Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.40s)
22:21:11 [2021-06-24T22:21:11.166Z] === CONT  TestDaemonRestartIpcMode
22:21:11 [2021-06-24T22:21:11.585Z] --- PASS: TestBuildMultiStageOnBuild (4.41s)
22:21:11 [2021-06-24T22:21:11.585Z] === RUN   TestBuildUncleanTarFilenames
22:21:12 [2021-06-24T22:21:12.527Z] --- PASS: TestBuildUncleanTarFilenames (1.76s)
22:21:12 [2021-06-24T22:21:12.527Z] === RUN   TestBuildMultiStageLayerLeak
22:21:13 [2021-06-24T22:21:13.707Z] --- PASS: TestDaemonRestartIpcMode (2.91s)
22:21:14 [2021-06-24T22:21:14.278Z] --- PASS: TestContainerKillOnDaemonStart (12.28s)
22:21:14 [2021-06-24T22:21:14.278Z] PASS
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] === Skipped
22:21:14 [2021-06-24T22:21:14.278Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:21:14 [2021-06-24T22:21:14.278Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
22:21:14 [2021-06-24T22:21:14.278Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:21:14 [2021-06-24T22:21:14.278Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
22:21:14 [2021-06-24T22:21:14.278Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
22:21:14 [2021-06-24T22:21:14.278Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] 
22:21:14 [2021-06-24T22:21:14.278Z] DONE 196 tests, 5 skipped in 147.969s
22:21:14 [2021-06-24T22:21:14.278Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
22:21:14 [2021-06-24T22:21:14.278Z] === RUN   TestConfigDaemonLibtrustID
22:21:14 [2021-06-24T22:21:14.850Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:21:14 [2021-06-24T22:21:14.850Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:21:14 [2021-06-24T22:21:14.850Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation/invalid_config
22:21:14 [2021-06-24T22:21:14.850Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation/malformed_config
22:21:14 [2021-06-24T22:21:14.850Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:21:14 [2021-06-24T22:21:14.850Z] === RUN   TestDaemonConfigValidation/valid_config
22:21:14 [2021-06-24T22:21:14.850Z] === PAUSE TestDaemonConfigValidation/valid_config
22:21:14 [2021-06-24T22:21:14.850Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:21:14 [2021-06-24T22:21:14.850Z] === CONT  TestDaemonConfigValidation/malformed_config
22:21:14 [2021-06-24T22:21:14.850Z] === CONT  TestDaemonConfigValidation/valid_config
22:21:14 [2021-06-24T22:21:14.850Z] === CONT  TestDaemonConfigValidation/invalid_config
22:21:15 [2021-06-24T22:21:15.111Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:21:15 [2021-06-24T22:21:15.111Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:21:15 [2021-06-24T22:21:15.111Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
22:21:15 [2021-06-24T22:21:15.111Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
22:21:15 [2021-06-24T22:21:15.111Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
22:21:15 [2021-06-24T22:21:15.111Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.10s)
22:21:15 [2021-06-24T22:21:15.111Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s)
22:21:15 [2021-06-24T22:21:15.111Z] PASS
22:21:15 [2021-06-24T22:21:15.111Z] 
22:21:15 [2021-06-24T22:21:15.111Z] DONE 7 tests in 0.760s
22:21:15 [2021-06-24T22:21:15.111Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:21:15 [2021-06-24T22:21:15.111Z] INFO: Testing against a local daemon
22:21:15 [2021-06-24T22:21:15.111Z] === RUN   TestCommitInheritsEnv
22:21:15 [2021-06-24T22:21:15.371Z] --- PASS: TestCommitInheritsEnv (0.29s)
22:21:15 [2021-06-24T22:21:15.372Z] === RUN   TestImportExtremelyLargeImageWorks
22:21:15 [2021-06-24T22:21:15.372Z] === PAUSE TestImportExtremelyLargeImageWorks
22:21:15 [2021-06-24T22:21:15.372Z] === RUN   TestImagesFilterMultiReference
22:21:15 [2021-06-24T22:21:15.372Z] --- PASS: TestImagesFilterMultiReference (0.06s)
22:21:15 [2021-06-24T22:21:15.372Z] === RUN   TestImagePullPlatformInvalid
22:21:15 [2021-06-24T22:21:15.632Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
22:21:15 [2021-06-24T22:21:15.632Z] === RUN   TestRemoveImageOrphaning
22:21:15 [2021-06-24T22:21:15.893Z] --- PASS: TestRemoveImageOrphaning (0.30s)
22:21:15 [2021-06-24T22:21:15.893Z] === RUN   TestRemoveImageGarbageCollector
22:21:16 [2021-06-24T22:21:16.714Z] --- PASS: TestBuildMultiStageLayerLeak (4.11s)
22:21:16 [2021-06-24T22:21:16.714Z] === RUN   TestBuildWithHugeFile
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestRemoveImageGarbageCollector (1.91s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagInvalidReference
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagInvalidReference (0.01s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagValidPrefixedRepo
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagExistedNameWithoutForce
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagOfficialNames
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagOfficialNames (0.06s)
22:21:17 [2021-06-24T22:21:17.804Z] === RUN   TestTagMatchesDigest
22:21:17 [2021-06-24T22:21:17.804Z] --- PASS: TestTagMatchesDigest (0.02s)
22:21:17 [2021-06-24T22:21:17.804Z] === CONT  TestImportExtremelyLargeImageWorks
22:21:19 [2021-06-24T22:21:19.649Z] ..........................xx....................                         [ 29%]
22:21:20 [2021-06-24T22:21:20.738Z] --- PASS: TestImportExtremelyLargeImageWorks (91.94s)
22:21:20 [2021-06-24T22:21:20.738Z] PASS
22:21:20 [2021-06-24T22:21:20.738Z] 
22:21:20 [2021-06-24T22:21:20.738Z] === Skipped
22:21:20 [2021-06-24T22:21:20.738Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
22:21:20 [2021-06-24T22:21:20.738Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
22:21:20 [2021-06-24T22:21:20.738Z] 
22:21:20 [2021-06-24T22:21:20.738Z] 
22:21:20 [2021-06-24T22:21:20.738Z] DONE 12 tests, 1 skipped in 95.457s
22:21:20 [2021-06-24T22:21:20.738Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:21:20 [2021-06-24T22:21:20.738Z] INFO: Testing against a local daemon
22:21:20 [2021-06-24T22:21:20.738Z] === RUN   TestNetworkCreateDelete
22:21:20 [2021-06-24T22:21:20.738Z] --- PASS: TestNetworkCreateDelete (0.15s)
22:21:20 [2021-06-24T22:21:20.738Z] === RUN   TestDockerNetworkDeletePreferID
22:21:20 [2021-06-24T22:21:20.738Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
22:21:20 [2021-06-24T22:21:20.738Z] === RUN   TestDaemonDNSFallback
22:21:23 [2021-06-24T22:21:23.332Z] --- PASS: TestDaemonDNSFallback (6.55s)
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestInspectNetwork
22:21:23 [2021-06-24T22:21:23.332Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.332Z] --- SKIP: TestInspectNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestRunContainerWithBridgeNone
22:21:23 [2021-06-24T22:21:23.332Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.332Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestNetworkInvalidJSON
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestNetworkInvalidJSON//networks/create
22:21:23 [2021-06-24T22:21:23.332Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:21:23 [2021-06-24T22:21:23.332Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:21:23 [2021-06-24T22:21:23.332Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:21:23 [2021-06-24T22:21:23.332Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:21:23 [2021-06-24T22:21:23.332Z] === CONT  TestNetworkInvalidJSON//networks/create
22:21:23 [2021-06-24T22:21:23.332Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:21:23 [2021-06-24T22:21:23.607Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:21:23 [2021-06-24T22:21:23.607Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestNetworkList
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestNetworkList//networks
22:21:23 [2021-06-24T22:21:23.607Z] === PAUSE TestNetworkList//networks
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestNetworkList//networks/
22:21:23 [2021-06-24T22:21:23.607Z] === PAUSE TestNetworkList//networks/
22:21:23 [2021-06-24T22:21:23.607Z] === CONT  TestNetworkList//networks
22:21:23 [2021-06-24T22:21:23.607Z] === CONT  TestNetworkList//networks/
22:21:23 [2021-06-24T22:21:23.607Z] --- PASS: TestNetworkList (0.03s)
22:21:23 [2021-06-24T22:21:23.607Z]     --- PASS: TestNetworkList//networks (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestHostIPv4BridgeLabel
22:21:23 [2021-06-24T22:21:23.607Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDaemonRestartWithLiveRestore
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDaemonDefaultNetworkPools
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDaemonRestartWithExistingNetwork
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestServiceWithPredefinedNetwork
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:242: FLAKY_TEST
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestServiceWithDataPathPortInit
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] PASS
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === Skipped
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:242: FLAKY_TEST
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] DONE 22 tests, 12 skipped in 7.257s
22:21:23 [2021-06-24T22:21:23.607Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:21:23 [2021-06-24T22:21:23.607Z] INFO: Testing against a local daemon
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDockerNetworkIpvlanPersistance
22:21:23 [2021-06-24T22:21:23.607Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] === RUN   TestDockerNetworkIpvlan
22:21:23 [2021-06-24T22:21:23.607Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:21:23 [2021-06-24T22:21:23.607Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z] PASS
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === Skipped
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:21:23 [2021-06-24T22:21:23.607Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] 
22:21:23 [2021-06-24T22:21:23.607Z] DONE 2 tests, 2 skipped in 0.099s
22:21:23 [2021-06-24T22:21:23.607Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:21:23 [2021-06-24T22:21:23.874Z] INFO: Testing against a local daemon
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestDockerNetworkMacvlanPersistance
22:21:23 [2021-06-24T22:21:23.874Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestDockerNetworkMacvlan
22:21:23 [2021-06-24T22:21:23.874Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] PASS
22:21:23 [2021-06-24T22:21:23.874Z] 
22:21:23 [2021-06-24T22:21:23.874Z] === Skipped
22:21:23 [2021-06-24T22:21:23.874Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.874Z] 
22:21:23 [2021-06-24T22:21:23.874Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:23 [2021-06-24T22:21:23.874Z] 
22:21:23 [2021-06-24T22:21:23.874Z] 
22:21:23 [2021-06-24T22:21:23.874Z] DONE 2 tests, 2 skipped in 0.116s
22:21:23 [2021-06-24T22:21:23.874Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:21:23 [2021-06-24T22:21:23.874Z] testing: warning: no tests to run
22:21:23 [2021-06-24T22:21:23.874Z] PASS
22:21:23 [2021-06-24T22:21:23.874Z] 
22:21:23 [2021-06-24T22:21:23.874Z] DONE 0 tests in 0.024s
22:21:23 [2021-06-24T22:21:23.874Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:21:23 [2021-06-24T22:21:23.874Z] INFO: Testing against a local daemon
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginAllowRequest
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginTLS
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginTLS (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginDenyRequest
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginAPIDenyResponse
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginDenyResponse
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginAllowEventStream
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginErrorResponse
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginErrorRequest
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.874Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
22:21:23 [2021-06-24T22:21:23.874Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:21:23 [2021-06-24T22:21:23.874Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.875Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
22:21:23 [2021-06-24T22:21:23.875Z] === RUN   TestAuthZPluginHeader
22:21:23 [2021-06-24T22:21:23.875Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:23 [2021-06-24T22:21:23.875Z] --- SKIP: TestAuthZPluginHeader (0.00s)
22:21:23 [2021-06-24T22:21:23.875Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s)
22:21:24 [2021-06-24T22:21:24.135Z] === RUN   TestAuthZPluginV2Disable
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
22:21:24 [2021-06-24T22:21:24.135Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z] PASS
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === Skipped
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
22:21:24 [2021-06-24T22:21:24.135Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] 
22:21:24 [2021-06-24T22:21:24.135Z] DONE 17 tests, 17 skipped in 0.339s
22:21:24 [2021-06-24T22:21:24.135Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:21:24 [2021-06-24T22:21:24.395Z] INFO: Testing against a local daemon
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestPluginInvalidJSON
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:21:24 [2021-06-24T22:21:24.395Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:21:24 [2021-06-24T22:21:24.395Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:21:24 [2021-06-24T22:21:24.395Z] --- PASS: TestPluginInvalidJSON (0.02s)
22:21:24 [2021-06-24T22:21:24.395Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestPluginInstall
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.395Z] --- SKIP: TestPluginInstall (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestPluginsWithRuntimes
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
22:21:24 [2021-06-24T22:21:24.395Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestPluginBackCompatMediaTypes
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
22:21:24 [2021-06-24T22:21:24.395Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z] PASS
22:21:24 [2021-06-24T22:21:24.395Z] 
22:21:24 [2021-06-24T22:21:24.395Z] === Skipped
22:21:24 [2021-06-24T22:21:24.395Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
22:21:24 [2021-06-24T22:21:24.395Z] 
22:21:24 [2021-06-24T22:21:24.395Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
22:21:24 [2021-06-24T22:21:24.395Z] 
22:21:24 [2021-06-24T22:21:24.395Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
22:21:24 [2021-06-24T22:21:24.395Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
22:21:24 [2021-06-24T22:21:24.395Z] 
22:21:24 [2021-06-24T22:21:24.395Z] 
22:21:24 [2021-06-24T22:21:24.395Z] DONE 5 tests, 3 skipped in 0.138s
22:21:24 [2021-06-24T22:21:24.395Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:21:24 [2021-06-24T22:21:24.395Z] INFO: Testing against a local daemon
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestExternalGraphDriver
22:21:24 [2021-06-24T22:21:24.395Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
22:21:24 [2021-06-24T22:21:24.395Z] --- SKIP: TestExternalGraphDriver (0.06s)
22:21:24 [2021-06-24T22:21:24.395Z] === RUN   TestGraphdriverPluginV2
22:21:28 [2021-06-24T22:21:28.596Z] --- PASS: TestGraphdriverPluginV2 (3.85s)
22:21:28 [2021-06-24T22:21:28.596Z] PASS
22:21:28 [2021-06-24T22:21:28.596Z] 
22:21:28 [2021-06-24T22:21:28.596Z] === Skipped
22:21:28 [2021-06-24T22:21:28.596Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.06s)
22:21:28 [2021-06-24T22:21:28.596Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
22:21:28 [2021-06-24T22:21:28.596Z] 
22:21:28 [2021-06-24T22:21:28.596Z] 
22:21:28 [2021-06-24T22:21:28.596Z] DONE 2 tests, 1 skipped in 4.013s
22:21:28 [2021-06-24T22:21:28.596Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:21:28 [2021-06-24T22:21:28.596Z] INFO: Testing against a local daemon
22:21:28 [2021-06-24T22:21:28.596Z] === RUN   TestContinueAfterPluginCrash
22:21:28 [2021-06-24T22:21:28.596Z] === PAUSE TestContinueAfterPluginCrash
22:21:28 [2021-06-24T22:21:28.596Z] === RUN   TestReadPluginNoRead
22:21:28 [2021-06-24T22:21:28.596Z] === PAUSE TestReadPluginNoRead
22:21:28 [2021-06-24T22:21:28.596Z] === RUN   TestDaemonStartWithLogOpt
22:21:28 [2021-06-24T22:21:28.596Z] === PAUSE TestDaemonStartWithLogOpt
22:21:28 [2021-06-24T22:21:28.596Z] === CONT  TestContinueAfterPluginCrash
22:21:28 [2021-06-24T22:21:28.596Z] === CONT  TestDaemonStartWithLogOpt
22:21:32 [2021-06-24T22:21:32.793Z] --- PASS: TestDaemonStartWithLogOpt (4.09s)
22:21:32 [2021-06-24T22:21:32.793Z] === CONT  TestReadPluginNoRead
22:21:34 [2021-06-24T22:21:34.703Z] === RUN   TestReadPluginNoRead/default
22:21:36 [2021-06-24T22:21:36.609Z] === RUN   TestReadPluginNoRead/disabled_caching
22:21:37 [2021-06-24T22:21:37.550Z] --- PASS: TestContinueAfterPluginCrash (9.20s)
22:21:37 [2021-06-24T22:21:37.809Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:21:39 [2021-06-24T22:21:39.190Z] === CONT  TestReadPluginNoRead
22:21:39 [2021-06-24T22:21:39.190Z]     read_test.go:92: [dff37ab6085c4] daemon is not started
22:21:39 [2021-06-24T22:21:39.190Z] --- PASS: TestReadPluginNoRead (6.69s)
22:21:39 [2021-06-24T22:21:39.190Z]     --- PASS: TestReadPluginNoRead/default (1.46s)
22:21:39 [2021-06-24T22:21:39.190Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.59s)
22:21:39 [2021-06-24T22:21:39.190Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s)
22:21:39 [2021-06-24T22:21:39.190Z] PASS
22:21:39 [2021-06-24T22:21:39.190Z] 
22:21:39 [2021-06-24T22:21:39.190Z] DONE 6 tests in 10.886s
22:21:39 [2021-06-24T22:21:39.190Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:21:39 [2021-06-24T22:21:39.190Z] testing: warning: no tests to run
22:21:39 [2021-06-24T22:21:39.190Z] PASS
22:21:39 [2021-06-24T22:21:39.190Z] 
22:21:39 [2021-06-24T22:21:39.190Z] DONE 0 tests in 0.031s
22:21:39 [2021-06-24T22:21:39.190Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:21:39 [2021-06-24T22:21:39.450Z] INFO: Testing against a local daemon
22:21:39 [2021-06-24T22:21:39.450Z] === RUN   TestPluginWithDevMounts
22:21:39 [2021-06-24T22:21:39.450Z]     mounts_test.go:21: (*Execution).IsRootless-fm
22:21:39 [2021-06-24T22:21:39.450Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:21:39 [2021-06-24T22:21:39.450Z] PASS
22:21:39 [2021-06-24T22:21:39.450Z] 
22:21:39 [2021-06-24T22:21:39.450Z] === Skipped
22:21:39 [2021-06-24T22:21:39.450Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
22:21:39 [2021-06-24T22:21:39.450Z]     mounts_test.go:21: (*Execution).IsRootless-fm
22:21:39 [2021-06-24T22:21:39.450Z] 
22:21:39 [2021-06-24T22:21:39.450Z] 
22:21:39 [2021-06-24T22:21:39.450Z] DONE 1 tests, 1 skipped in 0.104s
22:21:39 [2021-06-24T22:21:39.450Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:21:39 [2021-06-24T22:21:39.450Z] INFO: Testing against a local daemon
22:21:39 [2021-06-24T22:21:39.450Z] === RUN   TestSecretInspect
22:21:39 [2021-06-24T22:21:39.450Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.450Z] --- SKIP: TestSecretInspect (0.01s)
22:21:39 [2021-06-24T22:21:39.450Z] === RUN   TestSecretList
22:21:39 [2021-06-24T22:21:39.450Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.450Z] --- SKIP: TestSecretList (0.01s)
22:21:39 [2021-06-24T22:21:39.450Z] === RUN   TestSecretsCreateAndDelete
22:21:39 [2021-06-24T22:21:39.450Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.450Z] --- SKIP: TestSecretsCreateAndDelete (0.02s)
22:21:39 [2021-06-24T22:21:39.450Z] === RUN   TestSecretsUpdate
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestSecretsUpdate (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestTemplatedSecret
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestTemplatedSecret (0.00s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestSecretCreateResolve
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestSecretCreateResolve (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] PASS
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === Skipped
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] 
22:21:39 [2021-06-24T22:21:39.710Z] DONE 6 tests, 6 skipped in 0.174s
22:21:39 [2021-06-24T22:21:39.710Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:21:39 [2021-06-24T22:21:39.710Z] INFO: Testing against a local daemon
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestServiceCreateInit
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- PASS: TestServiceCreateInit (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:21:39 [2021-06-24T22:21:39.710Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceMultipleTimes
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceConflict
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateServiceConflict (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceMaxReplicas
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateWithDuplicateNetworkNames
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceSecretFileMode
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceConfigFileMode
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.710Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
22:21:39 [2021-06-24T22:21:39.710Z] === RUN   TestCreateServiceSysctls
22:21:39 [2021-06-24T22:21:39.710Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestCreateServiceSysctls (0.02s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestCreateServiceCapabilities
22:21:39 [2021-06-24T22:21:39.970Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestInspect
22:21:39 [2021-06-24T22:21:39.970Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestInspect (0.01s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestCreateJob
22:21:39 [2021-06-24T22:21:39.970Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestCreateJob (0.01s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestReplicatedJob
22:21:39 [2021-06-24T22:21:39.970Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestReplicatedJob (0.01s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestUpdateReplicatedJob
22:21:39 [2021-06-24T22:21:39.970Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestServiceListWithStatuses
22:21:39 [2021-06-24T22:21:39.970Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestDockerNetworkConnectAlias
22:21:39 [2021-06-24T22:21:39.970Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestDockerNetworkReConnect
22:21:39 [2021-06-24T22:21:39.970Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:39 [2021-06-24T22:21:39.970Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
22:21:39 [2021-06-24T22:21:39.970Z] === RUN   TestServicePlugin
22:21:41 [2021-06-24T22:21:41.879Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServicePlugin (1.98s)
22:21:41 [2021-06-24T22:21:41.879Z] === RUN   TestServiceUpdateLabel
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServiceUpdateLabel (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z] === RUN   TestServiceUpdateSecrets
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z] === RUN   TestServiceUpdateConfigs
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z] === RUN   TestServiceUpdateNetwork
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z] === RUN   TestServiceUpdatePidsLimit
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
22:21:41 [2021-06-24T22:21:41.879Z] PASS
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === Skipped
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestInspect (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:21:41 [2021-06-24T22:21:41.879Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
22:21:41 [2021-06-24T22:21:41.879Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServicePlugin (1.98s)
22:21:41 [2021-06-24T22:21:41.879Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
22:21:41 [2021-06-24T22:21:41.879Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] 
22:21:41 [2021-06-24T22:21:41.879Z] DONE 24 tests, 23 skipped in 2.375s
22:21:41 [2021-06-24T22:21:41.879Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:21:42 [2021-06-24T22:21:42.139Z] INFO: Testing against a local daemon
22:21:42 [2021-06-24T22:21:42.139Z] === RUN   TestSessionCreate
22:21:42 [2021-06-24T22:21:42.139Z] --- PASS: TestSessionCreate (0.02s)
22:21:42 [2021-06-24T22:21:42.139Z] === RUN   TestSessionCreateWithBadUpgrade
22:21:42 [2021-06-24T22:21:42.139Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:21:42 [2021-06-24T22:21:42.139Z] PASS
22:21:42 [2021-06-24T22:21:42.139Z] 
22:21:42 [2021-06-24T22:21:42.139Z] DONE 2 tests in 0.138s
22:21:42 [2021-06-24T22:21:42.139Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:21:42 [2021-06-24T22:21:42.139Z] INFO: Testing against a local daemon
22:21:42 [2021-06-24T22:21:42.139Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:21:42 [2021-06-24T22:21:42.139Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:21:42 [2021-06-24T22:21:42.139Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:21:42 [2021-06-24T22:21:42.139Z] === RUN   TestEventsExecDie
22:21:43 [2021-06-24T22:21:43.081Z] --- PASS: TestEventsExecDie (0.92s)
22:21:43 [2021-06-24T22:21:43.081Z] === RUN   TestEventsBackwardsCompatible
22:21:43 [2021-06-24T22:21:43.345Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
22:21:43 [2021-06-24T22:21:43.345Z] === RUN   TestEventsVolumeCreate
22:21:43 [2021-06-24T22:21:43.345Z] --- PASS: TestEventsVolumeCreate (0.04s)
22:21:43 [2021-06-24T22:21:43.345Z] === RUN   TestInfoBinaryCommits
22:21:43 [2021-06-24T22:21:43.345Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:21:43 [2021-06-24T22:21:43.345Z] === RUN   TestInfoAPIVersioned
22:21:43 [2021-06-24T22:21:43.345Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:21:43 [2021-06-24T22:21:43.345Z] === RUN   TestInfoDiscoveryBackend
22:21:43 [2021-06-24T22:21:43.913Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
22:21:43 [2021-06-24T22:21:43.913Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:21:45 [2021-06-24T22:21:45.914Z] tests/integration/api_exec_test.py .....................                 [ 34%]
22:21:47 [2021-06-24T22:21:47.201Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s)
22:21:47 [2021-06-24T22:21:47.201Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:21:47 [2021-06-24T22:21:47.201Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
22:21:47 [2021-06-24T22:21:47.201Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
22:21:47 [2021-06-24T22:21:47.201Z] === RUN   TestInfoAPI
22:21:47 [2021-06-24T22:21:47.201Z] --- PASS: TestInfoAPI (0.02s)
22:21:47 [2021-06-24T22:21:47.201Z] === RUN   TestInfoAPIWarnings
22:21:55 [2021-06-24T22:21:55.560Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
22:21:59 [2021-06-24T22:21:59.563Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
22:22:03 [2021-06-24T22:22:03.391Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.391Z] Using test binary docker
22:22:03 [2021-06-24T22:22:03.391Z] +++ /etc/init.d/apparmor start
22:22:03 [2021-06-24T22:22:03.391Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:22:03 [2021-06-24T22:22:03.391Z] INFO: Waiting for daemon to start...
22:22:03 [2021-06-24T22:22:03.391Z] Starting dockerd
22:22:03 [2021-06-24T22:22:03.391Z] +++ 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
22:22:03 [2021-06-24T22:22:03.392Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.392Z] Using test binary docker
22:22:03 [2021-06-24T22:22:03.392Z] +++ /etc/init.d/apparmor start
22:22:03 [2021-06-24T22:22:03.392Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
22:22:03 [2021-06-24T22:22:03.392Z] INFO: Waiting for daemon to start...
22:22:03 [2021-06-24T22:22:03.392Z] Starting dockerd
22:22:03 [2021-06-24T22:22:03.392Z] +++ 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
22:22:03 [2021-06-24T22:22:03.392Z] .
22:22:03 [2021-06-24T22:22:03.392Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.392Z] 
22:22:03 [2021-06-24T22:22:03.392Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.392Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.392Z] Error: No such image: emptyfs
22:22:03 [2021-06-24T22:22:03.392Z] ++++ docker load
22:22:03 [2021-06-24T22:22:03.392Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:22:03 [2021-06-24T22:22:03.392Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
22:22:03 [2021-06-24T22:22:03.392Z] Error: No such image: emptyfs
22:22:03 [2021-06-24T22:22:03.392Z] ++++ tar -cC bundles/test-integration/emptyfs .
22:22:03 [2021-06-24T22:22:03.392Z] ++++ docker load
22:22:03 [2021-06-24T22:22:03.392Z] Running integration-test (iteration 1)
22:22:03 [2021-06-24T22:22:03.392Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
22:22:03 [2021-06-24T22:22:03.392Z] ++ 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)/'
22:22:03 [2021-06-24T22:22:03.392Z] ++ set -e
22:22:03 [2021-06-24T22:22:03.392Z] ++ '[' -n 0 ']'
22:22:03 [2021-06-24T22:22:03.392Z] ++ set -x
22:22:03 [2021-06-24T22:22:03.392Z] ++ env -i DEST=/go/src/github.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)/'
22:22:03 [2021-06-24T22:22:03.392Z] Running integration-test (iteration 1)
22:22:03 [2021-06-24T22:22:03.392Z] 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)/
22:22:03 [2021-06-24T22:22:03.392Z] ++ 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)/'
22:22:03 [2021-06-24T22:22:03.392Z] ++ set -e
22:22:03 [2021-06-24T22:22:03.392Z] ++ '[' -n 0 ']'
22:22:03 [2021-06-24T22:22:03.392Z] ++ set -x
22:22:03 [2021-06-24T22:22:03.392Z] ++ env -i DEST=/go/src/github.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)/'
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestInfoAPIWarnings (16.33s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestInfoDebug
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestInfoDebug (0.52s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestInfoInsecureRegistries
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestInfoInsecureRegistries (0.53s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestInfoRegistryMirrors
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestInfoRegistryMirrors (0.53s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestLoginFailsWithBadCredentials
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestPingCacheHeaders
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestPingCacheHeaders (0.02s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestPingGet
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestPingGet (0.01s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestPingHead
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestPingHead (0.02s)
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestVersion
22:22:05 [2021-06-24T22:22:05.297Z] --- PASS: TestVersion (0.02s)
22:22:05 [2021-06-24T22:22:05.297Z] PASS
22:22:05 [2021-06-24T22:22:05.297Z] 
22:22:05 [2021-06-24T22:22:05.297Z] === Skipped
22:22:05 [2021-06-24T22:22:05.297Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:22:05 [2021-06-24T22:22:05.297Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:22:05 [2021-06-24T22:22:05.297Z] 
22:22:05 [2021-06-24T22:22:05.297Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
22:22:05 [2021-06-24T22:22:05.297Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
22:22:05 [2021-06-24T22:22:05.297Z] 
22:22:05 [2021-06-24T22:22:05.297Z] 
22:22:05 [2021-06-24T22:22:05.297Z] DONE 19 tests, 2 skipped in 23.154s
22:22:05 [2021-06-24T22:22:05.297Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:22:05 [2021-06-24T22:22:05.297Z] INFO: Testing against a local daemon
22:22:05 [2021-06-24T22:22:05.297Z] === RUN   TestVolumesCreateAndList
22:22:05 [2021-06-24T22:22:05.557Z] --- PASS: TestVolumesCreateAndList (0.02s)
22:22:05 [2021-06-24T22:22:05.557Z] === RUN   TestVolumesRemove
22:22:05 [2021-06-24T22:22:05.557Z] --- PASS: TestVolumesRemove (0.06s)
22:22:05 [2021-06-24T22:22:05.557Z] === RUN   TestVolumesInspect
22:22:05 [2021-06-24T22:22:05.557Z] --- PASS: TestVolumesInspect (0.02s)
22:22:05 [2021-06-24T22:22:05.557Z] === RUN   TestVolumesInvalidJSON
22:22:05 [2021-06-24T22:22:05.557Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:22:05 [2021-06-24T22:22:05.557Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:22:05 [2021-06-24T22:22:05.557Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:22:05 [2021-06-24T22:22:05.557Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:22:05 [2021-06-24T22:22:05.557Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:22:05 [2021-06-24T22:22:05.557Z] PASS
22:22:05 [2021-06-24T22:22:05.557Z] 
22:22:05 [2021-06-24T22:22:05.557Z] DONE 5 tests in 0.198s
22:22:05 [2021-06-24T22:22:05.557Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:22:05 [2021-06-24T22:22:05.557Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12536 is not a child of this shell
22:22:05 [2021-06-24T22:22:05.557Z] warning: PID 12536 from bundles/test-integration/docker.pid had a nonzero exit code
22:22:05 [2021-06-24T22:22:05.557Z] Leaving: AppArmorNo profiles have been unloaded.
22:22:05 [2021-06-24T22:22:05.557Z] 
22:22:05 [2021-06-24T22:22:05.557Z] Unloading profiles will leave already running processes permanently
22:22:05 [2021-06-24T22:22:05.557Z] unconfined, which can lead to unexpected situations.
22:22:05 [2021-06-24T22:22:05.557Z] 
22:22:05 [2021-06-24T22:22:05.557Z] To set a process to complain mode, use the command line tool
22:22:05 [2021-06-24T22:22:05.557Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:22:05 [2021-06-24T22:22:05.557Z] Removing test suite binaries
22:22:05 [2021-06-24T22:22:05.557Z] exiting test-integration
22:22:05 [2021-06-24T22:22:05.557Z] ++ exit 0
22:22:05 [2021-06-24T22:22:05.557Z] 
Post stage
[Pipeline] junit
22:22:06 [2021-06-24T22:22:06.954Z] Recording test results
22:22:08 [2021-06-24T22:22:08.671Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:22:09 [2021-06-24T22:22:09.015Z] + echo Ensuring container killed.
22:22:09 [2021-06-24T22:22:09.015Z] Ensuring container killed.
22:22:09 [2021-06-24T22:22:09.015Z] + docker rm -vf docker-pr33
22:22:09 [2021-06-24T22:22:09.015Z] Error: No such container: docker-pr33
[Pipeline] sh
22:22:09 [2021-06-24T22:22:09.144Z] --- PASS: TestBuildWithHugeFile (119.86s)
22:22:09 [2021-06-24T22:22:09.144Z] === RUN   TestBuildWCOWSandboxSize
22:22:09 [2021-06-24T22:22:09.306Z] + echo Chowning /workspace to jenkins user
22:22:09 [2021-06-24T22:22:09.306Z] Chowning /workspace to jenkins user
22:22:09 [2021-06-24T22:22:09.306Z] + id -u
22:22:09 [2021-06-24T22:22:09.306Z] + id -g
22:22:09 [2021-06-24T22:22:09.306Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/workspace busybox chown -R 1000:1000 /workspace
22:22:09 [2021-06-24T22:22:09.306Z] Unable to find image 'busybox:latest' locally
22:22:09 [2021-06-24T22:22:09.306Z] latest: Pulling from library/busybox
22:22:09 [2021-06-24T22:22:09.566Z] b71f96345d44: Pulling fs layer
22:22:09 [2021-06-24T22:22:09.566Z] b71f96345d44: Download complete
22:22:09 [2021-06-24T22:22:09.566Z] b71f96345d44: Pull complete
22:22:09 [2021-06-24T22:22:09.566Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
22:22:09 [2021-06-24T22:22:09.566Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:22:11 [2021-06-24T22:22:11.778Z] + bundleName=amd64-rootless
22:22:11 [2021-06-24T22:22:11.778Z] + echo Creating amd64-rootless-bundles.tar.gz
22:22:11 [2021-06-24T22:22:11.778Z] Creating amd64-rootless-bundles.tar.gz
22:22:11 [2021-06-24T22:22:11.778Z] + + xargs tar -czf amd64-rootless-bundles.tar.gz
22:22:11 [2021-06-24T22:22:11.778Z] 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
22:22:11 [2021-06-24T22:22:11.792Z] Archiving artifacts
22:22:13 [2021-06-24T22:22:13.337Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:22:13 [2021-06-24T22:22:13.649Z] + make clean
22:22:13 [2021-06-24T22:22:13.908Z] docker volume rm -f docker-dev-cache
22:22:13 [2021-06-24T22:22:13.908Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:22:17 [2021-06-24T22:22:17.214Z] --- PASS: TestBuildWithHugeFile (101.47s)
22:22:17 [2021-06-24T22:22:17.214Z] === RUN   TestBuildWCOWSandboxSize
22:22:20 [2021-06-24T22:22:20.178Z] tests/integration/api_network_test.py ............................       [ 47%]
22:22:27 [2021-06-24T22:22:27.338Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
22:22:29 [2021-06-24T22:22:29.088Z] tests/integration/api_secret_test.py .....                               [ 51%]
22:22:33 [2021-06-24T22:22:33.623Z] tests/integration/api_service_test.py ....................s............. [ 60%]
22:22:47 [2021-06-24T22:22:47.994Z] ..........................                                               [ 67%]
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: buildpack-deps:buster
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: busybox:latest
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: busybox:glibc
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: buildpack-deps:buster
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: busybox:latest
22:22:50 [2021-06-24T22:22:50.074Z] Loaded image: busybox:glibc
22:22:54 [2021-06-24T22:22:54.279Z] --- PASS: TestImportExtremelyLargeImageWorks (92.86s)
22:22:54 [2021-06-24T22:22:54.279Z] PASS
22:22:54 [2021-06-24T22:22:54.279Z] 
22:22:54 [2021-06-24T22:22:54.279Z] DONE 12 tests in 95.660s
22:22:54 [2021-06-24T22:22:54.279Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:22:54 [2021-06-24T22:22:54.279Z] INFO: Testing against a local daemon
22:22:54 [2021-06-24T22:22:54.279Z] === RUN   TestNetworkCreateDelete
22:22:54 [2021-06-24T22:22:54.279Z] --- PASS: TestNetworkCreateDelete (0.13s)
22:22:54 [2021-06-24T22:22:54.279Z] === RUN   TestDockerNetworkDeletePreferID
22:22:54 [2021-06-24T22:22:54.279Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
22:22:54 [2021-06-24T22:22:54.279Z] === RUN   TestDaemonDNSFallback
22:22:55 [2021-06-24T22:22:55.346Z] Loaded image: debian:bullseye
22:22:55 [2021-06-24T22:22:55.346Z] Loaded image: hello-world:latest
22:22:55 [2021-06-24T22:22:55.346Z] Loaded image: arm32v7/hello-world:latest
22:22:55 [2021-06-24T22:22:55.346Z] INFO: Testing against a local daemon
22:22:55 [2021-06-24T22:22:55.347Z] === RUN   TestDockerDaemonSuite
22:22:55 [2021-06-24T22:22:55.347Z] Loaded image: debian:bullseye
22:22:55 [2021-06-24T22:22:55.347Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
22:22:55 [2021-06-24T22:22:55.347Z] Loaded image: hello-world:latest
22:22:55 [2021-06-24T22:22:55.605Z] Loaded image: arm32v7/hello-world:latest
22:22:55 [2021-06-24T22:22:55.605Z] INFO: Testing against a local daemon
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIErrorJSON
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
22:22:55 [2021-06-24T22:22:55.605Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
22:22:55 [2021-06-24T22:22:55.865Z] === RUN   TestDockerSuite/TestAPIImagesDelete
22:22:58 [2021-06-24T22:22:58.484Z] --- PASS: TestDaemonDNSFallback (6.60s)
22:22:58 [2021-06-24T22:22:58.484Z] === RUN   TestInspectNetwork
22:22:59 [2021-06-24T22:22:59.153Z] === RUN   TestDockerSuite/TestAPIImagesFilter
22:22:59 [2021-06-24T22:22:59.153Z] === RUN   TestDockerSuite/TestAPIImagesHistory
22:22:59 [2021-06-24T22:22:59.720Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
22:22:59 [2021-06-24T22:22:59.720Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
22:23:00 [2021-06-24T22:23:00.656Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
22:23:00 [2021-06-24T22:23:00.656Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
22:23:00 [2021-06-24T22:23:00.656Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
22:23:01 [2021-06-24T22:23:01.779Z] === RUN   TestInspectNetwork/full_network_id
22:23:01 [2021-06-24T22:23:01.779Z] === RUN   TestInspectNetwork/partial_network_id
22:23:01 [2021-06-24T22:23:01.779Z] === RUN   TestInspectNetwork/network_name
22:23:01 [2021-06-24T22:23:01.779Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:23:02 [2021-06-24T22:23:02.560Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
22:23:02 [2021-06-24T22:23:02.818Z] === RUN   TestDockerSuite/TestAPINetworkFilter
22:23:02 [2021-06-24T22:23:02.818Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
22:23:02 [2021-06-24T22:23:02.818Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
22:23:03 [2021-06-24T22:23:03.386Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
22:23:03 [2021-06-24T22:23:03.953Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
22:23:05 [2021-06-24T22:23:05.909Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
22:23:05 [2021-06-24T22:23:05.909Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
22:23:05 [2021-06-24T22:23:05.909Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
22:23:05 [2021-06-24T22:23:05.909Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
22:23:05 [2021-06-24T22:23:05.909Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
22:23:05 [2021-06-24T22:23:05.975Z] --- PASS: TestInspectNetwork (7.60s)
22:23:05 [2021-06-24T22:23:05.975Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:23:05 [2021-06-24T22:23:05.975Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:23:05 [2021-06-24T22:23:05.975Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:23:05 [2021-06-24T22:23:05.975Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:23:05 [2021-06-24T22:23:05.975Z] === RUN   TestRunContainerWithBridgeNone
22:23:09 [2021-06-24T22:23:09.272Z] --- PASS: TestRunContainerWithBridgeNone (3.14s)
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkInvalidJSON
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkInvalidJSON//networks/create
22:23:09 [2021-06-24T22:23:09.272Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:23:09 [2021-06-24T22:23:09.272Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:23:09 [2021-06-24T22:23:09.272Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:23:09 [2021-06-24T22:23:09.272Z] === CONT  TestNetworkInvalidJSON//networks/create
22:23:09 [2021-06-24T22:23:09.272Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:23:09 [2021-06-24T22:23:09.272Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:23:09 [2021-06-24T22:23:09.272Z] --- PASS: TestNetworkInvalidJSON (0.01s)
22:23:09 [2021-06-24T22:23:09.272Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:23:09 [2021-06-24T22:23:09.272Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:23:09 [2021-06-24T22:23:09.272Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkList
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkList//networks
22:23:09 [2021-06-24T22:23:09.272Z] === PAUSE TestNetworkList//networks
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestNetworkList//networks/
22:23:09 [2021-06-24T22:23:09.272Z] === PAUSE TestNetworkList//networks/
22:23:09 [2021-06-24T22:23:09.272Z] === CONT  TestNetworkList//networks
22:23:09 [2021-06-24T22:23:09.272Z] === CONT  TestNetworkList//networks/
22:23:09 [2021-06-24T22:23:09.272Z] --- PASS: TestNetworkList (0.01s)
22:23:09 [2021-06-24T22:23:09.272Z]     --- PASS: TestNetworkList//networks (0.00s)
22:23:09 [2021-06-24T22:23:09.272Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestHostIPv4BridgeLabel
22:23:09 [2021-06-24T22:23:09.272Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
22:23:09 [2021-06-24T22:23:09.272Z] === RUN   TestDaemonRestartWithLiveRestore
22:23:10 [2021-06-24T22:23:10.213Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
22:23:10 [2021-06-24T22:23:10.213Z] === RUN   TestDaemonDefaultNetworkPools
22:23:11 [2021-06-24T22:23:11.152Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s)
22:23:11 [2021-06-24T22:23:11.152Z] === RUN   TestDaemonRestartWithExistingNetwork
22:23:11 [2021-06-24T22:23:11.192Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
22:23:12 [2021-06-24T22:23:12.090Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s)
22:23:12 [2021-06-24T22:23:12.090Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:23:12 [2021-06-24T22:23:12.568Z] --- PASS: TestBuildWithHugeFile (115.83s)
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildWCOWSandboxSize
22:23:12 [2021-06-24T22:23:12.568Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:23:12 [2021-06-24T22:23:12.568Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildWithEmptyDockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:23:12 [2021-06-24T22:23:12.568Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
22:23:12 [2021-06-24T22:23:12.568Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.08s)
22:23:12 [2021-06-24T22:23:12.568Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.08s)
22:23:12 [2021-06-24T22:23:12.568Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildPreserveOwnership
22:23:12 [2021-06-24T22:23:12.568Z] === RUN   TestBuildPreserveOwnership/copy_from
22:23:13 [2021-06-24T22:23:13.477Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s)
22:23:13 [2021-06-24T22:23:13.477Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:23:13 [2021-06-24T22:23:13.504Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
22:23:14 [2021-06-24T22:23:14.046Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
22:23:14 [2021-06-24T22:23:14.046Z] === RUN   TestServiceWithPredefinedNetwork
22:23:16 [2021-06-24T22:23:16.038Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
22:23:16 [2021-06-24T22:23:16.038Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
22:23:16 [2021-06-24T22:23:16.584Z] --- PASS: TestServiceWithPredefinedNetwork (2.62s)
22:23:16 [2021-06-24T22:23:16.584Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:23:16 [2021-06-24T22:23:16.584Z]     service_test.go:242: FLAKY_TEST
22:23:16 [2021-06-24T22:23:16.584Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:23:16 [2021-06-24T22:23:16.584Z] === RUN   TestServiceWithDataPathPortInit
22:23:17 [2021-06-24T22:23:17.941Z] --- PASS: TestBuildPreserveOwnership (4.87s)
22:23:17 [2021-06-24T22:23:17.941Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.29s)
22:23:17 [2021-06-24T22:23:17.941Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.57s)
22:23:17 [2021-06-24T22:23:17.941Z] === RUN   TestBuildPlatformInvalid
22:23:17 [2021-06-24T22:23:17.941Z] --- PASS: TestBuildPlatformInvalid (0.09s)
22:23:17 [2021-06-24T22:23:17.941Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
22:23:17 [2021-06-24T22:23:17.941Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
22:23:20 [2021-06-24T22:23:20.476Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
22:23:21 [2021-06-24T22:23:21.414Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
22:23:22 [2021-06-24T22:23:22.350Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
22:23:22 [2021-06-24T22:23:22.609Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
22:23:23 [2021-06-24T22:23:23.985Z] === RUN   TestDockerSuite/TestAttachAfterDetach
22:23:24 [2021-06-24T22:23:24.922Z]     docker_cli_daemon_test.go:1455: [d8672f569d316] daemon is not started
22:23:25 [2021-06-24T22:23:25.489Z]     check_test.go:309: [da73e8ede9ff3] daemon is not started
22:23:25 [2021-06-24T22:23:25.489Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
22:23:26 [2021-06-24T22:23:26.424Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
22:23:28 [2021-06-24T22:23:28.789Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
22:23:28 [2021-06-24T22:23:28.956Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
22:23:28 [2021-06-24T22:23:28.956Z] === RUN   TestDockerSuite/TestAttachDetach
22:23:30 [2021-06-24T22:23:30.332Z] === RUN   TestDockerSuite/TestAttachDisconnect
22:23:31 [2021-06-24T22:23:31.268Z]     check_test.go:309: [dd756614ea63e] daemon is not started
22:23:31 [2021-06-24T22:23:31.268Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
22:23:31 [2021-06-24T22:23:31.479Z] --- PASS: TestServiceWithDataPathPortInit (14.53s)
22:23:31 [2021-06-24T22:23:31.479Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:23:31 [2021-06-24T22:23:31.528Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
22:23:34 [2021-06-24T22:23:34.062Z] === RUN   TestDockerSuite/TestAttachPausedContainer
22:23:34 [2021-06-24T22:23:34.823Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:23j5h0aigvckbeenpiwvyl1fz Created:2021-06-24 22:23:32.463192549 +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[d3bc6c44a56c7e9e0534aa17497f7a19db049c66a858446252f9d54431057e58:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sv2qevok4obog42m7dt5kxqe0 EndpointID:8ef4af575de3998176c79e2d002e3f6e5179c4d823d20192a2002546fdf85196 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:262c3387e50c046cd3ec2da74f6555b86a0920b17c70e90d1f46ff3b53979f69 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:e7918264b625 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.sv2qevok4obog42m7dt5kxqe0 EndpointID:8ef4af575de3998176c79e2d002e3f6e5179c4d823d20192a2002546fdf85196 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:23:35 [2021-06-24T22:23:35.438Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
22:23:35 [2021-06-24T22:23:35.697Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
22:23:36 [2021-06-24T22:23:36.263Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
22:23:38 [2021-06-24T22:23:38.167Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
22:23:39 [2021-06-24T22:23:39.022Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.55s)
22:23:39 [2021-06-24T22:23:39.022Z] PASS
22:23:39 [2021-06-24T22:23:39.022Z] 
22:23:39 [2021-06-24T22:23:39.022Z] === Skipped
22:23:39 [2021-06-24T22:23:39.022Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:23:39 [2021-06-24T22:23:39.022Z]     service_test.go:242: FLAKY_TEST
22:23:39 [2021-06-24T22:23:39.022Z] 
22:23:39 [2021-06-24T22:23:39.022Z] 
22:23:39 [2021-06-24T22:23:39.022Z] DONE 26 tests, 1 skipped in 47.932s
22:23:39 [2021-06-24T22:23:39.022Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:23:39 [2021-06-24T22:23:39.022Z] INFO: Testing against a local daemon
22:23:39 [2021-06-24T22:23:39.022Z] === RUN   TestDockerNetworkIpvlanPersistance
22:23:39 [2021-06-24T22:23:39.022Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:23:39 [2021-06-24T22:23:39.022Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:23:39 [2021-06-24T22:23:39.022Z] === RUN   TestDockerNetworkIpvlan
22:23:39 [2021-06-24T22:23:39.022Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:23:39 [2021-06-24T22:23:39.022Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:23:39 [2021-06-24T22:23:39.022Z] PASS
22:23:39 [2021-06-24T22:23:39.022Z] 
22:23:39 [2021-06-24T22:23:39.022Z] === Skipped
22:23:39 [2021-06-24T22:23:39.022Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:23:39 [2021-06-24T22:23:39.022Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:23:39 [2021-06-24T22:23:39.022Z] 
22:23:39 [2021-06-24T22:23:39.022Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:23:39 [2021-06-24T22:23:39.022Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:23:39 [2021-06-24T22:23:39.023Z] 
22:23:39 [2021-06-24T22:23:39.023Z] 
22:23:39 [2021-06-24T22:23:39.023Z] DONE 2 tests, 2 skipped in 0.039s
22:23:39 [2021-06-24T22:23:39.023Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:23:39 [2021-06-24T22:23:39.023Z] INFO: Testing against a local daemon
22:23:39 [2021-06-24T22:23:39.023Z] === RUN   TestDockerNetworkMacvlanPersistance
22:23:39 [2021-06-24T22:23:39.104Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
22:23:40 [2021-06-24T22:23:40.405Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
22:23:40 [2021-06-24T22:23:40.405Z] === RUN   TestDockerNetworkMacvlan
22:23:40 [2021-06-24T22:23:40.975Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:23:41 [2021-06-24T22:23:41.008Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
22:23:41 [2021-06-24T22:23:41.546Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:23:41 [2021-06-24T22:23:41.945Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
22:23:42 [2021-06-24T22:23:42.493Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:23:42 [2021-06-24T22:23:42.512Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
22:23:44 [2021-06-24T22:23:44.416Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
22:23:44 [2021-06-24T22:23:44.416Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
22:23:45 [2021-06-24T22:23:45.036Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:23:46 [2021-06-24T22:23:46.319Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
22:23:46 [2021-06-24T22:23:46.320Z] Loaded image: buildpack-deps:buster
22:23:46 [2021-06-24T22:23:46.582Z] Loaded image: busybox:latest
22:23:46 [2021-06-24T22:23:46.582Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/api_volume_test.py .........                           [ 74%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/client_test.py .....                                   [ 75%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/context_api_test.py ...                                [ 76%]
22:23:46 [2021-06-24T22:23:46.825Z] tests/integration/errors_test.py .                                       [ 76%]
22:23:46 [2021-06-24T22:23:46.840Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
22:23:46 [2021-06-24T22:23:46.840Z] Loaded image: busybox:glibc
22:23:47 [2021-06-24T22:23:47.579Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:23:52 [2021-06-24T22:23:52.108Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
22:23:53 [2021-06-24T22:23:53.046Z] Loaded image: debian:bullseye
22:23:53 [2021-06-24T22:23:53.305Z] Loaded image: hello-world:latest
22:23:53 [2021-06-24T22:23:53.566Z] Loaded image: arm32v7/hello-world:latest
22:23:54 [2021-06-24T22:23:54.162Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:23:54 [2021-06-24T22:23:54.506Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
22:23:54 [2021-06-24T22:23:54.732Z] --- PASS: TestDockerNetworkMacvlan (14.58s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.65s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.87s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.10s)
22:23:54 [2021-06-24T22:23:54.732Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s)
22:23:54 [2021-06-24T22:23:54.732Z] PASS
22:23:54 [2021-06-24T22:23:54.732Z] 
22:23:54 [2021-06-24T22:23:54.732Z] DONE 8 tests in 15.911s
22:23:54 [2021-06-24T22:23:54.732Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:23:54 [2021-06-24T22:23:54.732Z] testing: warning: no tests to run
22:23:54 [2021-06-24T22:23:54.732Z] PASS
22:23:54 [2021-06-24T22:23:54.732Z] 
22:23:54 [2021-06-24T22:23:54.732Z] DONE 0 tests in 0.007s
22:23:54 [2021-06-24T22:23:54.732Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:23:54 [2021-06-24T22:23:54.732Z] INFO: Testing against a local daemon
22:23:54 [2021-06-24T22:23:54.732Z] === RUN   TestAuthZPluginAllowRequest
22:23:55 [2021-06-24T22:23:55.885Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
22:23:56 [2021-06-24T22:23:56.115Z] --- PASS: TestAuthZPluginAllowRequest (1.46s)
22:23:56 [2021-06-24T22:23:56.115Z] === RUN   TestAuthZPluginTLS
22:23:56 [2021-06-24T22:23:56.686Z] --- PASS: TestAuthZPluginTLS (0.54s)
22:23:56 [2021-06-24T22:23:56.686Z] === RUN   TestAuthZPluginDenyRequest
22:23:57 [2021-06-24T22:23:57.255Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
22:23:57 [2021-06-24T22:23:57.256Z] === RUN   TestAuthZPluginAPIDenyResponse
22:23:57 [2021-06-24T22:23:57.825Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
22:23:57 [2021-06-24T22:23:57.825Z] === RUN   TestAuthZPluginDenyResponse
22:23:58 [2021-06-24T22:23:58.394Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
22:23:58 [2021-06-24T22:23:58.394Z] === RUN   TestAuthZPluginAllowEventStream
22:23:59 [2021-06-24T22:23:59.217Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
22:23:59 [2021-06-24T22:23:59.475Z]     check_test.go:309: [d3ce2c02b5d0e] daemon is not started
22:23:59 [2021-06-24T22:23:59.475Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
22:23:59 [2021-06-24T22:23:59.776Z] --- PASS: TestAuthZPluginAllowEventStream (1.50s)
22:23:59 [2021-06-24T22:23:59.776Z] === RUN   TestAuthZPluginErrorResponse
22:24:00 [2021-06-24T22:24:00.044Z]     check_test.go:309: [dd7752e0fef75] daemon is not started
22:24:00 [2021-06-24T22:24:00.044Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
22:24:00 [2021-06-24T22:24:00.345Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
22:24:00 [2021-06-24T22:24:00.345Z] === RUN   TestAuthZPluginErrorRequest
22:24:00 [2021-06-24T22:24:00.915Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
22:24:00 [2021-06-24T22:24:00.915Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:24:01 [2021-06-24T22:24:01.485Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
22:24:01 [2021-06-24T22:24:01.485Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:24:01 [2021-06-24T22:24:01.945Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
22:24:02 [2021-06-24T22:24:02.882Z]     check_test.go:309: [d2cb2742786f9] daemon is not started
22:24:02 [2021-06-24T22:24:02.882Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
22:24:03 [2021-06-24T22:24:03.395Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.76s)
22:24:03 [2021-06-24T22:24:03.395Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:24:04 [2021-06-24T22:24:04.785Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (46.85s)
22:24:04 [2021-06-24T22:24:04.785Z] PASS
22:24:04 [2021-06-24T22:24:04.785Z] 
22:24:04 [2021-06-24T22:24:04.785Z] === Skipped
22:24:04 [2021-06-24T22:24:04.785Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
22:24:04 [2021-06-24T22:24:04.785Z]     build_session_test.go:25: TODO: BuildKit
22:24:04 [2021-06-24T22:24:04.785Z] 
22:24:04 [2021-06-24T22:24:04.785Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
22:24:04 [2021-06-24T22:24:04.785Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
22:24:04 [2021-06-24T22:24:04.785Z] 
22:24:04 [2021-06-24T22:24:04.785Z] 
22:24:04 [2021-06-24T22:24:04.785Z] DONE 34 tests, 2 skipped in 274.797s
22:24:04 [2021-06-24T22:24:04.785Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
22:24:04 [2021-06-24T22:24:04.786Z] ++ 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
22:24:04 [2021-06-24T22:24:04.786Z] ++ set -e
22:24:04 [2021-06-24T22:24:04.786Z] ++ '[' -n 0 ']'
22:24:04 [2021-06-24T22:24:04.786Z] ++ set -x
22:24:04 [2021-06-24T22:24:04.786Z] ++ env -i DEST=/go/src/github.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
22:24:04 [2021-06-24T22:24:04.786Z] INFO: Testing against a local daemon
22:24:04 [2021-06-24T22:24:04.786Z] === RUN   TestConfigInspect
22:24:05 [2021-06-24T22:24:05.307Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s)
22:24:05 [2021-06-24T22:24:05.307Z] === RUN   TestAuthZPluginHeader
22:24:05 [2021-06-24T22:24:05.727Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
22:24:05 [2021-06-24T22:24:05.877Z] --- PASS: TestAuthZPluginHeader (0.72s)
22:24:05 [2021-06-24T22:24:05.878Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:24:07 [2021-06-24T22:24:07.102Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
22:24:07 [2021-06-24T22:24:07.669Z] --- PASS: TestConfigInspect (3.02s)
22:24:07 [2021-06-24T22:24:07.669Z] === RUN   TestConfigList
22:24:10 [2021-06-24T22:24:10.074Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.79s)
22:24:10 [2021-06-24T22:24:10.074Z] === RUN   TestAuthZPluginV2Disable
22:24:10 [2021-06-24T22:24:10.201Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
22:24:10 [2021-06-24T22:24:10.769Z] --- PASS: TestConfigList (3.00s)
22:24:10 [2021-06-24T22:24:10.769Z] === RUN   TestConfigsCreateAndDelete
22:24:11 [2021-06-24T22:24:11.027Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
22:24:11 [2021-06-24T22:24:11.286Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
22:24:11 [2021-06-24T22:24:11.545Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
22:24:11 [2021-06-24T22:24:11.804Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
22:24:12 [2021-06-24T22:24:12.612Z] --- PASS: TestAuthZPluginV2Disable (2.94s)
22:24:12 [2021-06-24T22:24:12.612Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:24:13 [2021-06-24T22:24:13.180Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
22:24:13 [2021-06-24T22:24:13.438Z] --- PASS: TestConfigsCreateAndDelete (2.62s)
22:24:13 [2021-06-24T22:24:13.438Z] === RUN   TestConfigsUpdate
22:24:13 [2021-06-24T22:24:13.438Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
22:24:13 [2021-06-24T22:24:13.637Z] tests/integration/models_containers_test.py ............................ [ 83%]
22:24:14 [2021-06-24T22:24:14.005Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
22:24:15 [2021-06-24T22:24:15.151Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.69s)
22:24:15 [2021-06-24T22:24:15.152Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:24:15 [2021-06-24T22:24:15.382Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
22:24:15 [2021-06-24T22:24:15.949Z] --- PASS: TestConfigsUpdate (2.68s)
22:24:15 [2021-06-24T22:24:15.949Z] === RUN   TestTemplatedConfig
22:24:15 [2021-06-24T22:24:15.949Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
22:24:18 [2021-06-24T22:24:18.481Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
22:24:18 [2021-06-24T22:24:18.738Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
22:24:18 [2021-06-24T22:24:18.997Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
22:24:19 [2021-06-24T22:24:19.564Z]     check_test.go:309: [de7e6baa02d0c] daemon is not started
22:24:19 [2021-06-24T22:24:19.564Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
22:24:20 [2021-06-24T22:24:20.134Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
22:24:20 [2021-06-24T22:24:20.134Z] --- PASS: TestTemplatedConfig (4.14s)
22:24:20 [2021-06-24T22:24:20.134Z] === RUN   TestConfigCreateResolve
22:24:20 [2021-06-24T22:24:20.392Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
22:24:20 [2021-06-24T22:24:20.960Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
22:24:23 [2021-06-24T22:24:23.495Z] --- PASS: TestConfigCreateResolve (2.85s)
22:24:23 [2021-06-24T22:24:23.495Z] PASS
22:24:23 [2021-06-24T22:24:23.495Z] 
22:24:23 [2021-06-24T22:24:23.495Z] DONE 6 tests in 18.480s
22:24:23 [2021-06-24T22:24:23.495Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
22:24:23 [2021-06-24T22:24:23.496Z] ++ 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
22:24:23 [2021-06-24T22:24:23.496Z] ++ set -e
22:24:23 [2021-06-24T22:24:23.496Z] ++ '[' -n 0 ']'
22:24:23 [2021-06-24T22:24:23.496Z] ++ set -x
22:24:23 [2021-06-24T22:24:23.496Z] ++ env -i DEST=/go/src/github.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
22:24:23 [2021-06-24T22:24:23.496Z] INFO: Testing against a local daemon
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestCheckpoint
22:24:23 [2021-06-24T22:24:23.496Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:24:23 [2021-06-24T22:24:23.496Z] --- SKIP: TestCheckpoint (0.00s)
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestContainerInvalidJSON
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:24:23 [2021-06-24T22:24:23.496Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:24:23 [2021-06-24T22:24:23.496Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:24:23 [2021-06-24T22:24:23.496Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:24:23 [2021-06-24T22:24:23.496Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:24:23 [2021-06-24T22:24:23.496Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:24:23 [2021-06-24T22:24:23.496Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:24:23 [2021-06-24T22:24:23.496Z] --- PASS: TestContainerInvalidJSON (0.02s)
22:24:23 [2021-06-24T22:24:23.496Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
22:24:23 [2021-06-24T22:24:23.496Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
22:24:23 [2021-06-24T22:24:23.496Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:24:23 [2021-06-24T22:24:23.496Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestCopyFromContainerPathIsNotDir
22:24:23 [2021-06-24T22:24:23.496Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
22:24:23 [2021-06-24T22:24:23.496Z] === RUN   TestCopyToContainerPathDoesNotExist
22:24:23 [2021-06-24T22:24:23.755Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
22:24:23 [2021-06-24T22:24:23.755Z] === RUN   TestCopyToContainerPathIsNotDir
22:24:23 [2021-06-24T22:24:23.755Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
22:24:23 [2021-06-24T22:24:23.755Z] === RUN   TestCopyFromContainer
22:24:25 [2021-06-24T22:24:25.132Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
22:24:26 [2021-06-24T22:24:26.070Z] === RUN   TestCopyFromContainer//
22:24:26 [2021-06-24T22:24:26.070Z] === RUN   TestCopyFromContainer//bar/root
22:24:26 [2021-06-24T22:24:26.330Z] === RUN   TestCopyFromContainer//bar/root/
22:24:26 [2021-06-24T22:24:26.330Z] === RUN   TestCopyFromContainer/bar/quux
22:24:26 [2021-06-24T22:24:26.589Z] === RUN   TestCopyFromContainer/bar/quux/
22:24:26 [2021-06-24T22:24:26.589Z] === RUN   TestCopyFromContainer/bar/quux/baz
22:24:26 [2021-06-24T22:24:26.849Z] === RUN   TestCopyFromContainer/bar/filesymlink
22:24:26 [2021-06-24T22:24:26.849Z] === RUN   TestCopyFromContainer/bar/dirsymlink
22:24:26 [2021-06-24T22:24:26.849Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
22:24:27 [2021-06-24T22:24:27.108Z] === RUN   TestCopyFromContainer/bar/notarget
22:24:27 [2021-06-24T22:24:27.368Z] --- PASS: TestCopyFromContainer (3.59s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer// (0.15s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.14s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.17s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.15s)
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:24:27 [2021-06-24T22:24:27.368Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.06s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateLinkToNonExistingContainer
22:24:27 [2021-06-24T22:24:27.368Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateWithInvalidEnv
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateWithInvalidEnv/0
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateWithInvalidEnv/0
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateWithInvalidEnv/1
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateWithInvalidEnv/1
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateWithInvalidEnv/2
22:24:27 [2021-06-24T22:24:27.368Z] === PAUSE TestCreateWithInvalidEnv/2
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateWithInvalidEnv/0
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateWithInvalidEnv/2
22:24:27 [2021-06-24T22:24:27.368Z] === CONT  TestCreateWithInvalidEnv/1
22:24:27 [2021-06-24T22:24:27.368Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:24:27 [2021-06-24T22:24:27.368Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateTmpfsMountsTarget
22:24:27 [2021-06-24T22:24:27.368Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
22:24:27 [2021-06-24T22:24:27.368Z] === RUN   TestCreateWithCustomMaskedPaths
22:24:27 [2021-06-24T22:24:27.372Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.23s)
22:24:27 [2021-06-24T22:24:27.372Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:24:28 [2021-06-24T22:24:28.746Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
22:24:31 [2021-06-24T22:24:31.278Z] --- PASS: TestCreateWithCustomMaskedPaths (3.41s)
22:24:31 [2021-06-24T22:24:31.278Z] === RUN   TestCreateWithCustomReadonlyPaths
22:24:31 [2021-06-24T22:24:31.536Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
22:24:32 [2021-06-24T22:24:32.601Z] .........                                                                [ 86%]
22:24:34 [2021-06-24T22:24:34.820Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.32s)
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:34 [2021-06-24T22:24:34.820Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:34 [2021-06-24T22:24:34.820Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:34 [2021-06-24T22:24:34.820Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:24:34 [2021-06-24T22:24:34.820Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:24:34 [2021-06-24T22:24:34.820Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:24:34 [2021-06-24T22:24:34.820Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
22:24:34 [2021-06-24T22:24:34.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:24:34 [2021-06-24T22:24:34.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
22:24:34 [2021-06-24T22:24:34.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
22:24:34 [2021-06-24T22:24:34.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
22:24:34 [2021-06-24T22:24:34.821Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
22:24:34 [2021-06-24T22:24:34.821Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:24:34 [2021-06-24T22:24:34.821Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
22:24:34 [2021-06-24T22:24:34.821Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
22:24:34 [2021-06-24T22:24:34.821Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
22:24:34 [2021-06-24T22:24:34.821Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
22:24:34 [2021-06-24T22:24:34.821Z]     check_test.go:309: [df97eba7a0ee4] daemon is not started
22:24:34 [2021-06-24T22:24:34.821Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
22:24:35 [2021-06-24T22:24:35.388Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.11s)
22:24:35 [2021-06-24T22:24:35.388Z] === RUN   TestCreateDifferentPlatform
22:24:35 [2021-06-24T22:24:35.388Z] === RUN   TestCreateDifferentPlatform/different_os
22:24:35 [2021-06-24T22:24:35.388Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:24:35 [2021-06-24T22:24:35.388Z] --- PASS: TestCreateDifferentPlatform (0.02s)
22:24:35 [2021-06-24T22:24:35.388Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:24:35 [2021-06-24T22:24:35.388Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:24:35 [2021-06-24T22:24:35.388Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:24:35 [2021-06-24T22:24:35.388Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
22:24:35 [2021-06-24T22:24:35.388Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:24:35 [2021-06-24T22:24:35.647Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestContainerStartOnDaemonRestart
22:24:35 [2021-06-24T22:24:35.647Z] === PAUSE TestContainerStartOnDaemonRestart
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestDaemonRestartIpcMode
22:24:35 [2021-06-24T22:24:35.647Z] === PAUSE TestDaemonRestartIpcMode
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestDaemonHostGatewayIP
22:24:35 [2021-06-24T22:24:35.647Z] === PAUSE TestDaemonHostGatewayIP
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestRestartDaemonWithRestartingContainer
22:24:35 [2021-06-24T22:24:35.647Z] === PAUSE TestRestartDaemonWithRestartingContainer
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestContainerKillOnDaemonStart
22:24:35 [2021-06-24T22:24:35.647Z] === PAUSE TestContainerKillOnDaemonStart
22:24:35 [2021-06-24T22:24:35.647Z] === RUN   TestDiff
22:24:36 [2021-06-24T22:24:36.585Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
22:24:36 [2021-06-24T22:24:36.585Z] --- PASS: TestDiff (1.18s)
22:24:36 [2021-06-24T22:24:36.585Z] === RUN   TestExecWithCloseStdin
22:24:37 [2021-06-24T22:24:37.523Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
22:24:37 [2021-06-24T22:24:37.837Z] tests/integration/models_images_test.py ...............                  [ 89%]
22:24:38 [2021-06-24T22:24:38.460Z] --- PASS: TestExecWithCloseStdin (1.74s)
22:24:38 [2021-06-24T22:24:38.460Z] === RUN   TestExec
22:24:39 [2021-06-24T22:24:39.277Z] tests/integration/models_networks_test.py ....                           [ 91%]
22:24:40 [2021-06-24T22:24:40.365Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
22:24:40 [2021-06-24T22:24:40.365Z] --- PASS: TestExec (1.92s)
22:24:40 [2021-06-24T22:24:40.365Z] === RUN   TestExecUser
22:24:41 [2021-06-24T22:24:41.300Z] === RUN   TestDockerSuite/TestBuildAddNonTar
22:24:42 [2021-06-24T22:24:42.238Z] --- PASS: TestExecUser (1.90s)
22:24:42 [2021-06-24T22:24:42.238Z] === RUN   TestExportContainerAndImportImage
22:24:42 [2021-06-24T22:24:42.261Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
22:24:42 [2021-06-24T22:24:42.261Z] PASS
22:24:42 [2021-06-24T22:24:42.261Z] 
22:24:42 [2021-06-24T22:24:42.261Z] DONE 17 tests in 47.216s
22:24:42 [2021-06-24T22:24:42.261Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:24:42 [2021-06-24T22:24:42.261Z] INFO: Testing against a local daemon
22:24:42 [2021-06-24T22:24:42.261Z] === RUN   TestPluginInvalidJSON
22:24:42 [2021-06-24T22:24:42.261Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:24:42 [2021-06-24T22:24:42.261Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:24:42 [2021-06-24T22:24:42.261Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:24:42 [2021-06-24T22:24:42.261Z] --- PASS: TestPluginInvalidJSON (0.03s)
22:24:42 [2021-06-24T22:24:42.261Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:24:42 [2021-06-24T22:24:42.261Z] === RUN   TestPluginInstall
22:24:42 [2021-06-24T22:24:42.261Z] === RUN   TestPluginInstall/no_auth
22:24:42 [2021-06-24T22:24:42.806Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
22:24:43 [2021-06-24T22:24:43.373Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
22:24:43 [2021-06-24T22:24:43.642Z] time="2021-06-24T22:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:43 [2021-06-24T22:24:43.642Z] time="2021-06-24T22:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8df39aa352ea2e1795a24be82300658e6145ea54245d052908e79b22df16e34f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:43 [2021-06-24T22:24:43.642Z] time="2021-06-24T22:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:43 [2021-06-24T22:24:43.642Z] time="2021-06-24T22:24:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8df39aa352ea2e1795a24be82300658e6145ea54245d052908e79b22df16e34f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:43 [2021-06-24T22:24:43.902Z] === RUN   TestPluginInstall/with_htpasswd
22:24:43 [2021-06-24T22:24:43.963Z] --- PASS: TestExportContainerAndImportImage (1.63s)
22:24:43 [2021-06-24T22:24:43.963Z] === RUN   TestExportContainerAfterDaemonRestart
22:24:44 [2021-06-24T22:24:44.232Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
22:24:44 [2021-06-24T22:24:44.477Z] time="2021-06-24T22:24:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:44 [2021-06-24T22:24:44.477Z] time="2021-06-24T22:24:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8df39aa352ea2e1795a24be82300658e6145ea54245d052908e79b22df16e34f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:44 [2021-06-24T22:24:44.477Z] time="2021-06-24T22:24:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:44 [2021-06-24T22:24:44.477Z] time="2021-06-24T22:24:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8df39aa352ea2e1795a24be82300658e6145ea54245d052908e79b22df16e34f" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:44 [2021-06-24T22:24:44.737Z] === RUN   TestPluginInstall/with_insecure
22:24:45 [2021-06-24T22:24:45.182Z]     check_test.go:309: [db0f61294c618] daemon is not started
22:24:45 [2021-06-24T22:24:45.182Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
22:24:45 [2021-06-24T22:24:45.678Z] time="2021-06-24T22:24:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:45 [2021-06-24T22:24:45.678Z] time="2021-06-24T22:24:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2e98116563da95b600b9ba8ecc8009666539de988b3d31ccb4411964cc93c69" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:45 [2021-06-24T22:24:45.678Z] time="2021-06-24T22:24:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:24:45 [2021-06-24T22:24:45.678Z] time="2021-06-24T22:24:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c2e98116563da95b600b9ba8ecc8009666539de988b3d31ccb4411964cc93c69" mediatype=application/vnd.docker.plugin.v1+json size=522
22:24:45 [2021-06-24T22:24:45.678Z]     plugin_test.go:165: [d525b8f3a2453] daemon is not started
22:24:45 [2021-06-24T22:24:45.678Z] --- PASS: TestPluginInstall (3.74s)
22:24:45 [2021-06-24T22:24:45.678Z]     --- PASS: TestPluginInstall/no_auth (1.88s)
22:24:45 [2021-06-24T22:24:45.678Z]     --- PASS: TestPluginInstall/with_htpasswd (0.72s)
22:24:45 [2021-06-24T22:24:45.678Z]     --- PASS: TestPluginInstall/with_insecure (1.13s)
22:24:45 [2021-06-24T22:24:45.678Z] === RUN   TestPluginsWithRuntimes
22:24:45 [2021-06-24T22:24:45.748Z] --- PASS: TestExportContainerAfterDaemonRestart (1.74s)
22:24:45 [2021-06-24T22:24:45.748Z] === RUN   TestHealthCheckWorkdir
22:24:45 [2021-06-24T22:24:45.809Z] tests/integration/models_nodes_test.py .                                 [ 91%]
22:24:46 [2021-06-24T22:24:46.370Z] tests/integration/models_resources_test.py .                             [ 91%]
22:24:47 [2021-06-24T22:24:47.588Z] === RUN   TestPluginsWithRuntimes/No_Args
22:24:48 [2021-06-24T22:24:48.114Z] tests/integration/models_services_test.py ..............X.               [ 95%]
22:24:48 [2021-06-24T22:24:48.158Z] === RUN   TestPluginsWithRuntimes/With_Args
22:24:48 [2021-06-24T22:24:48.280Z] --- PASS: TestHealthCheckWorkdir (2.47s)
22:24:48 [2021-06-24T22:24:48.280Z] === RUN   TestHealthKillContainer
22:24:49 [2021-06-24T22:24:49.217Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
22:24:49 [2021-06-24T22:24:49.217Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
22:24:49 [2021-06-24T22:24:49.546Z] --- PASS: TestPluginsWithRuntimes (3.52s)
22:24:49 [2021-06-24T22:24:49.546Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.91s)
22:24:49 [2021-06-24T22:24:49.546Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.94s)
22:24:49 [2021-06-24T22:24:49.546Z] === RUN   TestPluginBackCompatMediaTypes
22:24:49 [2021-06-24T22:24:49.784Z]     check_test.go:309: [d9ce324f1b40e] daemon is not started
22:24:49 [2021-06-24T22:24:49.784Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
22:24:49 [2021-06-24T22:24:49.806Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s)
22:24:49 [2021-06-24T22:24:49.806Z] PASS
22:24:49 [2021-06-24T22:24:49.806Z] 
22:24:49 [2021-06-24T22:24:49.806Z] DONE 10 tests in 7.922s
22:24:49 [2021-06-24T22:24:49.806Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:24:49 [2021-06-24T22:24:49.806Z] INFO: Testing against a local daemon
22:24:49 [2021-06-24T22:24:49.806Z] === RUN   TestExternalGraphDriver
22:24:50 [2021-06-24T22:24:50.067Z] === RUN   TestExternalGraphDriver/json
22:24:50 [2021-06-24T22:24:50.930Z] tests/integration/models_swarm_test.py ..                                [ 96%]
22:24:51 [2021-06-24T22:24:51.186Z] tests/integration/models_volumes_test.py ..                              [ 96%]
22:24:51 [2021-06-24T22:24:51.684Z] --- PASS: TestHealthKillContainer (3.45s)
22:24:51 [2021-06-24T22:24:51.684Z] === RUN   TestInspectCpusetInConfigPre120
22:24:51 [2021-06-24T22:24:51.684Z]     docker_cli_daemon_plugins_test.go:79: [d5f6c2e516d7e] daemon is not started
22:24:51 [2021-06-24T22:24:51.684Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
22:24:51 [2021-06-24T22:24:51.975Z] === RUN   TestExternalGraphDriver/spec
22:24:52 [2021-06-24T22:24:52.619Z] --- PASS: TestInspectCpusetInConfigPre120 (1.01s)
22:24:52 [2021-06-24T22:24:52.619Z] === RUN   TestIpcModeNone
22:24:52 [2021-06-24T22:24:52.878Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
22:24:52 [2021-06-24T22:24:52.878Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
22:24:53 [2021-06-24T22:24:53.884Z] === RUN   TestExternalGraphDriver/pull
22:24:54 [2021-06-24T22:24:54.259Z] --- PASS: TestIpcModeNone (1.69s)
22:24:54 [2021-06-24T22:24:54.259Z] === RUN   TestIpcModePrivate
22:24:54 [2021-06-24T22:24:54.259Z] === RUN   TestDockerSuite/TestBuildAddScript
22:24:55 [2021-06-24T22:24:55.194Z]     docker_cli_daemon_plugins_test.go:169: [dd5ae05565cd1] daemon is not started
22:24:55 [2021-06-24T22:24:55.761Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:97, shared: false, mustBeShared: false
22:24:55 [2021-06-24T22:24:55.842Z] --- PASS: TestExternalGraphDriver (5.58s)
22:24:55 [2021-06-24T22:24:55.842Z]     --- PASS: TestExternalGraphDriver/json (1.91s)
22:24:55 [2021-06-24T22:24:55.842Z]     --- PASS: TestExternalGraphDriver/spec (1.93s)
22:24:55 [2021-06-24T22:24:55.842Z]     --- PASS: TestExternalGraphDriver/pull (1.68s)
22:24:55 [2021-06-24T22:24:55.842Z] === RUN   TestGraphdriverPluginV2
22:24:56 [2021-06-24T22:24:56.021Z] --- PASS: TestIpcModePrivate (1.66s)
22:24:56 [2021-06-24T22:24:56.021Z] === RUN   TestIpcModeShareable
22:24:56 [2021-06-24T22:24:56.501Z] tests/integration/regression_test.py ......                              [ 98%]
22:24:56 [2021-06-24T22:24:56.588Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
22:24:56 [2021-06-24T22:24:56.758Z] tests/integration/credentials/store_test.py ......                       [ 99%]
22:24:56 [2021-06-24T22:24:56.758Z] tests/integration/credentials/utils_test.py .                            [100%]
22:24:56 [2021-06-24T22:24:56.758Z] 
22:24:56 [2021-06-24T22:24:56.758Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
22:24:56 [2021-06-24T22:24:56.758Z] =========================== short test summary info ============================
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
22:24:56 [2021-06-24T22:24:56.758Z]   CONFIG_RT_GROUP_SCHED isn't enabled
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
22:24:56 [2021-06-24T22:24:56.758Z]   Not supported on most drivers
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
22:24:56 [2021-06-24T22:24:56.758Z]   Output of docker top depends on host distro, and is not formalized.
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
22:24:56 [2021-06-24T22:24:56.758Z]   Output of docker top depends on host distro, and is not formalized.
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
22:24:56 [2021-06-24T22:24:56.758Z]   Can fail if eth0 has multiple IP addresses
22:24:56 [2021-06-24T22:24:56.758Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
22:24:56 [2021-06-24T22:24:56.758Z]   This doesn't seem to be taken into account by the engine
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
22:24:56 [2021-06-24T22:24:56.758Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
22:24:56 [2021-06-24T22:24:56.758Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 347.80 seconds ==
22:24:57 [2021-06-24T22:24:57.013Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
22:24:57 [2021-06-24T22:24:57.525Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
22:24:57 [2021-06-24T22:24:57.525Z] --- PASS: TestIpcModeShareable (1.70s)
22:24:57 [2021-06-24T22:24:57.525Z] === RUN   TestAPIIpcModeShareableAndContainer
22:24:58 [2021-06-24T22:24:58.902Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
22:24:59 [2021-06-24T22:24:59.189Z] --- PASS: TestGraphdriverPluginV2 (3.81s)
22:24:59 [2021-06-24T22:24:59.189Z] PASS
22:24:59 [2021-06-24T22:24:59.189Z] 
22:24:59 [2021-06-24T22:24:59.189Z] DONE 5 tests in 9.422s
22:24:59 [2021-06-24T22:24:59.450Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:24:59 [2021-06-24T22:24:59.450Z] INFO: Testing against a local daemon
22:24:59 [2021-06-24T22:24:59.450Z] === RUN   TestContinueAfterPluginCrash
22:24:59 [2021-06-24T22:24:59.450Z] === PAUSE TestContinueAfterPluginCrash
22:24:59 [2021-06-24T22:24:59.450Z] === RUN   TestReadPluginNoRead
22:24:59 [2021-06-24T22:24:59.450Z] === PAUSE TestReadPluginNoRead
22:24:59 [2021-06-24T22:24:59.450Z] === RUN   TestDaemonStartWithLogOpt
22:24:59 [2021-06-24T22:24:59.450Z] === PAUSE TestDaemonStartWithLogOpt
22:24:59 [2021-06-24T22:24:59.450Z] === CONT  TestContinueAfterPluginCrash
22:24:59 [2021-06-24T22:24:59.450Z] === CONT  TestDaemonStartWithLogOpt
22:25:01 [2021-06-24T22:25:01.446Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
22:25:01 [2021-06-24T22:25:01.446Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
22:25:02 [2021-06-24T22:25:02.013Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
22:25:02 [2021-06-24T22:25:02.580Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.85s)
22:25:02 [2021-06-24T22:25:02.580Z] === RUN   TestAPIIpcModeHost
22:25:02 [2021-06-24T22:25:02.580Z]     check_test.go:309: [d6fb4d71790b0] daemon is not started
22:25:02 [2021-06-24T22:25:02.580Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
22:25:03 [2021-06-24T22:25:03.654Z] --- PASS: TestDaemonStartWithLogOpt (3.70s)
22:25:03 [2021-06-24T22:25:03.654Z] === CONT  TestReadPluginNoRead
22:25:05 [2021-06-24T22:25:05.118Z] --- PASS: TestAPIIpcModeHost (2.17s)
22:25:05 [2021-06-24T22:25:05.118Z] === RUN   TestDaemonIpcModeShareable
22:25:05 [2021-06-24T22:25:05.118Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
22:25:05 [2021-06-24T22:25:05.562Z] === RUN   TestReadPluginNoRead/default
22:25:06 [2021-06-24T22:25:06.944Z] === RUN   TestReadPluginNoRead/disabled_caching
22:25:07 [2021-06-24T22:25:07.028Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
22:25:07 [2021-06-24T22:25:07.028Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:88, shared: true, mustBeShared: true
22:25:07 [2021-06-24T22:25:07.287Z] --- PASS: TestDaemonIpcModeShareable (2.66s)
22:25:07 [2021-06-24T22:25:07.287Z] === RUN   TestDaemonIpcModePrivate
22:25:08 [2021-06-24T22:25:08.323Z] --- PASS: TestContinueAfterPluginCrash (8.87s)
22:25:08 [2021-06-24T22:25:08.584Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:25:09 [2021-06-24T22:25:09.174Z] Leaving: AppArmorNo profiles have been unloaded.
22:25:09 [2021-06-24T22:25:09.174Z] 
22:25:09 [2021-06-24T22:25:09.174Z] Unloading profiles will leave already running processes permanently
22:25:09 [2021-06-24T22:25:09.174Z] unconfined, which can lead to unexpected situations.
22:25:09 [2021-06-24T22:25:09.174Z] 
22:25:09 [2021-06-24T22:25:09.174Z] To set a process to complain mode, use the command line tool
22:25:09 [2021-06-24T22:25:09.174Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:25:09 [2021-06-24T22:25:09.174Z] 
Post stage
[Pipeline] junit
22:25:09 [2021-06-24T22:25:09.185Z] Recording test results
22:25:09 [2021-06-24T22:25:09.190Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
22:25:09 [2021-06-24T22:25:09.758Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
22:25:09 [2021-06-24T22:25:09.758Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
22:25:10 [2021-06-24T22:25:10.022Z] --- PASS: TestDaemonIpcModePrivate (2.70s)
22:25:10 [2021-06-24T22:25:10.022Z] === RUN   TestDaemonIpcModePrivateFromConfig
22:25:10 [2021-06-24T22:25:10.455Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
22:25:10 [2021-06-24T22:25:10.495Z] === CONT  TestReadPluginNoRead
22:25:10 [2021-06-24T22:25:10.496Z]     read_test.go:92: [d63071328c92a] daemon is not started
22:25:10 [2021-06-24T22:25:10.496Z] --- PASS: TestReadPluginNoRead (7.07s)
22:25:10 [2021-06-24T22:25:10.496Z]     --- PASS: TestReadPluginNoRead/default (1.57s)
22:25:10 [2021-06-24T22:25:10.496Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.62s)
22:25:10 [2021-06-24T22:25:10.496Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.55s)
22:25:10 [2021-06-24T22:25:10.496Z] PASS
22:25:10 [2021-06-24T22:25:10.496Z] 
22:25:10 [2021-06-24T22:25:10.496Z] DONE 6 tests in 10.800s
22:25:10 [2021-06-24T22:25:10.496Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:25:10 [2021-06-24T22:25:10.496Z] testing: warning: no tests to run
22:25:10 [2021-06-24T22:25:10.496Z] PASS
22:25:10 [2021-06-24T22:25:10.496Z] 
22:25:10 [2021-06-24T22:25:10.496Z] DONE 0 tests in 0.020s
22:25:10 [2021-06-24T22:25:10.496Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:25:10 [2021-06-24T22:25:10.496Z] INFO: Testing against a local daemon
22:25:10 [2021-06-24T22:25:10.496Z] === RUN   TestPluginWithDevMounts
22:25:10 [2021-06-24T22:25:10.496Z] === PAUSE TestPluginWithDevMounts
22:25:10 [2021-06-24T22:25:10.496Z] === CONT  TestPluginWithDevMounts
22:25:10 [2021-06-24T22:25:10.773Z] + echo Ensuring container killed.
22:25:10 [2021-06-24T22:25:10.773Z] Ensuring container killed.
22:25:10 [2021-06-24T22:25:10.773Z] + docker rm -vf docker-pr33
22:25:10 [2021-06-24T22:25:10.773Z] Error: No such container: docker-pr33
[Pipeline] sh
22:25:11 [2021-06-24T22:25:11.096Z] + echo Chowning /workspace to jenkins user
22:25:11 [2021-06-24T22:25:11.096Z] Chowning /workspace to jenkins user
22:25:11 [2021-06-24T22:25:11.096Z] + id -u
22:25:11 [2021-06-24T22:25:11.096Z] + id -g
22:25:11 [2021-06-24T22:25:11.096Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/workspace busybox chown -R 1000:1000 /workspace
22:25:11 [2021-06-24T22:25:11.096Z] Unable to find image 'busybox:latest' locally
22:25:11 [2021-06-24T22:25:11.352Z] latest: Pulling from library/busybox
22:25:11 [2021-06-24T22:25:11.352Z] b71f96345d44: Pulling fs layer
22:25:11 [2021-06-24T22:25:11.352Z] b71f96345d44: Download complete
22:25:11 [2021-06-24T22:25:11.399Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
22:25:11 [2021-06-24T22:25:11.611Z] b71f96345d44: Pull complete
22:25:11 [2021-06-24T22:25:11.611Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
22:25:11 [2021-06-24T22:25:11.611Z] Status: Downloaded newer image for busybox:latest
22:25:11 [2021-06-24T22:25:11.877Z] --- PASS: TestPluginWithDevMounts (1.63s)
22:25:11 [2021-06-24T22:25:11.877Z] PASS
22:25:11 [2021-06-24T22:25:11.877Z] 
22:25:11 [2021-06-24T22:25:11.877Z] DONE 1 tests in 1.676s
22:25:11 [2021-06-24T22:25:11.877Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:25:11 [2021-06-24T22:25:11.877Z] INFO: Testing against a local daemon
22:25:11 [2021-06-24T22:25:11.877Z] === RUN   TestSecretInspect
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:25:12 [2021-06-24T22:25:12.778Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false
22:25:12 [2021-06-24T22:25:12.869Z] + bundleName=docker-py
22:25:12 [2021-06-24T22:25:12.869Z] + echo Creating docker-py-bundles.tar.gz
22:25:12 [2021-06-24T22:25:12.869Z] Creating docker-py-bundles.tar.gz
22:25:12 [2021-06-24T22:25:12.869Z] + 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
22:25:12 [2021-06-24T22:25:12.878Z] Archiving artifacts
22:25:13 [2021-06-24T22:25:13.037Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.91s)
22:25:13 [2021-06-24T22:25:13.037Z] === RUN   TestDaemonIpcModeShareableFromConfig
22:25:13 [2021-06-24T22:25:13.605Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
22:25:14 [2021-06-24T22:25:14.105Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
22:25:14 [2021-06-24T22:25:14.417Z] --- PASS: TestSecretInspect (2.22s)
22:25:14 [2021-06-24T22:25:14.417Z] === RUN   TestSecretList
22:25:14 [2021-06-24T22:25:14.458Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/make.sh binary
22:25:15 [2021-06-24T22:25:15.020Z] 
22:25:15 [2021-06-24T22:25:15.020Z] Removing bundles/
22:25:15 [2021-06-24T22:25:15.020Z] 
22:25:15 [2021-06-24T22:25:15.020Z] ---> Making bundle: binary (in bundles/binary)
22:25:15 [2021-06-24T22:25:15.020Z] Building: bundles/binary-daemon/dockerd-dev
22:25:15 [2021-06-24T22:25:15.020Z] GOOS="" GOARCH="" GOARM=""
22:25:15 [2021-06-24T22:25:15.509Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true
22:25:15 [2021-06-24T22:25:15.767Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.78s)
22:25:15 [2021-06-24T22:25:15.767Z] === RUN   TestIpcModeOlderClient
22:25:15 [2021-06-24T22:25:15.767Z] === PAUSE TestIpcModeOlderClient
22:25:15 [2021-06-24T22:25:15.767Z] === RUN   TestKillContainerInvalidSignal
22:25:15 [2021-06-24T22:25:15.767Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
22:25:16 [2021-06-24T22:25:16.326Z] --- PASS: TestSecretList (2.30s)
22:25:16 [2021-06-24T22:25:16.326Z] === RUN   TestSecretsCreateAndDelete
22:25:17 [2021-06-24T22:25:17.144Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
22:25:17 [2021-06-24T22:25:17.144Z] --- PASS: TestKillContainerInvalidSignal (1.26s)
22:25:17 [2021-06-24T22:25:17.144Z] === RUN   TestKillContainer
22:25:17 [2021-06-24T22:25:17.144Z] === RUN   TestKillContainer/no_signal
22:25:18 [2021-06-24T22:25:18.523Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
22:25:18 [2021-06-24T22:25:18.523Z] === RUN   TestKillContainer/non_killing_signal
22:25:18 [2021-06-24T22:25:18.782Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
22:25:18 [2021-06-24T22:25:18.864Z] --- PASS: TestSecretsCreateAndDelete (2.21s)
22:25:18 [2021-06-24T22:25:18.864Z] === RUN   TestSecretsUpdate
22:25:19 [2021-06-24T22:25:19.041Z] === RUN   TestKillContainer/killing_signal
22:25:20 [2021-06-24T22:25:20.417Z] --- PASS: TestKillContainer (3.38s)
22:25:20 [2021-06-24T22:25:20.417Z]     --- PASS: TestKillContainer/no_signal (1.28s)
22:25:20 [2021-06-24T22:25:20.417Z]     --- PASS: TestKillContainer/non_killing_signal (0.87s)
22:25:20 [2021-06-24T22:25:20.417Z]     --- PASS: TestKillContainer/killing_signal (0.99s)
22:25:20 [2021-06-24T22:25:20.417Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:25:20 [2021-06-24T22:25:20.417Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
22:25:20 [2021-06-24T22:25:20.676Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
22:25:20 [2021-06-24T22:25:20.777Z] --- PASS: TestSecretsUpdate (2.24s)
22:25:20 [2021-06-24T22:25:20.777Z] === RUN   TestTemplatedSecret
22:25:21 [2021-06-24T22:25:21.246Z] === RUN   TestDockerSuite/TestBuildAddTar
22:25:21 [2021-06-24T22:25:21.246Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
22:25:22 [2021-06-24T22:25:22.623Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
22:25:22 [2021-06-24T22:25:22.623Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.02s)
22:25:22 [2021-06-24T22:25:22.623Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.93s)
22:25:22 [2021-06-24T22:25:22.623Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.88s)
22:25:22 [2021-06-24T22:25:22.623Z] === RUN   TestKillStoppedContainer
22:25:22 [2021-06-24T22:25:22.623Z] --- PASS: TestKillStoppedContainer (0.10s)
22:25:22 [2021-06-24T22:25:22.623Z] === RUN   TestKillStoppedContainerAPIPre120
22:25:22 [2021-06-24T22:25:22.623Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
22:25:22 [2021-06-24T22:25:22.623Z] === RUN   TestKillDifferentUserContainer
22:25:23 [2021-06-24T22:25:23.558Z] --- PASS: TestKillDifferentUserContainer (0.99s)
22:25:23 [2021-06-24T22:25:23.558Z] === RUN   TestInspectOomKilledTrue
22:25:23 [2021-06-24T22:25:23.558Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:25:23 [2021-06-24T22:25:23.558Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:25:23 [2021-06-24T22:25:23.558Z] === RUN   TestInspectOomKilledFalse
22:25:23 [2021-06-24T22:25:23.558Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:25:23 [2021-06-24T22:25:23.558Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:25:23 [2021-06-24T22:25:23.558Z] === RUN   TestLinksEtcHostsContentMatch
22:25:24 [2021-06-24T22:25:24.085Z] --- PASS: TestTemplatedSecret (3.32s)
22:25:24 [2021-06-24T22:25:24.085Z] === RUN   TestSecretCreateResolve
22:25:24 [2021-06-24T22:25:24.937Z] --- PASS: TestLinksEtcHostsContentMatch (1.16s)
22:25:24 [2021-06-24T22:25:24.937Z] === RUN   TestLinksContainerNames
22:25:26 [2021-06-24T22:25:26.624Z] --- PASS: TestSecretCreateResolve (2.24s)
22:25:26 [2021-06-24T22:25:26.624Z] PASS
22:25:26 [2021-06-24T22:25:26.624Z] 
22:25:26 [2021-06-24T22:25:26.624Z] DONE 6 tests in 14.562s
22:25:26 [2021-06-24T22:25:26.624Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:25:26 [2021-06-24T22:25:26.624Z] INFO: Testing against a local daemon
22:25:26 [2021-06-24T22:25:26.625Z] === RUN   TestServiceCreateInit
22:25:26 [2021-06-24T22:25:26.625Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:25:26 [2021-06-24T22:25:26.839Z] --- PASS: TestLinksContainerNames (1.96s)
22:25:26 [2021-06-24T22:25:26.839Z] === RUN   TestLogsFollowTailEmpty
22:25:27 [2021-06-24T22:25:27.775Z] --- PASS: TestLogsFollowTailEmpty (0.97s)
22:25:27 [2021-06-24T22:25:27.775Z] === RUN   TestContainerNetworkMountsNoChown
22:25:28 [2021-06-24T22:25:28.709Z] --- PASS: TestContainerNetworkMountsNoChown (0.87s)
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/default
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/default
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/private
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/private
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rprivate
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rprivate
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/slave
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/slave
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rslave
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rslave
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/shared
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/shared
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rshared
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rshared
22:25:28 [2021-06-24T22:25:28.709Z] === CONT  TestMountDaemonRoot/default
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/default/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/default/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/default/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/default/mount_root
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/default/mount_root
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/default/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === CONT  TestMountDaemonRoot/default/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === CONT  TestMountDaemonRoot/rprivate
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === CONT  TestMountDaemonRoot/rshared
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rshared/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
22:25:28 [2021-06-24T22:25:28.709Z] === RUN   TestMountDaemonRoot/rshared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/shared
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/shared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/shared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/shared/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/shared/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rslave
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/rslave/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/rslave/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/slave
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/slave/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/slave/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/slave/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/slave/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/default/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/private
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/private/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/private/bind_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/private/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/private/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/private/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === RUN   TestMountDaemonRoot/private/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/default/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/default/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/shared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rshared/mount_root
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
22:25:28 [2021-06-24T22:25:28.710Z] === CONT  TestMountDaemonRoot/rshared/bind_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/rslave/bind_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
22:25:28 [2021-06-24T22:25:28.969Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/shared/bind_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/slave/bind_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/rslave/mount_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/slave/mount_root
22:25:28 [2021-06-24T22:25:28.969Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
22:25:29 [2021-06-24T22:25:29.243Z] === CONT  TestMountDaemonRoot/private/bind_root
22:25:29 [2021-06-24T22:25:29.243Z] === CONT  TestMountDaemonRoot/private/mount_subpath
22:25:29 [2021-06-24T22:25:29.243Z] === CONT  TestMountDaemonRoot/private/mount_root
22:25:29 [2021-06-24T22:25:29.243Z] === CONT  TestMountDaemonRoot/private/bind_subpath
22:25:29 [2021-06-24T22:25:29.243Z] --- PASS: TestMountDaemonRoot (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
22:25:29 [2021-06-24T22:25:29.243Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
22:25:29 [2021-06-24T22:25:29.243Z] === RUN   TestContainerBindMountNonRecursive
22:25:29 [2021-06-24T22:25:29.828Z] === RUN   TestDockerSuite/TestBuildAddTarXz
22:25:31 [2021-06-24T22:25:31.905Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:25:32 [2021-06-24T22:25:32.374Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
22:25:32 [2021-06-24T22:25:32.633Z] --- PASS: TestContainerBindMountNonRecursive (3.52s)
22:25:32 [2021-06-24T22:25:32.633Z] === RUN   TestContainerVolumesMountedAsShared
22:25:33 [2021-06-24T22:25:33.571Z] --- PASS: TestContainerVolumesMountedAsShared (0.82s)
22:25:33 [2021-06-24T22:25:33.571Z] === RUN   TestContainerVolumesMountedAsSlave
22:25:33 [2021-06-24T22:25:33.571Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
22:25:35 [2021-06-24T22:25:35.475Z] --- PASS: TestContainerVolumesMountedAsSlave (1.64s)
22:25:35 [2021-06-24T22:25:35.475Z] === RUN   TestNetworkNat
22:25:36 [2021-06-24T22:25:36.105Z] --- PASS: TestServiceCreateInit (9.05s)
22:25:36 [2021-06-24T22:25:36.105Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.64s)
22:25:36 [2021-06-24T22:25:36.105Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.40s)
22:25:36 [2021-06-24T22:25:36.105Z] === RUN   TestCreateServiceMultipleTimes
22:25:36 [2021-06-24T22:25:36.853Z] --- PASS: TestNetworkNat (1.42s)
22:25:36 [2021-06-24T22:25:36.853Z] === RUN   TestNetworkLocalhostTCPNat
22:25:36 [2021-06-24T22:25:36.853Z]     check_test.go:309: [d725237539ff0] daemon is not started
22:25:36 [2021-06-24T22:25:36.853Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
22:25:37 [2021-06-24T22:25:37.789Z] --- PASS: TestNetworkLocalhostTCPNat (1.25s)
22:25:37 [2021-06-24T22:25:37.789Z] === RUN   TestNetworkLoopbackNat
22:25:39 [2021-06-24T22:25:39.693Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
22:25:39 [2021-06-24T22:25:39.952Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
22:25:42 [2021-06-24T22:25:42.485Z] --- PASS: TestNetworkLoopbackNat (4.29s)
22:25:42 [2021-06-24T22:25:42.485Z] === RUN   TestPause
22:25:43 [2021-06-24T22:25:43.421Z] --- PASS: TestPause (1.34s)
22:25:43 [2021-06-24T22:25:43.421Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:25:43 [2021-06-24T22:25:43.421Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:25:43 [2021-06-24T22:25:43.421Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
22:25:43 [2021-06-24T22:25:43.421Z] === RUN   TestPauseStopPausedContainer
22:25:45 [2021-06-24T22:25:45.327Z] --- PASS: TestPauseStopPausedContainer (1.50s)
22:25:45 [2021-06-24T22:25:45.327Z] === RUN   TestPidHost
22:25:49 [2021-06-24T22:25:49.517Z] --- PASS: TestPidHost (4.16s)
22:25:49 [2021-06-24T22:25:49.517Z] === RUN   TestPsFilter
22:25:49 [2021-06-24T22:25:49.517Z] --- PASS: TestPsFilter (0.16s)
22:25:49 [2021-06-24T22:25:49.517Z] === RUN   TestRemoveContainerWithRemovedVolume
22:25:50 [2021-06-24T22:25:50.084Z] === RUN   TestDockerSuite/TestBuildBlankName
22:25:50 [2021-06-24T22:25:50.651Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
22:25:50 [2021-06-24T22:25:50.651Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.31s)
22:25:50 [2021-06-24T22:25:50.651Z] === RUN   TestRemoveContainerWithVolume
22:25:52 [2021-06-24T22:25:52.030Z] --- PASS: TestRemoveContainerWithVolume (1.34s)
22:25:52 [2021-06-24T22:25:52.030Z] === RUN   TestRemoveContainerRunning
22:25:53 [2021-06-24T22:25:53.405Z] --- PASS: TestRemoveContainerRunning (1.41s)
22:25:53 [2021-06-24T22:25:53.405Z] === RUN   TestRemoveContainerForceRemoveRunning
22:25:54 [2021-06-24T22:25:54.211Z] --- PASS: TestCreateServiceMultipleTimes (17.34s)
22:25:54 [2021-06-24T22:25:54.211Z] === RUN   TestCreateServiceConflict
22:25:54 [2021-06-24T22:25:54.342Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
22:25:55 [2021-06-24T22:25:55.151Z] --- PASS: TestCreateServiceConflict (2.24s)
22:25:55 [2021-06-24T22:25:55.151Z] === RUN   TestCreateServiceMaxReplicas
22:25:55 [2021-06-24T22:25:55.280Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.92s)
22:25:55 [2021-06-24T22:25:55.280Z] === RUN   TestRemoveInvalidContainer
22:25:55 [2021-06-24T22:25:55.280Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:25:55 [2021-06-24T22:25:55.280Z] === RUN   TestRenameLinkedContainer
22:25:57 [2021-06-24T22:25:57.819Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
22:25:58 [2021-06-24T22:25:58.450Z] --- PASS: TestCreateServiceMaxReplicas (2.79s)
22:25:58 [2021-06-24T22:25:58.451Z] === RUN   TestCreateWithDuplicateNetworkNames
22:25:59 [2021-06-24T22:25:59.723Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
22:26:01 [2021-06-24T22:26:01.097Z] --- PASS: TestRenameLinkedContainer (5.50s)
22:26:01 [2021-06-24T22:26:01.097Z] === RUN   TestRenameStoppedContainer
22:26:02 [2021-06-24T22:26:02.032Z] --- PASS: TestRenameStoppedContainer (1.26s)
22:26:02 [2021-06-24T22:26:02.032Z] === RUN   TestRenameRunningContainerAndReuse
22:26:03 [2021-06-24T22:26:03.936Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
22:26:05 [2021-06-24T22:26:05.312Z] --- PASS: TestRenameRunningContainerAndReuse (3.30s)
22:26:05 [2021-06-24T22:26:05.312Z] === RUN   TestRenameInvalidName
22:26:05 [2021-06-24T22:26:05.571Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
22:26:06 [2021-06-24T22:26:06.948Z] --- PASS: TestRenameInvalidName (1.30s)
22:26:06 [2021-06-24T22:26:06.948Z] === RUN   TestRenameAnonymousContainer
22:26:06 [2021-06-24T22:26:06.948Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
22:26:08 [2021-06-24T22:26:08.325Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
22:26:09 [2021-06-24T22:26:09.702Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
22:26:10 [2021-06-24T22:26:10.638Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
22:26:10 [2021-06-24T22:26:10.896Z] --- PASS: TestRenameAnonymousContainer (4.17s)
22:26:10 [2021-06-24T22:26:10.896Z] === RUN   TestRenameContainerWithSameName
22:26:12 [2021-06-24T22:26:12.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
22:26:12 [2021-06-24T22:26:12.271Z] --- PASS: TestRenameContainerWithSameName (1.37s)
22:26:12 [2021-06-24T22:26:12.271Z] === RUN   TestRenameContainerWithLinkedContainer
22:26:13 [2021-06-24T22:26:13.343Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.58s)
22:26:13 [2021-06-24T22:26:13.343Z] === RUN   TestCreateServiceSecretFileMode
22:26:14 [2021-06-24T22:26:14.282Z] --- PASS: TestCreateServiceSecretFileMode (2.69s)
22:26:14 [2021-06-24T22:26:14.282Z] === RUN   TestCreateServiceConfigFileMode
22:26:14 [2021-06-24T22:26:14.804Z] --- PASS: TestRenameContainerWithLinkedContainer (2.39s)
22:26:14 [2021-06-24T22:26:14.804Z] === RUN   TestResize
22:26:16 [2021-06-24T22:26:16.182Z] --- PASS: TestResize (1.33s)
22:26:16 [2021-06-24T22:26:16.182Z] === RUN   TestResizeWithInvalidSize
22:26:16 [2021-06-24T22:26:16.441Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
22:26:16 [2021-06-24T22:26:16.700Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
22:26:16 [2021-06-24T22:26:16.823Z] --- PASS: TestCreateServiceConfigFileMode (2.70s)
22:26:16 [2021-06-24T22:26:16.823Z] === RUN   TestCreateServiceSysctls
22:26:17 [2021-06-24T22:26:17.267Z] --- PASS: TestResizeWithInvalidSize (1.16s)
22:26:17 [2021-06-24T22:26:17.267Z] === RUN   TestResizeWhenContainerNotStarted
22:26:18 [2021-06-24T22:26:18.679Z] --- PASS: TestResizeWhenContainerNotStarted (1.27s)
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
22:26:18 [2021-06-24T22:26:18.679Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
22:26:20 [2021-06-24T22:26:20.599Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
22:26:20 [2021-06-24T22:26:20.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
22:26:21 [2021-06-24T22:26:21.025Z] --- PASS: TestCreateServiceSysctls (3.93s)
22:26:21 [2021-06-24T22:26:21.025Z] === RUN   TestCreateServiceCapabilities
22:26:22 [2021-06-24T22:26:22.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
22:26:22 [2021-06-24T22:26:22.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
22:26:23 [2021-06-24T22:26:23.567Z] --- PASS: TestCreateServiceCapabilities (2.87s)
22:26:23 [2021-06-24T22:26:23.567Z] === RUN   TestInspect
22:26:23 [2021-06-24T22:26:23.881Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
22:26:24 [2021-06-24T22:26:24.447Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
22:26:26 [2021-06-24T22:26:26.861Z] --- PASS: TestInspect (3.25s)
22:26:26 [2021-06-24T22:26:26.862Z] === RUN   TestCreateJob
22:26:27 [2021-06-24T22:26:27.733Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
22:26:27 [2021-06-24T22:26:27.993Z]     check_test.go:309: [ddc17c3532805] daemon is not started
22:26:27 [2021-06-24T22:26:27.993Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
22:26:27 [2021-06-24T22:26:27.993Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
22:26:29 [2021-06-24T22:26:29.897Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
22:26:31 [2021-06-24T22:26:31.110Z] --- PASS: TestCreateJob (3.91s)
22:26:31 [2021-06-24T22:26:31.110Z] === RUN   TestReplicatedJob
22:26:33 [2021-06-24T22:26:33.182Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
22:26:33 [2021-06-24T22:26:33.182Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
22:26:33 [2021-06-24T22:26:33.748Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
22:26:34 [2021-06-24T22:26:34.314Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
22:26:37 [2021-06-24T22:26:37.602Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
22:26:37 [2021-06-24T22:26:37.602Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
22:26:37 [2021-06-24T22:26:37.695Z] --- PASS: TestReplicatedJob (6.63s)
22:26:37 [2021-06-24T22:26:37.695Z] === RUN   TestUpdateReplicatedJob
22:26:40 [2021-06-24T22:26:40.146Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.99s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.87s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.19s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.83s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.80s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.69s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.52s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.19s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.76s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.51s)
22:26:40 [2021-06-24T22:26:40.146Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.73s)
22:26:40 [2021-06-24T22:26:40.146Z] === RUN   TestCgroupNamespacesRun
22:26:41 [2021-06-24T22:26:41.085Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
22:26:41 [2021-06-24T22:26:41.345Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
22:26:41 [2021-06-24T22:26:41.894Z] --- PASS: TestUpdateReplicatedJob (3.78s)
22:26:41 [2021-06-24T22:26:41.894Z] === RUN   TestServiceListWithStatuses
22:26:41 [2021-06-24T22:26:41.894Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:26:41 [2021-06-24T22:26:41.894Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:26:41 [2021-06-24T22:26:41.894Z] === RUN   TestDockerNetworkConnectAlias
22:26:42 [2021-06-24T22:26:42.724Z] --- PASS: TestCgroupNamespacesRun (2.92s)
22:26:42 [2021-06-24T22:26:42.724Z] === RUN   TestCgroupNamespacesRunPrivileged
22:26:44 [2021-06-24T22:26:44.631Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
22:26:44 [2021-06-24T22:26:44.631Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.94s)
22:26:44 [2021-06-24T22:26:44.631Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
22:26:46 [2021-06-24T22:26:46.093Z] --- PASS: TestDockerNetworkConnectAlias (4.94s)
22:26:46 [2021-06-24T22:26:46.093Z] === RUN   TestDockerNetworkReConnect
22:26:47 [2021-06-24T22:26:47.164Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
22:26:47 [2021-06-24T22:26:47.423Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.89s)
22:26:47 [2021-06-24T22:26:47.423Z] === RUN   TestCgroupNamespacesRunHostMode
22:26:47 [2021-06-24T22:26:47.991Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
22:26:50 [2021-06-24T22:26:50.292Z] --- PASS: TestDockerNetworkReConnect (3.64s)
22:26:50 [2021-06-24T22:26:50.293Z] === RUN   TestServicePlugin
22:26:50 [2021-06-24T22:26:50.521Z] --- PASS: TestCgroupNamespacesRunHostMode (2.76s)
22:26:50 [2021-06-24T22:26:50.521Z] === RUN   TestCgroupNamespacesRunPrivateMode
22:26:51 [2021-06-24T22:26:51.088Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
22:26:51 [2021-06-24T22:26:51.409Z] Created binary: bundles/binary-daemon/dockerd-dev
22:26:51 [2021-06-24T22:26:51.409Z] Copying nested executables into bundles/binary-daemon
22:26:51 [2021-06-24T22:26:51.409Z] Building: bundles/binary-daemon/docker-proxy-dev
22:26:51 [2021-06-24T22:26:51.409Z] GOOS="" GOARCH="" GOARM=""
22:26:51 [2021-06-24T22:26:51.409Z] Created binary: bundles/binary-daemon/docker-proxy-dev
22:26:51 [2021-06-24T22:26:51.409Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
22:26:51 [2021-06-24T22:26:51.767Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/make.sh cross
22:26:52 [2021-06-24T22:26:52.331Z] 
22:26:52 [2021-06-24T22:26:52.331Z] Removing bundles/
22:26:52 [2021-06-24T22:26:52.331Z] 
22:26:52 [2021-06-24T22:26:52.331Z] ---> Making bundle: cross (in bundles/cross)
22:26:52 [2021-06-24T22:26:52.331Z] Cross building: bundles/cross/linux/amd64
22:26:52 [2021-06-24T22:26:52.331Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
22:26:52 [2021-06-24T22:26:52.331Z] GOOS="linux" GOARCH="amd64" GOARM=""
22:26:52 [2021-06-24T22:26:52.997Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
22:26:52 [2021-06-24T22:26:52.997Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.64s)
22:26:52 [2021-06-24T22:26:52.997Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
22:26:53 [2021-06-24T22:26:53.592Z]     plugin_test.go:62: [d4cb6b58398e0] joining swarm manager [d2cae67babc92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:26:54 [2021-06-24T22:26:54.904Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s)
22:26:54 [2021-06-24T22:26:54.905Z] === RUN   TestCgroupNamespacesRunInvalidMode
22:26:54 [2021-06-24T22:26:54.977Z]     plugin_test.go:65: [dabc8a8405496] joining swarm manager [d2cae67babc92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:26:55 [2021-06-24T22:26:55.163Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
22:26:55 [2021-06-24T22:26:55.422Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
22:26:55 [2021-06-24T22:26:55.682Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s)
22:26:55 [2021-06-24T22:26:55.682Z] === RUN   TestCgroupNamespacesRunOlderClient
22:26:57 [2021-06-24T22:26:57.588Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
22:26:58 [2021-06-24T22:26:58.156Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.64s)
22:26:58 [2021-06-24T22:26:58.156Z] === RUN   TestNISDomainname
22:26:59 [2021-06-24T22:26:59.093Z] === RUN   TestDockerSuite/TestBuildCacheAdd
22:26:59 [2021-06-24T22:26:59.353Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
22:26:59 [2021-06-24T22:26:59.353Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
22:26:59 [2021-06-24T22:26:59.353Z]     check_test.go:309: [d97c14d62c891] daemon is not started
22:26:59 [2021-06-24T22:26:59.353Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
22:26:59 [2021-06-24T22:26:59.353Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
22:26:59 [2021-06-24T22:26:59.353Z]     check_test.go:309: [d5790dff414d6] daemon is not started
22:26:59 [2021-06-24T22:26:59.353Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
22:27:00 [2021-06-24T22:27:00.291Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
22:27:00 [2021-06-24T22:27:00.550Z] --- PASS: TestNISDomainname (2.36s)
22:27:00 [2021-06-24T22:27:00.550Z] === RUN   TestHostnameDnsResolution
22:27:01 [2021-06-24T22:27:01.118Z] === RUN   TestDockerSuite/TestBuildCacheFrom
22:27:02 [2021-06-24T22:27:02.498Z] --- PASS: TestHostnameDnsResolution (2.01s)
22:27:02 [2021-06-24T22:27:02.498Z] === RUN   TestStats
22:27:03 [2021-06-24T22:27:03.448Z]     check_test.go:309: [d385e5dcf0f78] daemon is not started
22:27:03 [2021-06-24T22:27:03.448Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
22:27:05 [2021-06-24T22:27:05.988Z] --- PASS: TestStats (3.19s)
22:27:05 [2021-06-24T22:27:05.988Z] === RUN   TestStopContainerWithTimeout
22:27:05 [2021-06-24T22:27:05.988Z] === RUN   TestStopContainerWithTimeout/0
22:27:05 [2021-06-24T22:27:05.988Z] === PAUSE TestStopContainerWithTimeout/0
22:27:05 [2021-06-24T22:27:05.988Z] === RUN   TestStopContainerWithTimeout/1
22:27:05 [2021-06-24T22:27:05.988Z] === PAUSE TestStopContainerWithTimeout/1
22:27:05 [2021-06-24T22:27:05.988Z] === RUN   TestStopContainerWithTimeout/3
22:27:05 [2021-06-24T22:27:05.988Z] === PAUSE TestStopContainerWithTimeout/3
22:27:05 [2021-06-24T22:27:05.988Z] === RUN   TestStopContainerWithTimeout/-1
22:27:05 [2021-06-24T22:27:05.988Z] === PAUSE TestStopContainerWithTimeout/-1
22:27:05 [2021-06-24T22:27:05.988Z] === CONT  TestStopContainerWithTimeout/0
22:27:05 [2021-06-24T22:27:05.988Z] === CONT  TestStopContainerWithTimeout/3
22:27:07 [2021-06-24T22:27:07.367Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
22:27:07 [2021-06-24T22:27:07.936Z] === CONT  TestStopContainerWithTimeout/1
22:27:09 [2021-06-24T22:27:09.372Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
22:27:09 [2021-06-24T22:27:09.634Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
22:27:09 [2021-06-24T22:27:09.893Z] === CONT  TestStopContainerWithTimeout/-1
22:27:10 [2021-06-24T22:27:10.461Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
22:27:11 [2021-06-24T22:27:11.839Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
22:27:13 [2021-06-24T22:27:13.218Z] --- PASS: TestStopContainerWithTimeout (0.02s)
22:27:13 [2021-06-24T22:27:13.218Z]     --- PASS: TestStopContainerWithTimeout/0 (2.13s)
22:27:13 [2021-06-24T22:27:13.218Z]     --- PASS: TestStopContainerWithTimeout/3 (4.12s)
22:27:13 [2021-06-24T22:27:13.218Z]     --- PASS: TestStopContainerWithTimeout/1 (2.46s)
22:27:13 [2021-06-24T22:27:13.218Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.17s)
22:27:13 [2021-06-24T22:27:13.218Z] === RUN   TestDeleteDevicemapper
22:27:13 [2021-06-24T22:27:13.218Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:27:13 [2021-06-24T22:27:13.218Z] --- SKIP: TestDeleteDevicemapper (0.01s)
22:27:13 [2021-06-24T22:27:13.218Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:27:13 [2021-06-24T22:27:13.218Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
22:27:18 [2021-06-24T22:27:18.493Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
22:27:19 [2021-06-24T22:27:19.432Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.48s)
22:27:19 [2021-06-24T22:27:19.432Z] === RUN   TestUpdateMemory
22:27:19 [2021-06-24T22:27:19.432Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:27:19 [2021-06-24T22:27:19.432Z] --- SKIP: TestUpdateMemory (0.00s)
22:27:19 [2021-06-24T22:27:19.432Z] === RUN   TestUpdateCPUQuota
22:27:19 [2021-06-24T22:27:19.692Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
22:27:19 [2021-06-24T22:27:19.951Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
22:27:21 [2021-06-24T22:27:21.555Z] --- PASS: TestServicePlugin (30.50s)
22:27:21 [2021-06-24T22:27:21.555Z] === RUN   TestServiceUpdateLabel
22:27:22 [2021-06-24T22:27:22.486Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
22:27:22 [2021-06-24T22:27:22.497Z] --- PASS: TestServiceUpdateLabel (2.25s)
22:27:22 [2021-06-24T22:27:22.497Z] === RUN   TestServiceUpdateSecrets
22:27:22 [2021-06-24T22:27:22.746Z] === RUN   TestDockerSuite/TestBuildClearCmd
22:27:23 [2021-06-24T22:27:23.317Z] === RUN   TestDockerSuite/TestBuildCmd
22:27:23 [2021-06-24T22:27:23.317Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
22:27:23 [2021-06-24T22:27:23.577Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
22:27:23 [2021-06-24T22:27:23.836Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
22:27:24 [2021-06-24T22:27:24.095Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
22:27:24 [2021-06-24T22:27:24.095Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
22:27:24 [2021-06-24T22:27:24.095Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
22:27:25 [2021-06-24T22:27:25.473Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
22:27:28 [2021-06-24T22:27:28.013Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
22:27:29 [2021-06-24T22:27:29.393Z] --- PASS: TestUpdateCPUQuota (9.81s)
22:27:29 [2021-06-24T22:27:29.393Z] === RUN   TestUpdatePidsLimit
22:27:29 [2021-06-24T22:27:29.393Z] === RUN   TestUpdatePidsLimit/update_from_none
22:27:30 [2021-06-24T22:27:30.773Z] === RUN   TestUpdatePidsLimit/no_change
22:27:32 [2021-06-24T22:27:32.164Z] === RUN   TestUpdatePidsLimit/update_lower
22:27:33 [2021-06-24T22:27:33.102Z] === RUN   TestDockerSuite/TestBuildConditionalCache
22:27:33 [2021-06-24T22:27:33.361Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
22:27:33 [2021-06-24T22:27:33.930Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
22:27:34 [2021-06-24T22:27:34.190Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
22:27:34 [2021-06-24T22:27:34.759Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
22:27:35 [2021-06-24T22:27:35.328Z] === RUN   TestDockerSuite/TestBuildContextCleanup
22:27:35 [2021-06-24T22:27:35.897Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
22:27:36 [2021-06-24T22:27:36.156Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
22:27:37 [2021-06-24T22:27:37.093Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
22:27:37 [2021-06-24T22:27:37.093Z]     check_test.go:309: [d389a104b1531] daemon is not started
22:27:37 [2021-06-24T22:27:37.093Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
22:27:37 [2021-06-24T22:27:37.662Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
22:27:37 [2021-06-24T22:27:37.662Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
22:27:37 [2021-06-24T22:27:37.921Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
22:27:39 [2021-06-24T22:27:39.826Z] --- PASS: TestUpdatePidsLimit (10.50s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.36s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/no_change (1.25s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.47s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.35s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.36s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.33s)
22:27:39 [2021-06-24T22:27:39.826Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.25s)
22:27:39 [2021-06-24T22:27:39.826Z] === RUN   TestUpdateRestartPolicy
22:27:40 [2021-06-24T22:27:40.606Z] --- PASS: TestServiceUpdateSecrets (15.15s)
22:27:40 [2021-06-24T22:27:40.606Z] === RUN   TestServiceUpdateConfigs
22:27:41 [2021-06-24T22:27:41.729Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
22:27:45 [2021-06-24T22:27:45.019Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
22:27:46 [2021-06-24T22:27:46.930Z]     check_test.go:309: [d4e52c358cd0a] daemon is not started
22:27:46 [2021-06-24T22:27:46.930Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
22:27:50 [2021-06-24T22:27:50.222Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
22:27:51 [2021-06-24T22:27:51.159Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
22:27:51 [2021-06-24T22:27:51.729Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
22:27:52 [2021-06-24T22:27:52.296Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
22:27:54 [2021-06-24T22:27:54.831Z] --- PASS: TestUpdateRestartPolicy (14.66s)
22:27:54 [2021-06-24T22:27:54.831Z] === RUN   TestUpdateRestartWithAutoRemove
22:27:55 [2021-06-24T22:27:55.092Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
22:27:55 [2021-06-24T22:27:55.508Z] --- PASS: TestServiceUpdateConfigs (15.28s)
22:27:55 [2021-06-24T22:27:55.508Z] === RUN   TestServiceUpdateNetwork
22:27:55 [2021-06-24T22:27:55.663Z] --- PASS: TestUpdateRestartWithAutoRemove (1.22s)
22:27:55 [2021-06-24T22:27:55.663Z] === RUN   TestWaitNonBlocked
22:27:55 [2021-06-24T22:27:55.663Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:27:55 [2021-06-24T22:27:55.663Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:27:55 [2021-06-24T22:27:55.663Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:27:55 [2021-06-24T22:27:55.663Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:27:55 [2021-06-24T22:27:55.663Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:27:55 [2021-06-24T22:27:55.663Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:27:55 [2021-06-24T22:27:55.922Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
22:27:56 [2021-06-24T22:27:56.182Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
22:27:56 [2021-06-24T22:27:56.750Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
22:27:57 [2021-06-24T22:27:57.720Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
22:27:57 [2021-06-24T22:27:57.720Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
22:27:57 [2021-06-24T22:27:57.985Z] --- PASS: TestWaitNonBlocked (0.02s)
22:27:57 [2021-06-24T22:27:57.985Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.22s)
22:27:57 [2021-06-24T22:27:57.985Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.26s)
22:27:57 [2021-06-24T22:27:57.985Z] === RUN   TestWaitBlocked
22:27:57 [2021-06-24T22:27:57.985Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
22:27:57 [2021-06-24T22:27:57.985Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
22:27:57 [2021-06-24T22:27:57.985Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
22:27:57 [2021-06-24T22:27:57.985Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
22:27:57 [2021-06-24T22:27:57.985Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
22:27:57 [2021-06-24T22:27:57.985Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
22:27:57 [2021-06-24T22:27:57.985Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
22:27:58 [2021-06-24T22:27:58.924Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
22:27:59 [2021-06-24T22:27:59.184Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
22:27:59 [2021-06-24T22:27:59.753Z] --- PASS: TestWaitBlocked (0.02s)
22:27:59 [2021-06-24T22:27:59.753Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.55s)
22:27:59 [2021-06-24T22:27:59.753Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.69s)
22:27:59 [2021-06-24T22:27:59.753Z] === CONT  TestContainerStartOnDaemonRestart
22:27:59 [2021-06-24T22:27:59.753Z] === CONT  TestIpcModeOlderClient
22:27:59 [2021-06-24T22:27:59.753Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
22:27:59 [2021-06-24T22:27:59.753Z] --- PASS: TestIpcModeOlderClient (0.14s)
22:27:59 [2021-06-24T22:27:59.753Z] === CONT  TestRestartDaemonWithRestartingContainer
22:28:00 [2021-06-24T22:28:00.323Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
22:28:00 [2021-06-24T22:28:00.892Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
22:28:01 [2021-06-24T22:28:01.462Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
22:28:01 [2021-06-24T22:28:01.721Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
22:28:01 [2021-06-24T22:28:01.721Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
22:28:02 [2021-06-24T22:28:02.292Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
22:28:02 [2021-06-24T22:28:02.860Z]     check_test.go:309: [d31e1fc39fb0b] daemon is not started
22:28:02 [2021-06-24T22:28:02.860Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
22:28:03 [2021-06-24T22:28:03.799Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
22:28:03 [2021-06-24T22:28:03.799Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
22:28:03 [2021-06-24T22:28:03.799Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
22:28:03 [2021-06-24T22:28:03.799Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
22:28:03 [2021-06-24T22:28:03.799Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
22:28:03 [2021-06-24T22:28:03.799Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
22:28:03 [2021-06-24T22:28:03.799Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
22:28:03 [2021-06-24T22:28:03.799Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
22:28:03 [2021-06-24T22:28:03.799Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
22:28:04 [2021-06-24T22:28:04.057Z]     check_test.go:309: [db7dec441b994] daemon is not started
22:28:04 [2021-06-24T22:28:04.057Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
22:28:04 [2021-06-24T22:28:04.625Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
22:28:04 [2021-06-24T22:28:04.885Z] --- PASS: TestContainerStartOnDaemonRestart (5.16s)
22:28:04 [2021-06-24T22:28:04.885Z] === CONT  TestContainerKillOnDaemonStart
22:28:04 [2021-06-24T22:28:04.885Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.06s)
22:28:04 [2021-06-24T22:28:04.885Z] === CONT  TestDaemonHostGatewayIP
22:28:06 [2021-06-24T22:28:06.263Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
22:28:07 [2021-06-24T22:28:07.733Z] --- PASS: TestServiceUpdateNetwork (13.05s)
22:28:07 [2021-06-24T22:28:07.733Z] === RUN   TestServiceUpdatePidsLimit
22:28:07 [2021-06-24T22:28:07.733Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:28:08 [2021-06-24T22:28:08.304Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:28:10 [2021-06-24T22:28:10.457Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
22:28:10 [2021-06-24T22:28:10.457Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
22:28:10 [2021-06-24T22:28:10.457Z]     check_test.go:309: [d318ea920536e] daemon is not started
22:28:10 [2021-06-24T22:28:10.457Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
22:28:11 [2021-06-24T22:28:11.395Z] --- PASS: TestDaemonHostGatewayIP (6.30s)
22:28:11 [2021-06-24T22:28:11.395Z] === CONT  TestDaemonRestartIpcMode
22:28:14 [2021-06-24T22:28:14.686Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
22:28:16 [2021-06-24T22:28:16.065Z] --- PASS: TestDaemonRestartIpcMode (4.95s)
22:28:16 [2021-06-24T22:28:16.325Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
22:28:16 [2021-06-24T22:28:16.438Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:28:16 [2021-06-24T22:28:16.585Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
22:28:19 [2021-06-24T22:28:19.123Z] --- PASS: TestContainerKillOnDaemonStart (13.76s)
22:28:19 [2021-06-24T22:28:19.123Z] PASS
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === Skipped
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
22:28:19 [2021-06-24T22:28:19.123Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
22:28:19 [2021-06-24T22:28:19.123Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
22:28:19 [2021-06-24T22:28:19.123Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
22:28:19 [2021-06-24T22:28:19.123Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s)
22:28:19 [2021-06-24T22:28:19.123Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
22:28:19 [2021-06-24T22:28:19.123Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] 
22:28:19 [2021-06-24T22:28:19.123Z] DONE 196 tests, 6 skipped in 235.567s
22:28:19 [2021-06-24T22:28:19.123Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
22:28:19 [2021-06-24T22:28:19.123Z] ++ 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
22:28:19 [2021-06-24T22:28:19.123Z] ++ set -e
22:28:19 [2021-06-24T22:28:19.123Z] ++ '[' -n 0 ']'
22:28:19 [2021-06-24T22:28:19.123Z] ++ set -x
22:28:19 [2021-06-24T22:28:19.123Z] ++ env -i DEST=/go/src/github.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
22:28:19 [2021-06-24T22:28:19.123Z] === RUN   TestConfigDaemonLibtrustID
22:28:19 [2021-06-24T22:28:19.382Z] --- PASS: TestConfigDaemonLibtrustID (0.57s)
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation/config_with_no_content
22:28:19 [2021-06-24T22:28:19.382Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation/config_with_{}
22:28:19 [2021-06-24T22:28:19.382Z] === PAUSE TestDaemonConfigValidation/config_with_{}
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation/invalid_config
22:28:19 [2021-06-24T22:28:19.382Z] === PAUSE TestDaemonConfigValidation/invalid_config
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation/malformed_config
22:28:19 [2021-06-24T22:28:19.382Z] === PAUSE TestDaemonConfigValidation/malformed_config
22:28:19 [2021-06-24T22:28:19.382Z] === RUN   TestDaemonConfigValidation/valid_config
22:28:19 [2021-06-24T22:28:19.382Z] === PAUSE TestDaemonConfigValidation/valid_config
22:28:19 [2021-06-24T22:28:19.382Z] === CONT  TestDaemonConfigValidation/config_with_no_content
22:28:19 [2021-06-24T22:28:19.382Z] === CONT  TestDaemonConfigValidation/malformed_config
22:28:19 [2021-06-24T22:28:19.641Z] === CONT  TestDaemonConfigValidation/invalid_config
22:28:19 [2021-06-24T22:28:19.641Z] === CONT  TestDaemonConfigValidation/config_with_{}
22:28:19 [2021-06-24T22:28:19.901Z] === CONT  TestDaemonConfigValidation/valid_config
22:28:19 [2021-06-24T22:28:19.901Z] --- PASS: TestDaemonConfigValidation (0.00s)
22:28:19 [2021-06-24T22:28:19.901Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.21s)
22:28:19 [2021-06-24T22:28:19.901Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.28s)
22:28:19 [2021-06-24T22:28:19.901Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.28s)
22:28:19 [2021-06-24T22:28:19.901Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.24s)
22:28:19 [2021-06-24T22:28:19.901Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
22:28:19 [2021-06-24T22:28:19.901Z] PASS
22:28:19 [2021-06-24T22:28:19.901Z] 
22:28:19 [2021-06-24T22:28:19.901Z] DONE 7 tests in 1.308s
22:28:19 [2021-06-24T22:28:19.901Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
22:28:19 [2021-06-24T22:28:19.901Z] ++ 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
22:28:19 [2021-06-24T22:28:19.901Z] ++ set -e
22:28:19 [2021-06-24T22:28:19.901Z] ++ '[' -n 0 ']'
22:28:19 [2021-06-24T22:28:19.901Z] ++ set -x
22:28:19 [2021-06-24T22:28:19.901Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
22:28:20 [2021-06-24T22:28:20.160Z] INFO: Testing against a local daemon
22:28:20 [2021-06-24T22:28:20.160Z] === RUN   TestCommitInheritsEnv
22:28:20 [2021-06-24T22:28:20.420Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
22:28:20 [2021-06-24T22:28:20.679Z] --- PASS: TestCommitInheritsEnv (0.47s)
22:28:20 [2021-06-24T22:28:20.679Z] === RUN   TestImportExtremelyLargeImageWorks
22:28:20 [2021-06-24T22:28:20.679Z] === PAUSE TestImportExtremelyLargeImageWorks
22:28:20 [2021-06-24T22:28:20.679Z] === RUN   TestImagesFilterMultiReference
22:28:20 [2021-06-24T22:28:20.679Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
22:28:20 [2021-06-24T22:28:20.939Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
22:28:20 [2021-06-24T22:28:20.939Z] --- PASS: TestImagesFilterMultiReference (0.13s)
22:28:20 [2021-06-24T22:28:20.939Z] === RUN   TestImagePullPlatformInvalid
22:28:20 [2021-06-24T22:28:20.939Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
22:28:20 [2021-06-24T22:28:20.939Z] === RUN   TestRemoveImageOrphaning
22:28:21 [2021-06-24T22:28:21.509Z] --- PASS: TestRemoveImageOrphaning (0.44s)
22:28:21 [2021-06-24T22:28:21.510Z] === RUN   TestRemoveImageGarbageCollector
22:28:21 [2021-06-24T22:28:21.769Z]     check_test.go:309: [d3a82667e50da] daemon is not started
22:28:21 [2021-06-24T22:28:21.769Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestRemoveImageGarbageCollector (2.62s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.07s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagInvalidReference
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagInvalidReference (0.03s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagValidPrefixedRepo
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagExistedNameWithoutForce
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagOfficialNames
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagOfficialNames (0.07s)
22:28:24 [2021-06-24T22:28:24.312Z] === RUN   TestTagMatchesDigest
22:28:24 [2021-06-24T22:28:24.312Z] --- PASS: TestTagMatchesDigest (0.02s)
22:28:24 [2021-06-24T22:28:24.312Z] === CONT  TestImportExtremelyLargeImageWorks
22:28:24 [2021-06-24T22:28:24.572Z] --- PASS: TestServiceUpdatePidsLimit (17.17s)
22:28:24 [2021-06-24T22:28:24.572Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
22:28:24 [2021-06-24T22:28:24.572Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s)
22:28:24 [2021-06-24T22:28:24.572Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s)
22:28:24 [2021-06-24T22:28:24.572Z] PASS
22:28:24 [2021-06-24T22:28:24.572Z] 
22:28:24 [2021-06-24T22:28:24.572Z] === Skipped
22:28:24 [2021-06-24T22:28:24.572Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:28:24 [2021-06-24T22:28:24.572Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:28:24 [2021-06-24T22:28:24.572Z] 
22:28:24 [2021-06-24T22:28:24.572Z] 
22:28:24 [2021-06-24T22:28:24.573Z] DONE 27 tests, 1 skipped in 176.804s
22:28:24 [2021-06-24T22:28:24.573Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:28:24 [2021-06-24T22:28:24.573Z] INFO: Testing against a local daemon
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestSessionCreate
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestSessionCreate (0.03s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestSessionCreateWithBadUpgrade
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
22:28:24 [2021-06-24T22:28:24.573Z] PASS
22:28:24 [2021-06-24T22:28:24.573Z] 
22:28:24 [2021-06-24T22:28:24.573Z] DONE 2 tests in 0.076s
22:28:24 [2021-06-24T22:28:24.573Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:28:24 [2021-06-24T22:28:24.573Z] INFO: Testing against a local daemon
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:28:24 [2021-06-24T22:28:24.573Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestEventsExecDie
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestEventsExecDie (1.09s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestEventsBackwardsCompatible
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestEventsVolumeCreate
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestEventsVolumeCreate (0.08s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestInfoBinaryCommits
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestInfoBinaryCommits (0.02s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestInfoAPIVersioned
22:28:24 [2021-06-24T22:28:24.573Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:28:24 [2021-06-24T22:28:24.573Z] === RUN   TestInfoDiscoveryBackend
22:28:25 [2021-06-24T22:28:25.147Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
22:28:25 [2021-06-24T22:28:25.147Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:28:26 [2021-06-24T22:28:26.089Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:28:26 [2021-06-24T22:28:26.089Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:28:26 [2021-06-24T22:28:26.660Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
22:28:26 [2021-06-24T22:28:26.660Z] === RUN   TestInfoAPI
22:28:26 [2021-06-24T22:28:26.660Z] --- PASS: TestInfoAPI (0.02s)
22:28:26 [2021-06-24T22:28:26.660Z] === RUN   TestInfoAPIWarnings
22:28:28 [2021-06-24T22:28:28.734Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
22:28:28 [2021-06-24T22:28:28.734Z] Copying nested executables into bundles/cross/linux/amd64-daemon
22:28:28 [2021-06-24T22:28:28.734Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
22:28:28 [2021-06-24T22:28:28.734Z] GOOS="linux" GOARCH="amd64" GOARM=""
22:28:28 [2021-06-24T22:28:28.734Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
22:28:28 [2021-06-24T22:28:28.734Z] Cross building: bundles/cross/windows/amd64
22:28:28 [2021-06-24T22:28:28.734Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
22:28:28 [2021-06-24T22:28:28.734Z] GOOS="windows" GOARCH="amd64" GOARM=""
22:28:29 [2021-06-24T22:28:29.586Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
22:28:29 [2021-06-24T22:28:29.846Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
22:28:35 [2021-06-24T22:28:35.126Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
22:28:38 [2021-06-24T22:28:38.417Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
22:28:38 [2021-06-24T22:28:38.677Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
22:28:40 [2021-06-24T22:28:40.057Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
22:28:40 [2021-06-24T22:28:40.626Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
22:28:42 [2021-06-24T22:28:42.010Z]     check_test.go:309: [dd9da04ebfc37] daemon is not started
22:28:42 [2021-06-24T22:28:42.010Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
22:28:42 [2021-06-24T22:28:42.578Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
22:28:43 [2021-06-24T22:28:43.147Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
22:28:43 [2021-06-24T22:28:43.715Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestInfoAPIWarnings (16.30s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestInfoDebug
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestInfoDebug (0.53s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestInfoInsecureRegistries
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestInfoInsecureRegistries (0.52s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestInfoRegistryMirrors
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestInfoRegistryMirrors (0.52s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestLoginFailsWithBadCredentials
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestPingCacheHeaders
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestPingCacheHeaders (0.02s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestPingGet
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestPingGet (0.01s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestPingHead
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestPingHead (0.02s)
22:28:44 [2021-06-24T22:28:44.767Z] === RUN   TestVersion
22:28:44 [2021-06-24T22:28:44.767Z] --- PASS: TestVersion (0.02s)
22:28:44 [2021-06-24T22:28:44.767Z] === CONT  TestCgroupDriverSystemdMemoryLimit
22:28:46 [2021-06-24T22:28:46.252Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
22:28:46 [2021-06-24T22:28:46.252Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
22:28:46 [2021-06-24T22:28:46.252Z]     check_test.go:309: [d5f7bf7616560] daemon is not started
22:28:46 [2021-06-24T22:28:46.252Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
22:28:46 [2021-06-24T22:28:46.682Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s)
22:28:46 [2021-06-24T22:28:46.682Z] PASS
22:28:46 [2021-06-24T22:28:46.682Z] 
22:28:46 [2021-06-24T22:28:46.682Z] DONE 19 tests in 23.006s
22:28:46 [2021-06-24T22:28:46.682Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:28:46 [2021-06-24T22:28:46.682Z] INFO: Testing against a local daemon
22:28:46 [2021-06-24T22:28:46.682Z] === RUN   TestVolumesCreateAndList
22:28:46 [2021-06-24T22:28:46.682Z] --- PASS: TestVolumesCreateAndList (0.04s)
22:28:46 [2021-06-24T22:28:46.682Z] === RUN   TestVolumesRemove
22:28:46 [2021-06-24T22:28:46.682Z] --- PASS: TestVolumesRemove (0.08s)
22:28:46 [2021-06-24T22:28:46.682Z] === RUN   TestVolumesInspect
22:28:46 [2021-06-24T22:28:46.682Z] --- PASS: TestVolumesInspect (0.02s)
22:28:46 [2021-06-24T22:28:46.682Z] === RUN   TestVolumesInvalidJSON
22:28:46 [2021-06-24T22:28:46.682Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:28:46 [2021-06-24T22:28:46.682Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:28:46 [2021-06-24T22:28:46.682Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:28:46 [2021-06-24T22:28:46.682Z] --- PASS: TestVolumesInvalidJSON (0.01s)
22:28:46 [2021-06-24T22:28:46.682Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:28:46 [2021-06-24T22:28:46.682Z] PASS
22:28:46 [2021-06-24T22:28:46.682Z] 
22:28:46 [2021-06-24T22:28:46.682Z] DONE 5 tests in 0.177s
22:28:46 [2021-06-24T22:28:46.682Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:28:46 [2021-06-24T22:28:46.820Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
22:28:47 [2021-06-24T22:28:47.079Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
22:28:47 [2021-06-24T22:28:47.262Z] Stopping apparmor (via systemctl): apparmor.service.
22:28:47 [2021-06-24T22:28:47.262Z] Removing test suite binaries
22:28:47 [2021-06-24T22:28:47.262Z] exiting test-integration
22:28:47 [2021-06-24T22:28:47.262Z] ++ exit 0
22:28:47 [2021-06-24T22:28:47.262Z] 
22:28:48 [2021-06-24T22:28:48.458Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
22:28:48 [2021-06-24T22:28:48.717Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
Post stage
[Pipeline] junit
22:28:50 [2021-06-24T22:28:50.598Z] Recording test results
22:28:50 [2021-06-24T22:28:50.676Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
22:28:50 [2021-06-24T22:28:50.676Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
22:28:51 [2021-06-24T22:28:51.944Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
22:28:52 [2021-06-24T22:28:52.055Z] === RUN   TestDockerSuite/TestBuildDockerignore
22:28:52 [2021-06-24T22:28:52.289Z] + echo Ensuring container killed.
22:28:52 [2021-06-24T22:28:52.289Z] Ensuring container killed.
22:28:52 [2021-06-24T22:28:52.289Z] + docker rm -vf docker-pr33
22:28:52 [2021-06-24T22:28:52.289Z] Error: No such container: docker-pr33
[Pipeline] sh
22:28:52 [2021-06-24T22:28:52.591Z] + echo Chowning /workspace to jenkins user
22:28:52 [2021-06-24T22:28:52.591Z] Chowning /workspace to jenkins user
22:28:52 [2021-06-24T22:28:52.591Z] + id -u
22:28:52 [2021-06-24T22:28:52.591Z] + id -g
22:28:52 [2021-06-24T22:28:52.591Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/workspace busybox chown -R 1000:1000 /workspace
22:28:52 [2021-06-24T22:28:52.591Z] Unable to find image 'busybox:latest' locally
22:28:52 [2021-06-24T22:28:52.852Z] latest: Pulling from library/busybox
22:28:52 [2021-06-24T22:28:52.852Z] b71f96345d44: Pulling fs layer
22:28:52 [2021-06-24T22:28:52.852Z] b71f96345d44: Verifying Checksum
22:28:52 [2021-06-24T22:28:52.852Z] b71f96345d44: Download complete
22:28:52 [2021-06-24T22:28:52.852Z] b71f96345d44: Pull complete
22:28:53 [2021-06-24T22:28:53.113Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
22:28:53 [2021-06-24T22:28:53.113Z] Status: Downloaded newer image for busybox:latest
22:28:53 [2021-06-24T22:28:53.959Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:28:55 [2021-06-24T22:28:55.865Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
22:28:55 [2021-06-24T22:28:55.968Z] + bundleName=amd64-cgroup2
22:28:55 [2021-06-24T22:28:55.968Z] + echo Creating amd64-cgroup2-bundles.tar.gz
22:28:55 [2021-06-24T22:28:55.968Z] Creating amd64-cgroup2-bundles.tar.gz
22:28:55 [2021-06-24T22:28:55.968Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
22:28:55 [2021-06-24T22:28:55.968Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
[Pipeline] archiveArtifacts
22:28:56 [2021-06-24T22:28:56.242Z] Archiving artifacts
22:28:57 [2021-06-24T22:28:57.243Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
22:28:58 [2021-06-24T22:28:58.171Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:28:58 [2021-06-24T22:28:58.495Z] + make clean
22:28:58 [2021-06-24T22:28:58.755Z] docker volume rm -f docker-dev-cache
22:28:58 [2021-06-24T22:28:58.755Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:29:02 [2021-06-24T22:29:02.519Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
22:29:06 [2021-06-24T22:29:06.712Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
22:29:07 [2021-06-24T22:29:07.281Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
22:29:09 [2021-06-24T22:29:09.193Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
22:29:12 [2021-06-24T22:29:12.484Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
22:29:13 [2021-06-24T22:29:13.861Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
22:29:13 [2021-06-24T22:29:13.861Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
22:29:15 [2021-06-24T22:29:15.238Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
22:29:16 [2021-06-24T22:29:16.616Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
22:29:19 [2021-06-24T22:29:19.903Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
22:29:28 [2021-06-24T22:29:28.018Z]     docker_cli_daemon_test.go:2550: [d62742123eb3a] daemon is not started
22:29:29 [2021-06-24T22:29:29.920Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
22:29:30 [2021-06-24T22:29:30.859Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
22:29:32 [2021-06-24T22:29:32.239Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
22:29:32 [2021-06-24T22:29:32.239Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
22:29:38 [2021-06-24T22:29:38.802Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
22:29:41 [2021-06-24T22:29:41.338Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
22:29:41 [2021-06-24T22:29:41.338Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
22:29:44 [2021-06-24T22:29:44.630Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
22:29:44 [2021-06-24T22:29:44.889Z] === RUN   TestDockerDaemonSuite/TestShmSize
22:29:47 [2021-06-24T22:29:47.420Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
22:29:50 [2021-06-24T22:29:50.247Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
22:29:50 [2021-06-24T22:29:50.247Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
22:29:50 [2021-06-24T22:29:50.247Z] GOOS="windows" GOARCH="amd64" GOARM=""
22:29:50 [2021-06-24T22:29:50.247Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
22:29:50 [2021-06-24T22:29:50.247Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
22:29:50 [2021-06-24T22:29:50.247Z] remote: Enumerating objects: 23, done.
22:29:50 [2021-06-24T22:29:50.247Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
22:29:50 [2021-06-24T22:29:50.247Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
22:29:50 [2021-06-24T22:29:50.247Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
22:29:50 [2021-06-24T22:29:50.247Z] Unpacking objects:   4% (1/23)   
Unpacking objects:   8% (2/23)   
Unpacking objects:  13% (3/23)   
Unpacking objects:  17% (4/23)   
Unpacking objects:  21% (5/23)   
Unpacking objects:  26% (6/23)   
Unpacking objects:  30% (7/23)   
Unpacking objects:  34% (8/23)   
Unpacking objects:  39% (9/23)   
Unpacking objects:  43% (10/23)   
Unpacking objects:  47% (11/23)   
Unpacking objects:  52% (12/23)   
Unpacking objects:  56% (13/23)   
Unpacking objects:  60% (14/23)   
Unpacking objects:  65% (15/23)   
Unpacking objects:  69% (16/23)   
Unpacking objects:  73% (17/23)   
Unpacking objects:  78% (18/23)   
Unpacking objects:  82% (19/23)   
Unpacking objects:  86% (20/23)   
Unpacking objects:  91% (21/23)   
Unpacking objects:  95% (22/23)   
Unpacking objects: 100% (23/23)   
Unpacking objects: 100% (23/23), done.
22:29:50 [2021-06-24T22:29:50.247Z] Building: bundles/cross/windows/amd64/containerutility.exe
22:29:50 [2021-06-24T22:29:50.247Z] Cross building: bundles/cross/linux/ppc64le
22:29:50 [2021-06-24T22:29:50.247Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
22:29:50 [2021-06-24T22:29:50.247Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
22:29:51 [2021-06-24T22:29:51.609Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
22:29:51 [2021-06-24T22:29:51.609Z]     check_test.go:309: [d23b210af8a17] daemon is not started
22:29:51 [2021-06-24T22:29:51.609Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
22:29:54 [2021-06-24T22:29:54.173Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
22:29:57 [2021-06-24T22:29:57.482Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
22:29:57 [2021-06-24T22:29:57.482Z] --- PASS: TestDockerDaemonSuite (422.19s)
22:29:57 [2021-06-24T22:29:57.482Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.17s)
22:29:57 [2021-06-24T22:29:57.482Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.33s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.72s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.18s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.94s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.69s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.29s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.91s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.56s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.89s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.91s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.03s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.16s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.62s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.88s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.51s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.87s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.72s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.56s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.84s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.57s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.37s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.65s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.67s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.43s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.11s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.06s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.57s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.55s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.18s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.33s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.05s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.13s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.44s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.19s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.39s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.07s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.88s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (25.82s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.73s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.94s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.96s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.47s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.84s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.07s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (14.36s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.86s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.63s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.59s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.13s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.85s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.05s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.99s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.53s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.26s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.38s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.40s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.30s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.06s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.25s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.46s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.89s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.69s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.83s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.32s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.02s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.70s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.14s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.36s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.15s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (5.01s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.92s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.18s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.53s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.83s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.16s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.64s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.88s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.40s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.22s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.98s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.99s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.60s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.09s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.05s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.76s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.43s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.73s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s)
22:29:57 [2021-06-24T22:29:57.483Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.23s)
22:29:57 [2021-06-24T22:29:57.483Z] === RUN   TestDockerSwarmSuite
22:29:57 [2021-06-24T22:29:57.483Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
22:30:00 [2021-06-24T22:30:00.015Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
22:30:00 [2021-06-24T22:30:00.582Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
22:30:03 [2021-06-24T22:30:03.871Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
22:30:10 [2021-06-24T22:30:10.437Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
22:30:20 [2021-06-24T22:30:20.412Z] === RUN   TestDockerSuite/TestBuildDotDotFile
22:30:20 [2021-06-24T22:30:20.671Z] === RUN   TestDockerSuite/TestBuildEOLInLine
22:30:23 [2021-06-24T22:30:23.204Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
22:30:24 [2021-06-24T22:30:24.139Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
22:30:26 [2021-06-24T22:30:26.674Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
22:30:27 [2021-06-24T22:30:27.244Z]     docker_api_swarm_test.go:562: [dfc02854d79a8] joining swarm manager [d4c811cc69945]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:30:27 [2021-06-24T22:30:27.244Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
22:30:27 [2021-06-24T22:30:27.812Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
22:30:28 [2021-06-24T22:30:28.383Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
22:30:28 [2021-06-24T22:30:28.642Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
22:30:29 [2021-06-24T22:30:29.208Z] === RUN   TestDockerSuite/TestBuildEntrypoint
22:30:29 [2021-06-24T22:30:29.466Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
22:30:32 [2021-06-24T22:30:32.752Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
22:30:34 [2021-06-24T22:30:34.656Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
22:30:36 [2021-06-24T22:30:36.033Z] === RUN   TestDockerSuite/TestBuildEnv
22:30:37 [2021-06-24T22:30:37.936Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
22:30:39 [2021-06-24T22:30:39.314Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
22:30:40 [2021-06-24T22:30:40.693Z] === RUN   TestDockerSuite/TestBuildEnvUsage
22:30:42 [2021-06-24T22:30:42.597Z]     docker_api_swarm_test.go:584: [da4a82c811f6f] joining swarm manager [d4c811cc69945]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:30:47 [2021-06-24T22:30:47.870Z]     check_test.go:380: [dfc02854d79a8] daemon is not started
22:30:49 [2021-06-24T22:30:49.774Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
22:30:53 [2021-06-24T22:30:53.963Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
22:30:53 [2021-06-24T22:30:53.963Z]     docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
22:30:53 [2021-06-24T22:30:53.963Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
22:30:57 [2021-06-24T22:30:57.248Z]     docker_api_swarm_test.go:45: [d62d79e1edd51] joining swarm manager [dfe564b9f3b9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:31:11 [2021-06-24T22:31:11.631Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
22:31:11 [2021-06-24T22:31:11.631Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
22:31:11 [2021-06-24T22:31:11.631Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
22:31:11 [2021-06-24T22:31:11.631Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
22:31:11 [2021-06-24T22:31:11.631Z] Cross building: bundles/cross/linux/s390x
22:31:11 [2021-06-24T22:31:11.631Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
22:31:11 [2021-06-24T22:31:11.631Z] GOOS="linux" GOARCH="s390x" GOARM=""
22:31:15 [2021-06-24T22:31:15.377Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
22:31:15 [2021-06-24T22:31:15.377Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
22:31:15 [2021-06-24T22:31:15.944Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
22:31:16 [2021-06-24T22:31:16.880Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
22:31:29 [2021-06-24T22:31:29.089Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
22:31:29 [2021-06-24T22:31:29.089Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
22:31:29 [2021-06-24T22:31:29.089Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
22:31:29 [2021-06-24T22:31:29.089Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
22:31:29 [2021-06-24T22:31:29.348Z] --- PASS: TestImportExtremelyLargeImageWorks (185.13s)
22:31:29 [2021-06-24T22:31:29.348Z] PASS
22:31:29 [2021-06-24T22:31:29.348Z] 
22:31:29 [2021-06-24T22:31:29.348Z] DONE 12 tests in 189.387s
22:31:29 [2021-06-24T22:31:29.348Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
22:31:29 [2021-06-24T22:31:29.348Z] ++ 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
22:31:29 [2021-06-24T22:31:29.348Z] ++ set -e
22:31:29 [2021-06-24T22:31:29.348Z] ++ '[' -n 0 ']'
22:31:29 [2021-06-24T22:31:29.348Z] ++ set -x
22:31:29 [2021-06-24T22:31:29.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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
22:31:29 [2021-06-24T22:31:29.606Z] INFO: Testing against a local daemon
22:31:29 [2021-06-24T22:31:29.606Z] === RUN   TestNetworkCreateDelete
22:31:29 [2021-06-24T22:31:29.864Z] --- PASS: TestNetworkCreateDelete (0.15s)
22:31:29 [2021-06-24T22:31:29.864Z] === RUN   TestDockerNetworkDeletePreferID
22:31:30 [2021-06-24T22:31:30.123Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s)
22:31:30 [2021-06-24T22:31:30.123Z] === RUN   TestDaemonDNSFallback
22:31:30 [2021-06-24T22:31:30.382Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
22:31:30 [2021-06-24T22:31:30.382Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
22:31:30 [2021-06-24T22:31:30.640Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
22:31:30 [2021-06-24T22:31:30.898Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
22:31:37 [2021-06-24T22:31:37.460Z] --- PASS: TestDaemonDNSFallback (7.01s)
22:31:37 [2021-06-24T22:31:37.460Z] === RUN   TestInspectNetwork
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestDockerSuite/TestBuildExpose
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestInspectNetwork/full_network_id
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestInspectNetwork/partial_network_id
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestInspectNetwork/network_name
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
22:31:41 [2021-06-24T22:31:41.647Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
22:31:42 [2021-06-24T22:31:42.213Z] === RUN   TestDockerSuite/TestBuildExposeOrder
22:31:42 [2021-06-24T22:31:42.471Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
22:31:42 [2021-06-24T22:31:42.730Z] === RUN   TestDockerSuite/TestBuildFails
22:31:43 [2021-06-24T22:31:43.666Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
22:31:43 [2021-06-24T22:31:43.666Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
22:31:45 [2021-06-24T22:31:45.668Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
22:31:46 [2021-06-24T22:31:46.236Z] --- PASS: TestInspectNetwork (8.96s)
22:31:46 [2021-06-24T22:31:46.236Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
22:31:46 [2021-06-24T22:31:46.236Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
22:31:46 [2021-06-24T22:31:46.236Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
22:31:46 [2021-06-24T22:31:46.236Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
22:31:46 [2021-06-24T22:31:46.236Z] === RUN   TestRunContainerWithBridgeNone
22:31:48 [2021-06-24T22:31:48.140Z] === RUN   TestDockerSuite/TestBuildForceRm
22:31:50 [2021-06-24T22:31:50.044Z] === RUN   TestDockerSuite/TestBuildFromGit
22:31:50 [2021-06-24T22:31:50.303Z] --- PASS: TestRunContainerWithBridgeNone (4.08s)
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkInvalidJSON
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkInvalidJSON//networks/create
22:31:50 [2021-06-24T22:31:50.303Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:31:50 [2021-06-24T22:31:50.303Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:31:50 [2021-06-24T22:31:50.303Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:31:50 [2021-06-24T22:31:50.303Z] === CONT  TestNetworkInvalidJSON//networks/create
22:31:50 [2021-06-24T22:31:50.303Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:31:50 [2021-06-24T22:31:50.303Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:31:50 [2021-06-24T22:31:50.303Z] --- PASS: TestNetworkInvalidJSON (0.02s)
22:31:50 [2021-06-24T22:31:50.303Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
22:31:50 [2021-06-24T22:31:50.303Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
22:31:50 [2021-06-24T22:31:50.303Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkList
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkList//networks
22:31:50 [2021-06-24T22:31:50.303Z] === PAUSE TestNetworkList//networks
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestNetworkList//networks/
22:31:50 [2021-06-24T22:31:50.303Z] === PAUSE TestNetworkList//networks/
22:31:50 [2021-06-24T22:31:50.303Z] === CONT  TestNetworkList//networks
22:31:50 [2021-06-24T22:31:50.303Z] === CONT  TestNetworkList//networks/
22:31:50 [2021-06-24T22:31:50.303Z] --- PASS: TestNetworkList (0.02s)
22:31:50 [2021-06-24T22:31:50.303Z]     --- PASS: TestNetworkList//networks (0.00s)
22:31:50 [2021-06-24T22:31:50.303Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:31:50 [2021-06-24T22:31:50.303Z] === RUN   TestHostIPv4BridgeLabel
22:31:50 [2021-06-24T22:31:50.870Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
22:31:50 [2021-06-24T22:31:50.870Z] === RUN   TestDaemonRestartWithLiveRestore
22:31:51 [2021-06-24T22:31:51.438Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
22:31:52 [2021-06-24T22:31:52.007Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
22:31:52 [2021-06-24T22:31:52.007Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
22:31:52 [2021-06-24T22:31:52.007Z] === RUN   TestDaemonDefaultNetworkPools
22:31:52 [2021-06-24T22:31:52.943Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
22:31:52 [2021-06-24T22:31:52.943Z] === RUN   TestDaemonRestartWithExistingNetwork
22:31:52 [2021-06-24T22:31:52.943Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
22:31:53 [2021-06-24T22:31:53.878Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s)
22:31:53 [2021-06-24T22:31:53.878Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:31:54 [2021-06-24T22:31:54.816Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
22:31:55 [2021-06-24T22:31:55.385Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.33s)
22:31:55 [2021-06-24T22:31:55.385Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:31:55 [2021-06-24T22:31:55.385Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
22:31:55 [2021-06-24T22:31:55.645Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
22:31:55 [2021-06-24T22:31:55.904Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
22:31:55 [2021-06-24T22:31:55.904Z] === RUN   TestServiceWithPredefinedNetwork
22:31:57 [2021-06-24T22:31:57.809Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
22:31:59 [2021-06-24T22:31:59.186Z] --- PASS: TestServiceWithPredefinedNetwork (3.14s)
22:31:59 [2021-06-24T22:31:59.186Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:31:59 [2021-06-24T22:31:59.186Z]     service_test.go:242: FLAKY_TEST
22:31:59 [2021-06-24T22:31:59.186Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:31:59 [2021-06-24T22:31:59.186Z] === RUN   TestServiceWithDataPathPortInit
22:32:00 [2021-06-24T22:32:00.122Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
22:32:01 [2021-06-24T22:32:01.060Z] === RUN   TestDockerSuite/TestBuildHistory
22:32:04 [2021-06-24T22:32:04.353Z] === RUN   TestDockerSuite/TestBuildIidFile
22:32:04 [2021-06-24T22:32:04.612Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
22:32:04 [2021-06-24T22:32:04.870Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
22:32:05 [2021-06-24T22:32:05.438Z] === RUN   TestDockerSuite/TestBuildInheritance
22:32:06 [2021-06-24T22:32:06.011Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
22:32:06 [2021-06-24T22:32:06.579Z] === RUN   TestDockerSuite/TestBuildInvalidTag
22:32:06 [2021-06-24T22:32:06.579Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
22:32:06 [2021-06-24T22:32:06.839Z]     docker_api_swarm_test.go:303: [d0098e230a929] joining swarm manager [dd1194363e432]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:32:08 [2021-06-24T22:32:08.215Z] === RUN   TestDockerSuite/TestBuildLabel
22:32:08 [2021-06-24T22:32:08.474Z]     docker_api_swarm_test.go:304: [d51e236473315] joining swarm manager [dd1194363e432]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:32:08 [2021-06-24T22:32:08.474Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
22:32:09 [2021-06-24T22:32:09.043Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
22:32:09 [2021-06-24T22:32:09.301Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
22:32:09 [2021-06-24T22:32:09.561Z]     docker_api_swarm_test.go:350: Waiting for election to occur...
22:32:09 [2021-06-24T22:32:09.819Z] === RUN   TestDockerSuite/TestBuildLabels
22:32:10 [2021-06-24T22:32:10.078Z] === RUN   TestDockerSuite/TestBuildLabelsCache
22:32:11 [2021-06-24T22:32:11.013Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
22:32:12 [2021-06-24T22:32:12.912Z] === RUN   TestDockerSuite/TestBuildLastModified
22:32:15 [2021-06-24T22:32:15.443Z] --- PASS: TestServiceWithDataPathPortInit (16.41s)
22:32:15 [2021-06-24T22:32:15.443Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:32:18 [2021-06-24T22:32:18.727Z] === RUN   TestDockerSuite/TestBuildLineBreak
22:32:18 [2021-06-24T22:32:18.986Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:imsq539y7t1n5y8ofcj8je4yd Created:2021-06-24 22:32:16.806846584 +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[027709c27fdc47a022fd70f4ade7aeeea8398dec82d35dc91d0614715f97cd40:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cbb43bn6xprgobfowatdkr0vp EndpointID:78d2330cd13e40570394a3a567fd0406ff55b5bc59c94b7807fe807d2523693e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b4f19b97cc243ab9df11ceba7748a7c1c7c83c1d50c734195a151218a432c065 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:bb07e2a7aa2e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cbb43bn6xprgobfowatdkr0vp EndpointID:78d2330cd13e40570394a3a567fd0406ff55b5bc59c94b7807fe807d2523693e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
22:32:21 [2021-06-24T22:32:21.519Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
22:32:21 [2021-06-24T22:32:21.519Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
22:32:21 [2021-06-24T22:32:21.519Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
22:32:21 [2021-06-24T22:32:21.777Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
22:32:21 [2021-06-24T22:32:21.777Z] === RUN   TestDockerSuite/TestBuildMaintainer
22:32:22 [2021-06-24T22:32:22.036Z] === RUN   TestDockerSuite/TestBuildMissingArgs
22:32:22 [2021-06-24T22:32:22.972Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
22:32:23 [2021-06-24T22:32:23.539Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.12s)
22:32:23 [2021-06-24T22:32:23.539Z] PASS
22:32:23 [2021-06-24T22:32:23.539Z] 
22:32:23 [2021-06-24T22:32:23.539Z] === Skipped
22:32:23 [2021-06-24T22:32:23.539Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:32:23 [2021-06-24T22:32:23.539Z]     service_test.go:242: FLAKY_TEST
22:32:23 [2021-06-24T22:32:23.539Z] 
22:32:23 [2021-06-24T22:32:23.539Z] 
22:32:23 [2021-06-24T22:32:23.539Z] DONE 26 tests, 1 skipped in 54.119s
22:32:23 [2021-06-24T22:32:23.539Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
22:32:23 [2021-06-24T22:32:23.539Z] ++ 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
22:32:23 [2021-06-24T22:32:23.539Z] ++ set -e
22:32:23 [2021-06-24T22:32:23.539Z] ++ '[' -n 0 ']'
22:32:23 [2021-06-24T22:32:23.539Z] ++ set -x
22:32:23 [2021-06-24T22:32:23.539Z] ++ env -i DEST=/go/src/github.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
22:32:23 [2021-06-24T22:32:23.797Z] INFO: Testing against a local daemon
22:32:23 [2021-06-24T22:32:23.797Z] === RUN   TestDockerNetworkIpvlanPersistance
22:32:23 [2021-06-24T22:32:23.797Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:32:23 [2021-06-24T22:32:23.797Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
22:32:23 [2021-06-24T22:32:23.797Z] === RUN   TestDockerNetworkIpvlan
22:32:23 [2021-06-24T22:32:23.797Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:32:23 [2021-06-24T22:32:23.797Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
22:32:23 [2021-06-24T22:32:23.797Z] PASS
22:32:23 [2021-06-24T22:32:23.797Z] 
22:32:23 [2021-06-24T22:32:23.797Z] === Skipped
22:32:23 [2021-06-24T22:32:23.797Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
22:32:23 [2021-06-24T22:32:23.797Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:32:23 [2021-06-24T22:32:23.797Z] 
22:32:23 [2021-06-24T22:32:23.797Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
22:32:23 [2021-06-24T22:32:23.797Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
22:32:23 [2021-06-24T22:32:23.797Z] 
22:32:23 [2021-06-24T22:32:23.797Z] 
22:32:23 [2021-06-24T22:32:23.797Z] DONE 2 tests, 2 skipped in 0.185s
22:32:23 [2021-06-24T22:32:23.797Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
22:32:23 [2021-06-24T22:32:23.797Z] ++ 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
22:32:23 [2021-06-24T22:32:23.797Z] ++ set -e
22:32:23 [2021-06-24T22:32:23.797Z] ++ '[' -n 0 ']'
22:32:23 [2021-06-24T22:32:23.797Z] ++ set -x
22:32:23 [2021-06-24T22:32:23.797Z] ++ env -i DEST=/go/src/github.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
22:32:23 [2021-06-24T22:32:23.797Z] INFO: Testing against a local daemon
22:32:23 [2021-06-24T22:32:23.797Z] === RUN   TestDockerNetworkMacvlanPersistance
22:32:24 [2021-06-24T22:32:24.733Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
22:32:25 [2021-06-24T22:32:25.299Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
22:32:25 [2021-06-24T22:32:25.299Z] === RUN   TestDockerNetworkMacvlan
22:32:26 [2021-06-24T22:32:26.238Z] === RUN   TestDockerNetworkMacvlan/Subinterface
22:32:27 [2021-06-24T22:32:27.189Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
22:32:28 [2021-06-24T22:32:28.124Z] === RUN   TestDockerNetworkMacvlan/NilParent
22:32:29 [2021-06-24T22:32:29.060Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
22:32:29 [2021-06-24T22:32:29.627Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
22:32:30 [2021-06-24T22:32:30.195Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
22:32:31 [2021-06-24T22:32:31.575Z] === RUN   TestDockerNetworkMacvlan/InternalMode
22:32:33 [2021-06-24T22:32:33.019Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
22:32:33 [2021-06-24T22:32:33.019Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
22:32:33 [2021-06-24T22:32:33.019Z] GOOS="linux" GOARCH="s390x" GOARM=""
22:32:33 [2021-06-24T22:32:33.019Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
22:32:33 [2021-06-24T22:32:33.019Z] 
22:32:34 [2021-06-24T22:32:34.109Z]     docker_api_swarm_test.go:363: Waiting for possible election...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
22:32:35 [2021-06-24T22:32:35.227Z] + sudo modprobe ip6table_filter
[Pipeline] sh
22:32:35 [2021-06-24T22:32:35.484Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
22:32:35 [2021-06-24T22:32:35.507Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/test/unit
22:32:36 [2021-06-24T22:32:36.069Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
22:32:36 [2021-06-24T22:32:36.069Z] + TESTFLAGS+=' -test.timeout=5m'
22:32:36 [2021-06-24T22:32:36.069Z] + TESTDIRS=./...
22:32:36 [2021-06-24T22:32:36.069Z] + exclude_paths='/vendor/|/integration'
22:32:36 [2021-06-24T22:32:36.069Z] ++ go list ./...
22:32:36 [2021-06-24T22:32:36.069Z] ++ grep -vE '(/vendor/|/integration)'
22:32:36 [2021-06-24T22:32:36.998Z] + pkg_list='github.com/docker/docker/api
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/backend/build
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/httputils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/middleware
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/build
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/checkpoint
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/container
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/debug
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/distribution
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/grpc
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/image
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/network
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/plugin
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/session
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/swarm
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/system
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/server/router/volume
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/backend
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/blkiodev
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/container
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/events
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/filters
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/image
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/mount
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/network
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/plugins/logdriver
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/registry
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/strslice
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/swarm
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/swarm/runtime
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/time
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/versions
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/versions/v1p19
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/versions/v1p20
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/api/types/volume
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/exporter
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/builder-next/worker
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/dockerfile
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/dockerignore
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/remotecontext
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/builder/remotecontext/git
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/cli
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/cli/config
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/cli/debug
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/client
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/cmd/dockerd
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/container
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/container/stream
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/contrib/apparmor
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/contrib/docker-device-tool
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/contrib/httpserver
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster/convert
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster/executor
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster/executor/container
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/cluster/provider
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/config
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/discovery
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/events
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/events/testutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/exec
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/aufs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/copy
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/overlay
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/register
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/vfs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/graphdriver/zfs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/images
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/initlayer
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/links
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/listeners
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/awslogs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/fluentd
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/gcplogs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/gelf
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/journald
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/local
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/logentries
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/loggerutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/splunk
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/syslog
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/logger/templates
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/names
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/network
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/daemon/stats
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/distribution
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/distribution/metadata
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/distribution/utils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/distribution/xfer
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/dockerversion
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/errdefs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/image
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/image/cache
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/image/tarexport
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/image/v1
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/internal/test/suite
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/layer
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libcontainerd
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libcontainerd/queue
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libcontainerd/remote
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libcontainerd/supervisor
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libcontainerd/types
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/api
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/bitseq
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/client
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/client/mflag
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/client/mflag/example
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cluster
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/dnet
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/proxy
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/config
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/datastore
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/diagnostic
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/discoverapi
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/driverapi
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/bridge
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/host
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/null
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/overlay
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/remote
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/windows
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/drvregistry
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/etchosts
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/hostdiscovery
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/idm
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/internal/caller
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipam
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipamapi
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipams/builtin
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipams/null
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipams/remote
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ipamutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/iptables
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/netlabel
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/netutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/networkdb
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/ns
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/options
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/osl
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/osl/kernel
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/portallocator
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/portmapper
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/resolvconf
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/resolvconf/dns
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/testutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/libnetwork/types
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/oci
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/oci/caps
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/opts
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/aaparser
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/archive
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/authorization
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/broadcaster
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/capabilities
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/chrootarchive
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/containerfs
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/devicemapper
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/directory
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/discovery
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/discovery/file
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/discovery/kv
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/discovery/memory
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/discovery/nodes
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/dmesg
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/filenotify
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/fileutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/fsutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/homedir
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/idtools
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/ioutils
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/jsonmessage
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/locker
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/longpath
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/loopback
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/mount
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/namesgenerator
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/parsers
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/parsers/kernel
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/pidfile
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/platform
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugingetter
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugins
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/plugins/transport
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/pools
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/progress
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/pubsub
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/reexec
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/signal
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/signal/testfiles
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/stdcopy
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/streamformatter
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/stringid
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/symlink
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/sysinfo
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/system
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/tailfile
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/tarsum
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/term
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/term/windows
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/truncindex
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/urlutil
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/pkg/useragent
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/plugin
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/plugin/executor/containerd
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/plugin/v2
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/profiles/apparmor
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/profiles/seccomp
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/quota
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/reference
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/registry
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/registry/resumable
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/restartmanager
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/rootless
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/rootless/specconv
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/runconfig
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/runconfig/opts
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/daemon
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/environment
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fakecontext
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fakegit
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fakestorage
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fixtures/load
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fixtures/plugin
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/registry
22:32:36 [2021-06-24T22:32:36.998Z] github.com/docker/docker/testutil/request
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/drivers
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/local
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/mounts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/service
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/service/opts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/testutils'
22:32:36 [2021-06-24T22:32:36.999Z] + grep --fixed-strings libnetwork/drivers/bridge
22:32:36 [2021-06-24T22:32:36.999Z] + echo 'github.com/docker/docker/api
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/backend/build
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/httputils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/middleware
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/build
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/checkpoint
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/container
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/debug
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/distribution
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/grpc
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/image
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/network
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/plugin
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/session
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/swarm
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/system
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/server/router/volume
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/backend
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/blkiodev
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/container
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/events
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/filters
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/image
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/mount
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/network
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/plugins/logdriver
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/registry
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/strslice
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/swarm
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/swarm/runtime
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/time
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/versions
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/versions/v1p19
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/versions/v1p20
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/api/types/volume
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/exporter
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/imagerefchecker
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/builder-next/worker
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/dockerfile
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/dockerignore
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/remotecontext
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/builder/remotecontext/git
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/cli
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/cli/config
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/cli/debug
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/client
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/cmd/dockerd
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/container
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/container/stream
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/contrib/apparmor
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/contrib/docker-device-tool
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/contrib/httpserver
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster/controllers/plugin
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster/convert
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster/executor
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster/executor/container
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/cluster/provider
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/config
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/discovery
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/events
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/events/testutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/exec
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/aufs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/btrfs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/copy
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/devmapper
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/graphtest
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/overlay
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/overlay2
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/overlayutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/register
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/vfs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/graphdriver/zfs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/images
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/initlayer
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/links
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/listeners
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/awslogs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/fluentd
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/gcplogs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/gelf
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/journald
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/jsonfilelog
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/local
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/logentries
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/loggerutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/loggerutils/cache
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/splunk
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/syslog
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/logger/templates
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/names
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/network
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/daemon/stats
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/distribution
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/distribution/metadata
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/distribution/utils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/distribution/xfer
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/dockerversion
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/errdefs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/image
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/image/cache
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/image/tarexport
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/image/v1
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/internal/test/suite
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/layer
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libcontainerd
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libcontainerd/queue
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libcontainerd/remote
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libcontainerd/supervisor
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libcontainerd/types
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/api
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/bitseq
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/client
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/client/mflag
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/client/mflag/example
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cluster
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/diagnostic
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/dnet
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/ovrouter
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/proxy
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/cmd/readme_test
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/config
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/datastore
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/diagnostic
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/discoverapi
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/driverapi
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/bridge
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/host
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/macvlan
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/null
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/overlay
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/remote
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/remote/api
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/windows
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drvregistry
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/etchosts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/hostdiscovery
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/idm
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/internal/caller
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/internal/setmatrix
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipam
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipamapi
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipams/builtin
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipams/null
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipams/remote
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipams/remote/api
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipams/windowsipam
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ipamutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/iptables
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/netlabel
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/netutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/networkdb
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/ns
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/options
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/osl
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/osl/kernel
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/portallocator
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/portmapper
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/resolvconf
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/resolvconf/dns
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/testutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/types
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/oci
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/oci/caps
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/opts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/aaparser
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/archive
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/authorization
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/broadcaster
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/capabilities
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/chrootarchive
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/containerfs
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/devicemapper
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/directory
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/discovery
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/discovery/file
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/discovery/kv
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/discovery/memory
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/discovery/nodes
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/dmesg
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/filenotify
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/fileutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/fsutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/homedir
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/idtools
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/ioutils
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/jsonmessage
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/locker
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/longpath
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/loopback
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/mount
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/namesgenerator
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/parsers
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/parsers/kernel
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/parsers/operatingsystem
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/pidfile
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/platform
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugingetter
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugins
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/plugins/transport
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/pools
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/progress
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/pubsub
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/reexec
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/signal
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/signal/testfiles
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/stdcopy
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/streamformatter
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/stringid
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/symlink
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/sysinfo
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/system
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/tailfile
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/tarsum
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/term
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/term/windows
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/truncindex
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/urlutil
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/pkg/useragent
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/plugin
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/plugin/executor/containerd
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/plugin/v2
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/profiles/apparmor
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/profiles/seccomp
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/quota
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/reference
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/registry
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/registry/resumable
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/restartmanager
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/rootless
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/rootless/specconv
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/runconfig
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/runconfig/opts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/daemon
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/environment
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fakecontext
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fakegit
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fakestorage
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fixtures/load
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fixtures/plugin
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/fixtures/plugin/basic
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/registry
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/testutil/request
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/drivers
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/local
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/mounts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/service
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/service/opts
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/volume/testutils'
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/bridge
22:32:36 [2021-06-24T22:32:36.999Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
22:32:36 [2021-06-24T22:32:36.999Z] + type docker-proxy
22:32:36 [2021-06-24T22:32:36.999Z] hack/test/unit: line 22: type: docker-proxy: not found
22:32:36 [2021-06-24T22:32:36.999Z] + hack/make.sh binary-proxy install-proxy
22:32:36 [2021-06-24T22:32:36.999Z] 
22:32:36 [2021-06-24T22:32:36.999Z] Removing bundles/
22:32:36 [2021-06-24T22:32:36.999Z] 
22:32:36 [2021-06-24T22:32:36.999Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
22:32:36 [2021-06-24T22:32:36.999Z] Building: bundles/binary-proxy/docker-proxy-dev
22:32:36 [2021-06-24T22:32:36.999Z] GOOS="" GOARCH="" GOARM=""
22:32:42 [2021-06-24T22:32:42.048Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
22:32:42 [2021-06-24T22:32:42.308Z] === RUN   TestDockerNetworkMacvlan/Addressing
22:32:43 [2021-06-24T22:32:43.542Z] Created binary: bundles/binary-proxy/docker-proxy-dev
22:32:43 [2021-06-24T22:32:43.542Z] 
22:32:43 [2021-06-24T22:32:43.542Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
22:32:43 [2021-06-24T22:32:43.542Z] Installing docker-proxy to /usr/local/bin/
22:32:43 [2021-06-24T22:32:43.542Z] 
22:32:43 [2021-06-24T22:32:43.542Z] + mkdir -p bundles
22:32:43 [2021-06-24T22:32:43.542Z] + 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/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/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/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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/resolvconf/dns 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/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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/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
22:32:44 [2021-06-24T22:32:44.105Z] ?   	github.com/docker/docker/api	[no test files]
22:32:44 [2021-06-24T22:32:44.841Z] --- PASS: TestDockerNetworkMacvlan (19.14s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.28s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.64s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.59s)
22:32:44 [2021-06-24T22:32:44.841Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.95s)
22:32:44 [2021-06-24T22:32:44.841Z] PASS
22:32:44 [2021-06-24T22:32:44.841Z] 
22:32:44 [2021-06-24T22:32:44.841Z] DONE 8 tests in 20.682s
22:32:44 [2021-06-24T22:32:44.841Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
22:32:44 [2021-06-24T22:32:44.841Z] ++ 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
22:32:44 [2021-06-24T22:32:44.841Z] ++ set -e
22:32:44 [2021-06-24T22:32:44.841Z] ++ '[' -n 0 ']'
22:32:44 [2021-06-24T22:32:44.841Z] ++ set -x
22:32:44 [2021-06-24T22:32:44.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-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
22:32:44 [2021-06-24T22:32:44.841Z] testing: warning: no tests to run
22:32:44 [2021-06-24T22:32:44.841Z] PASS
22:32:44 [2021-06-24T22:32:44.841Z] 
22:32:44 [2021-06-24T22:32:44.841Z] DONE 0 tests in 0.036s
22:32:44 [2021-06-24T22:32:44.841Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
22:32:44 [2021-06-24T22:32:44.841Z] ++ 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
22:32:44 [2021-06-24T22:32:44.841Z] ++ set -e
22:32:44 [2021-06-24T22:32:44.841Z] ++ '[' -n 0 ']'
22:32:44 [2021-06-24T22:32:44.841Z] ++ set -x
22:32:44 [2021-06-24T22:32:44.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-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
22:32:44 [2021-06-24T22:32:44.841Z] INFO: Testing against a local daemon
22:32:44 [2021-06-24T22:32:44.841Z] === RUN   TestAuthZPluginAllowRequest
22:32:46 [2021-06-24T22:32:46.215Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
22:32:46 [2021-06-24T22:32:46.473Z] --- PASS: TestAuthZPluginAllowRequest (1.73s)
22:32:46 [2021-06-24T22:32:46.473Z] === RUN   TestAuthZPluginTLS
22:32:47 [2021-06-24T22:32:47.040Z] --- PASS: TestAuthZPluginTLS (0.57s)
22:32:47 [2021-06-24T22:32:47.040Z] === RUN   TestAuthZPluginDenyRequest
22:32:47 [2021-06-24T22:32:47.298Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
22:32:47 [2021-06-24T22:32:47.556Z] --- PASS: TestAuthZPluginDenyRequest (0.56s)
22:32:47 [2021-06-24T22:32:47.556Z] === RUN   TestAuthZPluginAPIDenyResponse
22:32:48 [2021-06-24T22:32:48.122Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s)
22:32:48 [2021-06-24T22:32:48.122Z] === RUN   TestAuthZPluginDenyResponse
22:32:48 [2021-06-24T22:32:48.692Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
22:32:48 [2021-06-24T22:32:48.692Z] === RUN   TestAuthZPluginAllowEventStream
22:32:49 [2021-06-24T22:32:49.645Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
22:32:49 [2021-06-24T22:32:49.645Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
22:32:49 [2021-06-24T22:32:49.645Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
22:32:49 [2021-06-24T22:32:49.645Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
22:32:50 [2021-06-24T22:32:50.585Z] --- PASS: TestAuthZPluginAllowEventStream (2.00s)
22:32:50 [2021-06-24T22:32:50.585Z] === RUN   TestAuthZPluginErrorResponse
22:32:51 [2021-06-24T22:32:51.169Z] --- PASS: TestAuthZPluginErrorResponse (0.58s)
22:32:51 [2021-06-24T22:32:51.169Z] === RUN   TestAuthZPluginErrorRequest
22:32:51 [2021-06-24T22:32:51.738Z] --- PASS: TestAuthZPluginErrorRequest (0.57s)
22:32:51 [2021-06-24T22:32:51.738Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
22:32:52 [2021-06-24T22:32:52.306Z]     docker_api_swarm_test.go:271: [d5ae5998a9714] joining swarm manager [d7e06aaf42063]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:32:52 [2021-06-24T22:32:52.306Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.59s)
22:32:52 [2021-06-24T22:32:52.306Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
22:32:54 [2021-06-24T22:32:54.209Z]     docker_api_swarm_test.go:272: [d22afce47684b] joining swarm manager [d7e06aaf42063]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:32:54 [2021-06-24T22:32:54.778Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.49s)
22:32:54 [2021-06-24T22:32:54.778Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
22:32:56 [2021-06-24T22:32:56.153Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
22:32:56 [2021-06-24T22:32:56.719Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
22:32:56 [2021-06-24T22:32:56.977Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.04s)
22:32:56 [2021-06-24T22:32:56.977Z] === RUN   TestAuthZPluginHeader
22:32:57 [2021-06-24T22:32:57.912Z] --- PASS: TestAuthZPluginHeader (0.84s)
22:32:57 [2021-06-24T22:32:57.912Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
22:32:58 [2021-06-24T22:32:58.847Z] === RUN   TestDockerSuite/TestBuildMultipleTags
22:32:58 [2021-06-24T22:32:58.847Z] === RUN   TestDockerSuite/TestBuildNetContainer
22:33:01 [2021-06-24T22:33:01.379Z] === RUN   TestDockerSuite/TestBuildNetNone
22:33:02 [2021-06-24T22:33:02.155Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
22:33:02 [2021-06-24T22:33:02.315Z] === RUN   TestDockerSuite/TestBuildNoContext
22:33:02 [2021-06-24T22:33:02.315Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.41s)
22:33:02 [2021-06-24T22:33:02.315Z] === RUN   TestAuthZPluginV2Disable
22:33:03 [2021-06-24T22:33:03.251Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
22:33:04 [2021-06-24T22:33:04.190Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
22:33:05 [2021-06-24T22:33:05.567Z] --- PASS: TestAuthZPluginV2Disable (3.34s)
22:33:05 [2021-06-24T22:33:05.567Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
22:33:06 [2021-06-24T22:33:06.136Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
22:33:06 [2021-06-24T22:33:06.395Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
22:33:06 [2021-06-24T22:33:06.395Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
22:33:06 [2021-06-24T22:33:06.654Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
22:33:06 [2021-06-24T22:33:06.912Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
22:33:07 [2021-06-24T22:33:07.478Z] === RUN   TestDockerSuite/TestBuildOnBuild
22:33:08 [2021-06-24T22:33:08.412Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.98s)
22:33:08 [2021-06-24T22:33:08.412Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
22:33:09 [2021-06-24T22:33:09.807Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
22:33:10 [2021-06-24T22:33:10.065Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
22:33:13 [2021-06-24T22:33:13.350Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
22:33:15 [2021-06-24T22:33:15.253Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
22:33:15 [2021-06-24T22:33:15.253Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
22:33:19 [2021-06-24T22:33:19.443Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
22:33:20 [2021-06-24T22:33:20.012Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
22:33:20 [2021-06-24T22:33:20.580Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.18s)
22:33:20 [2021-06-24T22:33:20.580Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
22:33:21 [2021-06-24T22:33:21.516Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
22:33:21 [2021-06-24T22:33:21.775Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
22:33:25 [2021-06-24T22:33:25.064Z] === RUN   TestDockerSuite/TestBuildPATH
22:33:26 [2021-06-24T22:33:26.442Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
22:33:27 [2021-06-24T22:33:27.012Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
22:33:27 [2021-06-24T22:33:27.947Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
22:33:36 [2021-06-24T22:33:36.057Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
22:33:37 [2021-06-24T22:33:37.442Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.64s)
22:33:37 [2021-06-24T22:33:37.442Z] PASS
22:33:37 [2021-06-24T22:33:37.442Z] 
22:33:37 [2021-06-24T22:33:37.442Z] DONE 17 tests in 52.807s
22:33:37 [2021-06-24T22:33:37.442Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
22:33:37 [2021-06-24T22:33:37.442Z] ++ 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
22:33:37 [2021-06-24T22:33:37.442Z] ++ set -e
22:33:37 [2021-06-24T22:33:37.442Z] ++ '[' -n 0 ']'
22:33:37 [2021-06-24T22:33:37.442Z] ++ set -x
22:33:37 [2021-06-24T22:33:37.442Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
22:33:37 [2021-06-24T22:33:37.442Z] INFO: Testing against a local daemon
22:33:37 [2021-06-24T22:33:37.442Z] === RUN   TestPluginInvalidJSON
22:33:37 [2021-06-24T22:33:37.442Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:33:37 [2021-06-24T22:33:37.442Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:33:37 [2021-06-24T22:33:37.442Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:33:37 [2021-06-24T22:33:37.442Z] --- PASS: TestPluginInvalidJSON (0.03s)
22:33:37 [2021-06-24T22:33:37.442Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:33:37 [2021-06-24T22:33:37.442Z] === RUN   TestPluginInstall
22:33:37 [2021-06-24T22:33:37.442Z] === RUN   TestPluginInstall/no_auth
22:33:39 [2021-06-24T22:33:39.977Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
22:33:39 [2021-06-24T22:33:39.978Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
22:33:39 [2021-06-24T22:33:39.978Z] time="2021-06-24T22:33:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:39 [2021-06-24T22:33:39.978Z] time="2021-06-24T22:33:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d74d868610b2ccf29fdbedf5ffcf910a7ca052742e609f98e98d4e652757d55" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:39 [2021-06-24T22:33:39.978Z] time="2021-06-24T22:33:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:39 [2021-06-24T22:33:39.978Z] time="2021-06-24T22:33:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5d74d868610b2ccf29fdbedf5ffcf910a7ca052742e609f98e98d4e652757d55" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:40 [2021-06-24T22:33:40.545Z] === RUN   TestPluginInstall/with_htpasswd
22:33:40 [2021-06-24T22:33:40.803Z] time="2021-06-24T22:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:40 [2021-06-24T22:33:40.803Z] time="2021-06-24T22:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a1876d4670dd98c1f53ae2d963a88beef91e50a582e4d269bc7247979aff7a0" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:40 [2021-06-24T22:33:40.803Z] time="2021-06-24T22:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:40 [2021-06-24T22:33:40.803Z] time="2021-06-24T22:33:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a1876d4670dd98c1f53ae2d963a88beef91e50a582e4d269bc7247979aff7a0" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:41 [2021-06-24T22:33:41.370Z] === RUN   TestPluginInstall/with_insecure
22:33:42 [2021-06-24T22:33:42.307Z] time="2021-06-24T22:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:42 [2021-06-24T22:33:42.307Z] time="2021-06-24T22:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d285315515c173e6a5488d88fbab9bc3eadfe43b16c621b3bf54e7227f40a90" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:42 [2021-06-24T22:33:42.307Z] time="2021-06-24T22:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
22:33:42 [2021-06-24T22:33:42.307Z] time="2021-06-24T22:33:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d285315515c173e6a5488d88fbab9bc3eadfe43b16c621b3bf54e7227f40a90" mediatype=application/vnd.docker.plugin.v1+json size=522
22:33:42 [2021-06-24T22:33:42.874Z]     plugin_test.go:165: [d1f65cf027440] daemon is not started
22:33:42 [2021-06-24T22:33:42.874Z] --- PASS: TestPluginInstall (5.34s)
22:33:42 [2021-06-24T22:33:42.874Z]     --- PASS: TestPluginInstall/no_auth (2.93s)
22:33:42 [2021-06-24T22:33:42.874Z]     --- PASS: TestPluginInstall/with_htpasswd (0.77s)
22:33:42 [2021-06-24T22:33:42.874Z]     --- PASS: TestPluginInstall/with_insecure (1.64s)
22:33:42 [2021-06-24T22:33:42.874Z] === RUN   TestPluginsWithRuntimes
22:33:44 [2021-06-24T22:33:44.250Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
22:33:44 [2021-06-24T22:33:44.508Z] === RUN   TestPluginsWithRuntimes/No_Args
22:33:45 [2021-06-24T22:33:45.882Z] === RUN   TestPluginsWithRuntimes/With_Args
22:33:46 [2021-06-24T22:33:46.141Z] === RUN   TestDockerSuite/TestBuildRm
22:33:46 [2021-06-24T22:33:46.708Z]     docker_api_swarm_node_test.go:19: [d12bf59cc9bb2] joining swarm manager [d1cfeda2ae589]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:33:47 [2021-06-24T22:33:47.275Z] --- PASS: TestPluginsWithRuntimes (4.30s)
22:33:47 [2021-06-24T22:33:47.275Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.06s)
22:33:47 [2021-06-24T22:33:47.275Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.40s)
22:33:47 [2021-06-24T22:33:47.275Z] === RUN   TestPluginBackCompatMediaTypes
22:33:47 [2021-06-24T22:33:47.842Z]     docker_api_swarm_node_test.go:20: [d01bb68004199] joining swarm manager [d1cfeda2ae589]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:33:48 [2021-06-24T22:33:48.101Z] --- PASS: TestPluginBackCompatMediaTypes (0.99s)
22:33:48 [2021-06-24T22:33:48.101Z] PASS
22:33:48 [2021-06-24T22:33:48.101Z] 
22:33:48 [2021-06-24T22:33:48.101Z] DONE 10 tests in 10.829s
22:33:48 [2021-06-24T22:33:48.101Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
22:33:48 [2021-06-24T22:33:48.101Z] ++ 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
22:33:48 [2021-06-24T22:33:48.101Z] ++ set -e
22:33:48 [2021-06-24T22:33:48.101Z] ++ '[' -n 0 ']'
22:33:48 [2021-06-24T22:33:48.101Z] ++ set -x
22:33:48 [2021-06-24T22:33:48.101Z] ++ env -i DEST=/go/src/github.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
22:33:48 [2021-06-24T22:33:48.359Z] INFO: Testing against a local daemon
22:33:48 [2021-06-24T22:33:48.359Z] === RUN   TestExternalGraphDriver
22:33:48 [2021-06-24T22:33:48.360Z] === RUN   TestExternalGraphDriver/json
22:33:50 [2021-06-24T22:33:50.265Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
22:33:50 [2021-06-24T22:33:50.524Z] === RUN   TestExternalGraphDriver/spec
22:33:51 [2021-06-24T22:33:51.459Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
22:33:52 [2021-06-24T22:33:52.394Z] === RUN   TestDockerSuite/TestBuildScratchCopy
22:33:52 [2021-06-24T22:33:52.960Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
22:33:52 [2021-06-24T22:33:52.960Z] === RUN   TestExternalGraphDriver/pull
22:33:53 [2021-06-24T22:33:53.218Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
22:33:55 [2021-06-24T22:33:55.119Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
22:33:55 [2021-06-24T22:33:55.119Z] --- PASS: TestExternalGraphDriver (6.49s)
22:33:55 [2021-06-24T22:33:55.119Z]     --- PASS: TestExternalGraphDriver/json (2.20s)
22:33:55 [2021-06-24T22:33:55.119Z]     --- PASS: TestExternalGraphDriver/spec (2.22s)
22:33:55 [2021-06-24T22:33:55.119Z]     --- PASS: TestExternalGraphDriver/pull (1.97s)
22:33:55 [2021-06-24T22:33:55.119Z] === RUN   TestGraphdriverPluginV2
22:33:56 [2021-06-24T22:33:56.055Z] === RUN   TestDockerSuite/TestBuildShellInherited
22:33:57 [2021-06-24T22:33:57.009Z] === RUN   TestDockerSuite/TestBuildShellMultiple
22:33:58 [2021-06-24T22:33:58.386Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
22:33:58 [2021-06-24T22:33:58.954Z] --- PASS: TestGraphdriverPluginV2 (4.11s)
22:33:58 [2021-06-24T22:33:58.954Z] PASS
22:33:58 [2021-06-24T22:33:58.954Z] 
22:33:58 [2021-06-24T22:33:58.954Z] DONE 5 tests in 10.745s
22:33:58 [2021-06-24T22:33:58.954Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
22:33:58 [2021-06-24T22:33:58.954Z] ++ 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
22:33:58 [2021-06-24T22:33:58.954Z] ++ set -e
22:33:58 [2021-06-24T22:33:58.954Z] ++ '[' -n 0 ']'
22:33:58 [2021-06-24T22:33:58.954Z] ++ set -x
22:33:58 [2021-06-24T22:33:58.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-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
22:33:59 [2021-06-24T22:33:59.214Z] INFO: Testing against a local daemon
22:33:59 [2021-06-24T22:33:59.214Z] === RUN   TestContinueAfterPluginCrash
22:33:59 [2021-06-24T22:33:59.214Z] === PAUSE TestContinueAfterPluginCrash
22:33:59 [2021-06-24T22:33:59.214Z] === RUN   TestReadPluginNoRead
22:33:59 [2021-06-24T22:33:59.214Z] === PAUSE TestReadPluginNoRead
22:33:59 [2021-06-24T22:33:59.214Z] === RUN   TestDaemonStartWithLogOpt
22:33:59 [2021-06-24T22:33:59.214Z] === PAUSE TestDaemonStartWithLogOpt
22:33:59 [2021-06-24T22:33:59.214Z] === CONT  TestContinueAfterPluginCrash
22:33:59 [2021-06-24T22:33:59.214Z] === CONT  TestDaemonStartWithLogOpt
22:34:02 [2021-06-24T22:34:02.504Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
22:34:02 [2021-06-24T22:34:02.504Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
22:34:03 [2021-06-24T22:34:03.072Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
22:34:03 [2021-06-24T22:34:03.072Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
22:34:03 [2021-06-24T22:34:03.072Z] === RUN   TestDockerSuite/TestBuildSpaces
22:34:04 [2021-06-24T22:34:04.011Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
22:34:04 [2021-06-24T22:34:04.578Z] --- PASS: TestDaemonStartWithLogOpt (5.42s)
22:34:04 [2021-06-24T22:34:04.578Z] === CONT  TestReadPluginNoRead
22:34:04 [2021-06-24T22:34:04.837Z]     docker_api_swarm_test.go:501: [de7ac6694c156] joining swarm manager [de485f6f7a895]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:34:05 [2021-06-24T22:34:05.773Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
22:34:06 [2021-06-24T22:34:06.032Z] === RUN   TestDockerSuite/TestBuildStderr
22:34:07 [2021-06-24T22:34:07.407Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
22:34:08 [2021-06-24T22:34:08.341Z] === RUN   TestReadPluginNoRead/disabled_caching
22:34:10 [2021-06-24T22:34:10.241Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
22:34:11 [2021-06-24T22:34:11.619Z] --- PASS: TestContinueAfterPluginCrash (12.38s)
22:34:12 [2021-06-24T22:34:12.186Z] === RUN   TestDockerSuite/TestBuildStopSignal
22:34:12 [2021-06-24T22:34:12.186Z] === RUN   TestReadPluginNoRead/default
22:34:12 [2021-06-24T22:34:12.754Z]     docker_api_swarm_test.go:506: [dfb1ba9ad28ab] joining swarm manager [de485f6f7a895]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:34:13 [2021-06-24T22:34:13.690Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
22:34:14 [2021-06-24T22:34:14.258Z] === CONT  TestReadPluginNoRead
22:34:14 [2021-06-24T22:34:14.258Z]     read_test.go:92: [d137f7679b8d4] daemon is not started
22:34:14 [2021-06-24T22:34:14.258Z] --- PASS: TestReadPluginNoRead (9.60s)
22:34:14 [2021-06-24T22:34:14.258Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.00s)
22:34:14 [2021-06-24T22:34:14.258Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.11s)
22:34:14 [2021-06-24T22:34:14.258Z]     --- PASS: TestReadPluginNoRead/default (1.93s)
22:34:14 [2021-06-24T22:34:14.258Z] PASS
22:34:14 [2021-06-24T22:34:14.258Z] 
22:34:14 [2021-06-24T22:34:14.258Z] DONE 6 tests in 15.224s
22:34:14 [2021-06-24T22:34:14.258Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
22:34:14 [2021-06-24T22:34:14.258Z] ++ 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
22:34:14 [2021-06-24T22:34:14.258Z] ++ set -e
22:34:14 [2021-06-24T22:34:14.258Z] ++ '[' -n 0 ']'
22:34:14 [2021-06-24T22:34:14.258Z] ++ set -x
22:34:14 [2021-06-24T22:34:14.258Z] ++ env -i DEST=/go/src/github.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
22:34:14 [2021-06-24T22:34:14.258Z] testing: warning: no tests to run
22:34:14 [2021-06-24T22:34:14.258Z] PASS
22:34:14 [2021-06-24T22:34:14.258Z] 
22:34:14 [2021-06-24T22:34:14.258Z] DONE 0 tests in 0.038s
22:34:14 [2021-06-24T22:34:14.258Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
22:34:14 [2021-06-24T22:34:14.258Z] ++ 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
22:34:14 [2021-06-24T22:34:14.258Z] ++ set -e
22:34:14 [2021-06-24T22:34:14.258Z] ++ '[' -n 0 ']'
22:34:14 [2021-06-24T22:34:14.258Z] ++ set -x
22:34:14 [2021-06-24T22:34:14.258Z] ++ env -i DEST=/go/src/github.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
22:34:14 [2021-06-24T22:34:14.518Z] INFO: Testing against a local daemon
22:34:14 [2021-06-24T22:34:14.518Z] === RUN   TestPluginWithDevMounts
22:34:14 [2021-06-24T22:34:14.518Z] === PAUSE TestPluginWithDevMounts
22:34:14 [2021-06-24T22:34:14.518Z] === CONT  TestPluginWithDevMounts
22:34:14 [2021-06-24T22:34:14.776Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
22:34:15 [2021-06-24T22:34:15.034Z] === RUN   TestDockerSuite/TestBuildTagEvent
22:34:16 [2021-06-24T22:34:16.418Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
22:34:16 [2021-06-24T22:34:16.418Z] --- PASS: TestPluginWithDevMounts (1.84s)
22:34:16 [2021-06-24T22:34:16.418Z] PASS
22:34:16 [2021-06-24T22:34:16.418Z] 
22:34:16 [2021-06-24T22:34:16.418Z] DONE 1 tests in 2.021s
22:34:16 [2021-06-24T22:34:16.418Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
22:34:16 [2021-06-24T22:34:16.418Z] ++ 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
22:34:16 [2021-06-24T22:34:16.418Z] ++ set -e
22:34:16 [2021-06-24T22:34:16.418Z] ++ '[' -n 0 ']'
22:34:16 [2021-06-24T22:34:16.418Z] ++ set -x
22:34:16 [2021-06-24T22:34:16.418Z] ++ env -i DEST=/go/src/github.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
22:34:16 [2021-06-24T22:34:16.418Z] INFO: Testing against a local daemon
22:34:16 [2021-06-24T22:34:16.418Z] === RUN   TestSecretInspect
22:34:17 [2021-06-24T22:34:17.799Z] === RUN   TestDockerSuite/TestBuildUser
22:34:19 [2021-06-24T22:34:19.174Z] --- PASS: TestSecretInspect (2.74s)
22:34:19 [2021-06-24T22:34:19.174Z] === RUN   TestSecretList
22:34:19 [2021-06-24T22:34:19.740Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
22:34:22 [2021-06-24T22:34:22.272Z] --- PASS: TestSecretList (2.55s)
22:34:22 [2021-06-24T22:34:22.272Z] === RUN   TestSecretsCreateAndDelete
22:34:23 [2021-06-24T22:34:23.209Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
22:34:24 [2021-06-24T22:34:24.587Z] --- PASS: TestSecretsCreateAndDelete (2.70s)
22:34:24 [2021-06-24T22:34:24.587Z] === RUN   TestSecretsUpdate
22:34:27 [2021-06-24T22:34:27.870Z] --- PASS: TestSecretsUpdate (3.06s)
22:34:27 [2021-06-24T22:34:27.870Z] === RUN   TestTemplatedSecret
22:34:32 [2021-06-24T22:34:32.055Z] --- PASS: TestTemplatedSecret (4.05s)
22:34:32 [2021-06-24T22:34:32.055Z] === RUN   TestSecretCreateResolve
22:34:34 [2021-06-24T22:34:34.587Z] --- PASS: TestSecretCreateResolve (2.66s)
22:34:34 [2021-06-24T22:34:34.587Z] PASS
22:34:34 [2021-06-24T22:34:34.587Z] 
22:34:34 [2021-06-24T22:34:34.587Z] DONE 6 tests in 17.920s
22:34:34 [2021-06-24T22:34:34.587Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
22:34:34 [2021-06-24T22:34:34.587Z] ++ 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
22:34:34 [2021-06-24T22:34:34.587Z] ++ set -e
22:34:34 [2021-06-24T22:34:34.587Z] ++ '[' -n 0 ']'
22:34:34 [2021-06-24T22:34:34.587Z] ++ set -x
22:34:34 [2021-06-24T22:34:34.587Z] ++ env -i DEST=/go/src/github.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
22:34:34 [2021-06-24T22:34:34.587Z] INFO: Testing against a local daemon
22:34:34 [2021-06-24T22:34:34.587Z] === RUN   TestServiceCreateInit
22:34:34 [2021-06-24T22:34:34.587Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 14.7% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/server/router/swarm	0.018s	coverage: 5.7% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/container	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/events	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/image	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/network	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/types/strslice	0.005s	coverage: 90.0% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/types/time	0.004s	coverage: 100.0% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 75.0% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/builder/dockerfile	0.226s	coverage: 48.7% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/builder/remotecontext	0.130s	coverage: 13.7% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.384s	coverage: 86.3% of statements
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/cli	[no test files]
22:34:38 [2021-06-24T22:34:38.636Z] ?   	github.com/docker/docker/cli/config	[no test files]
22:34:41 [2021-06-24T22:34:41.148Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:34:41 [2021-06-24T22:34:41.148Z] === RUN   TestDockerSuite/TestBuildVerboseOut
22:34:41 [2021-06-24T22:34:41.716Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
22:34:41 [2021-06-24T22:34:41.907Z] ok  	github.com/docker/docker/client	0.130s	coverage: 75.5% of statements
22:34:41 [2021-06-24T22:34:41.974Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
22:34:43 [2021-06-24T22:34:43.365Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
22:34:44 [2021-06-24T22:34:44.304Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
22:34:45 [2021-06-24T22:34:45.678Z] --- PASS: TestServiceCreateInit (11.20s)
22:34:45 [2021-06-24T22:34:45.679Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.66s)
22:34:45 [2021-06-24T22:34:45.679Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.52s)
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestCreateServiceMultipleTimes
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
22:34:45 [2021-06-24T22:34:45.679Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
22:34:45 [2021-06-24T22:34:45.679Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestDockerSuite/TestBuildWindowsUser
22:34:45 [2021-06-24T22:34:45.679Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
22:34:45 [2021-06-24T22:34:45.679Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
22:34:45 [2021-06-24T22:34:45.679Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
22:34:47 [2021-06-24T22:34:47.581Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
22:34:47 [2021-06-24T22:34:47.581Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
22:34:47 [2021-06-24T22:34:47.840Z] === RUN   TestDockerSuite/TestBuildWithFailure
22:34:49 [2021-06-24T22:34:49.216Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
22:34:50 [2021-06-24T22:34:50.592Z] === RUN   TestDockerSuite/TestBuildWithTabs
22:34:50 [2021-06-24T22:34:50.592Z]     docker_api_swarm_node_test.go:80: [d1875b4ca4cd2] joining swarm manager [db1fb93bf5e07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:34:51 [2021-06-24T22:34:51.968Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
22:34:52 [2021-06-24T22:34:52.227Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
22:34:57 [2021-06-24T22:34:57.500Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
22:34:58 [2021-06-24T22:34:58.876Z] === RUN   TestDockerSuite/TestBuildWithVolumes
22:35:00 [2021-06-24T22:35:00.251Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
22:35:00 [2021-06-24T22:35:00.510Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
22:35:01 [2021-06-24T22:35:01.447Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
22:35:01 [2021-06-24T22:35:01.447Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
22:35:01 [2021-06-24T22:35:01.447Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
22:35:02 [2021-06-24T22:35:02.013Z] === RUN   TestDockerSuite/TestBuildXZHost
22:35:04 [2021-06-24T22:35:04.542Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
22:35:04 [2021-06-24T22:35:04.542Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
22:35:04 [2021-06-24T22:35:04.542Z]     docker_cli_sni_test.go:18: Flakey test
22:35:04 [2021-06-24T22:35:04.542Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
22:35:04 [2021-06-24T22:35:04.800Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
22:35:05 [2021-06-24T22:35:05.751Z] === RUN   TestDockerSuite/TestCommitChange
22:35:06 [2021-06-24T22:35:06.686Z] === RUN   TestDockerSuite/TestCommitChangeLabels
22:35:07 [2021-06-24T22:35:07.253Z] === RUN   TestDockerSuite/TestCommitHardlink
22:35:07 [2021-06-24T22:35:07.820Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
22:35:07 [2021-06-24T22:35:07.820Z] --- PASS: TestCreateServiceMultipleTimes (22.29s)
22:35:07 [2021-06-24T22:35:07.820Z] === RUN   TestCreateServiceConflict
22:35:09 [2021-06-24T22:35:09.726Z] === RUN   TestDockerSuite/TestCommitNewFile
22:35:10 [2021-06-24T22:35:10.159Z] --- PASS: TestBuildWCOWSandboxSize (766.99s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildWithEmptyDockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:10 [2021-06-24T22:35:10.159Z] --- PASS: TestBuildWithEmptyDockerfile (0.50s)
22:35:10 [2021-06-24T22:35:10.159Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
22:35:10 [2021-06-24T22:35:10.159Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
22:35:10 [2021-06-24T22:35:10.159Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildPreserveOwnership
22:35:10 [2021-06-24T22:35:10.159Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestBuildPlatformInvalid
22:35:10 [2021-06-24T22:35:10.159Z] --- PASS: TestBuildPlatformInvalid (0.54s)
22:35:10 [2021-06-24T22:35:10.159Z] PASS
22:35:10 [2021-06-24T22:35:10.159Z] ok  	github.com/docker/docker/integration/build	931.559s
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === Skipped
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     build_session_test.go:25: TODO: BuildKit
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
22:35:10 [2021-06-24T22:35:10.159Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] DONE 29 tests, 5 skipped in 959.489s
22:35:10 [2021-06-24T22:35:10.159Z] Running D:\gopath\src\github.com\docker\docker\integration\config
22:35:10 [2021-06-24T22:35:10.159Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:35:10 [2021-06-24T22:35:10.159Z] INFO: Testing against a local daemon
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestConfigInspect
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestConfigInspect (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestConfigList
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestConfigList (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestConfigsCreateAndDelete
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestConfigsUpdate
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestConfigsUpdate (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestTemplatedConfig
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestTemplatedConfig (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] === RUN   TestConfigCreateResolve
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
22:35:10 [2021-06-24T22:35:10.159Z] --- SKIP: TestConfigCreateResolve (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z] PASS
22:35:10 [2021-06-24T22:35:10.159Z] ok  	github.com/docker/docker/integration/config	0.378s
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === Skipped
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
22:35:10 [2021-06-24T22:35:10.159Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] 
22:35:10 [2021-06-24T22:35:10.159Z] DONE 6 tests, 6 skipped in 2.867s
22:35:10 [2021-06-24T22:35:10.159Z] Running D:\gopath\src\github.com\docker\docker\integration\container
22:35:10 [2021-06-24T22:35:10.293Z]     docker_api_swarm_node_test.go:52: [d3d983f57364b] joining swarm manager [d10deb7d73d73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:35:10 [2021-06-24T22:35:10.612Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:35:10 [2021-06-24T22:35:10.612Z] INFO: Testing against a local daemon
22:35:10 [2021-06-24T22:35:10.612Z] === RUN   TestCheckpoint
22:35:10 [2021-06-24T22:35:10.612Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:35:10 [2021-06-24T22:35:10.612Z] --- SKIP: TestCheckpoint (0.00s)
22:35:10 [2021-06-24T22:35:10.612Z] === RUN   TestContainerInvalidJSON
22:35:10 [2021-06-24T22:35:10.612Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:35:10 [2021-06-24T22:35:10.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:35:10 [2021-06-24T22:35:10.612Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:35:10 [2021-06-24T22:35:10.612Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:35:10 [2021-06-24T22:35:10.612Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:35:10 [2021-06-24T22:35:10.612Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:35:11 [2021-06-24T22:35:11.066Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:35:11 [2021-06-24T22:35:11.066Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:35:11 [2021-06-24T22:35:11.066Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:35:11 [2021-06-24T22:35:11.066Z] --- PASS: TestContainerInvalidJSON (0.58s)
22:35:11 [2021-06-24T22:35:11.066Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
22:35:11 [2021-06-24T22:35:11.066Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
22:35:11 [2021-06-24T22:35:11.066Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
22:35:11 [2021-06-24T22:35:11.066Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:35:11 [2021-06-24T22:35:11.229Z] --- PASS: TestCreateServiceConflict (3.09s)
22:35:11 [2021-06-24T22:35:11.229Z] === RUN   TestCreateServiceMaxReplicas
22:35:11 [2021-06-24T22:35:11.229Z]     docker_api_swarm_node_test.go:53: [df6e38a213bff] joining swarm manager [d10deb7d73d73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:35:11 [2021-06-24T22:35:11.519Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s)
22:35:11 [2021-06-24T22:35:11.519Z] === RUN   TestCopyFromContainerPathIsNotDir
22:35:11 [2021-06-24T22:35:11.519Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s)
22:35:11 [2021-06-24T22:35:11.519Z] === RUN   TestCopyToContainerPathDoesNotExist
22:35:11 [2021-06-24T22:35:11.795Z] === RUN   TestDockerSuite/TestCommitPausedContainer
22:35:11 [2021-06-24T22:35:11.972Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCopyToContainerPathIsNotDir
22:35:11 [2021-06-24T22:35:11.972Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCopyFromContainer
22:35:11 [2021-06-24T22:35:11.972Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCopyFromContainer (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:11 [2021-06-24T22:35:11.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateLinkToNonExistingContainer
22:35:11 [2021-06-24T22:35:11.972Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidEnv
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidEnv/0
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidEnv/0
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidEnv/1
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidEnv/1
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidEnv/2
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidEnv/2
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidEnv/0
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidEnv/2
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidEnv/1
22:35:11 [2021-06-24T22:35:11.972Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateTmpfsMountsTarget
22:35:11 [2021-06-24T22:35:11.972Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithCustomMaskedPaths
22:35:11 [2021-06-24T22:35:11.972Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithCustomReadonlyPaths
22:35:11 [2021-06-24T22:35:11.972Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:11 [2021-06-24T22:35:11.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:35:11 [2021-06-24T22:35:11.972Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:35:11 [2021-06-24T22:35:11.972Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:35:11 [2021-06-24T22:35:11.972Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:35:11 [2021-06-24T22:35:11.972Z] === RUN   TestCreateDifferentPlatform
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestCreateDifferentPlatform/different_os
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:35:12 [2021-06-24T22:35:12.424Z] --- PASS: TestCreateDifferentPlatform (0.04s)
22:35:12 [2021-06-24T22:35:12.424Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:35:12 [2021-06-24T22:35:12.424Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:35:12 [2021-06-24T22:35:12.424Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s)
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:35:12 [2021-06-24T22:35:12.424Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:35:12 [2021-06-24T22:35:12.424Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestContainerKillOnDaemonStart
22:35:12 [2021-06-24T22:35:12.424Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:35:12 [2021-06-24T22:35:12.424Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestDiff
22:35:12 [2021-06-24T22:35:12.424Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:35:12 [2021-06-24T22:35:12.424Z] --- SKIP: TestDiff (0.00s)
22:35:12 [2021-06-24T22:35:12.424Z] === RUN   TestExecWithCloseStdin
22:35:12 [2021-06-24T22:35:12.730Z] === RUN   TestDockerSuite/TestCommitTTY
22:35:15 [2021-06-24T22:35:15.263Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
22:35:15 [2021-06-24T22:35:15.263Z] --- PASS: TestCreateServiceMaxReplicas (3.97s)
22:35:15 [2021-06-24T22:35:15.263Z] === RUN   TestCreateWithDuplicateNetworkNames
22:35:15 [2021-06-24T22:35:15.299Z] --- PASS: TestExecWithCloseStdin (2.91s)
22:35:15 [2021-06-24T22:35:15.299Z] === RUN   TestExec
22:35:15 [2021-06-24T22:35:15.829Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
22:35:17 [2021-06-24T22:35:17.454Z] --- PASS: TestExec (2.14s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestExecUser
22:35:17 [2021-06-24T22:35:17.454Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestExecUser (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestExportContainerAndImportImage
22:35:17 [2021-06-24T22:35:17.454Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestExportContainerAfterDaemonRestart
22:35:17 [2021-06-24T22:35:17.454Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestHealthCheckWorkdir
22:35:17 [2021-06-24T22:35:17.454Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestHealthKillContainer
22:35:17 [2021-06-24T22:35:17.454Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestHealthKillContainer (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestInspectCpusetInConfigPre120
22:35:17 [2021-06-24T22:35:17.454Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:35:17 [2021-06-24T22:35:17.454Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
22:35:17 [2021-06-24T22:35:17.454Z] === RUN   TestKillContainerInvalidSignal
22:35:18 [2021-06-24T22:35:18.360Z] === RUN   TestDockerSuite/TestCommitWithoutPause
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
22:35:19 [2021-06-24T22:35:19.295Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
22:35:19 [2021-06-24T22:35:19.554Z] === RUN   TestDockerSuite/TestContainerAPICommit
22:35:19 [2021-06-24T22:35:19.639Z] --- PASS: TestKillContainerInvalidSignal (2.04s)
22:35:19 [2021-06-24T22:35:19.639Z] === RUN   TestKillContainer
22:35:19 [2021-06-24T22:35:19.639Z] === RUN   TestKillContainer/no_signal
22:35:20 [2021-06-24T22:35:20.929Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
22:35:21 [2021-06-24T22:35:21.158Z] === RUN   TestKillContainer/non_killing_signal
22:35:21 [2021-06-24T22:35:21.158Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:35:21 [2021-06-24T22:35:21.158Z] === RUN   TestKillContainer/killing_signal
22:35:22 [2021-06-24T22:35:22.830Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
22:35:22 [2021-06-24T22:35:22.830Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
22:35:23 [2021-06-24T22:35:23.396Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
22:35:24 [2021-06-24T22:35:24.033Z] --- PASS: TestKillContainer (4.44s)
22:35:24 [2021-06-24T22:35:24.033Z]     --- PASS: TestKillContainer/no_signal (1.85s)
22:35:24 [2021-06-24T22:35:24.033Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z]     --- PASS: TestKillContainer/killing_signal (2.54s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:35:24 [2021-06-24T22:35:24.033Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:24 [2021-06-24T22:35:24.033Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestKillStoppedContainer
22:35:24 [2021-06-24T22:35:24.033Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:24 [2021-06-24T22:35:24.033Z] --- SKIP: TestKillStoppedContainer (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestKillStoppedContainerAPIPre120
22:35:24 [2021-06-24T22:35:24.033Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:24 [2021-06-24T22:35:24.033Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestKillDifferentUserContainer
22:35:24 [2021-06-24T22:35:24.033Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:35:24 [2021-06-24T22:35:24.033Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestInspectOomKilledTrue
22:35:24 [2021-06-24T22:35:24.033Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:35:24 [2021-06-24T22:35:24.033Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:35:24 [2021-06-24T22:35:24.033Z] === RUN   TestInspectOomKilledFalse
22:35:24 [2021-06-24T22:35:24.034Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:35:24 [2021-06-24T22:35:24.034Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:35:24 [2021-06-24T22:35:24.034Z] === RUN   TestLogsFollowTailEmpty
22:35:24 [2021-06-24T22:35:24.329Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
22:35:24 [2021-06-24T22:35:24.895Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
22:35:25 [2021-06-24T22:35:25.835Z] === RUN   TestDockerSuite/TestContainerAPICreate
22:35:26 [2021-06-24T22:35:26.191Z] --- PASS: TestLogsFollowTailEmpty (1.99s)
22:35:26 [2021-06-24T22:35:26.191Z] === RUN   TestNetworkNat
22:35:26 [2021-06-24T22:35:26.191Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:35:26 [2021-06-24T22:35:26.191Z] --- SKIP: TestNetworkNat (0.00s)
22:35:26 [2021-06-24T22:35:26.191Z] === RUN   TestNetworkLocalhostTCPNat
22:35:26 [2021-06-24T22:35:26.403Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
22:35:26 [2021-06-24T22:35:26.403Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
22:35:26 [2021-06-24T22:35:26.403Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
22:35:26 [2021-06-24T22:35:26.969Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
22:35:27 [2021-06-24T22:35:27.226Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
22:35:27 [2021-06-24T22:35:27.226Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
22:35:27 [2021-06-24T22:35:27.226Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
22:35:27 [2021-06-24T22:35:27.226Z] === RUN   TestDockerSuite/TestContainerAPIDelete
22:35:28 [2021-06-24T22:35:28.161Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
22:35:28 [2021-06-24T22:35:28.342Z] --- PASS: TestNetworkLocalhostTCPNat (2.36s)
22:35:28 [2021-06-24T22:35:28.342Z] === RUN   TestNetworkLoopbackNat
22:35:28 [2021-06-24T22:35:28.342Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:35:28 [2021-06-24T22:35:28.342Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
22:35:28 [2021-06-24T22:35:28.342Z] === RUN   TestPause
22:35:28 [2021-06-24T22:35:28.342Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:35:28 [2021-06-24T22:35:28.342Z] --- SKIP: TestPause (0.00s)
22:35:28 [2021-06-24T22:35:28.342Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:35:28 [2021-06-24T22:35:28.542Z] ok  	github.com/docker/docker/cmd/dockerd	0.108s	coverage: 29.1% of statements
22:35:28 [2021-06-24T22:35:28.543Z] ok  	github.com/docker/docker/container	0.119s	coverage: 34.6% of statements
22:35:28 [2021-06-24T22:35:28.543Z] ?   	github.com/docker/docker/container/stream	[no test files]
22:35:28 [2021-06-24T22:35:28.543Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
22:35:28 [2021-06-24T22:35:28.543Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
22:35:28 [2021-06-24T22:35:28.543Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
22:35:28 [2021-06-24T22:35:28.727Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
22:35:29 [2021-06-24T22:35:29.294Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.18s)
22:35:29 [2021-06-24T22:35:29.295Z] === RUN   TestCreateServiceSecretFileMode
22:35:29 [2021-06-24T22:35:29.554Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
22:35:29 [2021-06-24T22:35:29.554Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
22:35:29 [2021-06-24T22:35:29.948Z] --- PASS: TestBuildWCOWSandboxSize (806.15s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildWithEmptyDockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
22:35:29 [2021-06-24T22:35:29.948Z] --- PASS: TestBuildWithEmptyDockerfile (0.50s)
22:35:29 [2021-06-24T22:35:29.948Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
22:35:29 [2021-06-24T22:35:29.948Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
22:35:29 [2021-06-24T22:35:29.948Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildPreserveOwnership
22:35:29 [2021-06-24T22:35:29.948Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestBuildPlatformInvalid
22:35:29 [2021-06-24T22:35:29.948Z] --- PASS: TestBuildPlatformInvalid (0.46s)
22:35:29 [2021-06-24T22:35:29.948Z] PASS
22:35:29 [2021-06-24T22:35:29.948Z] ok  	github.com/docker/docker/integration/build	982.526s
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === Skipped
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     build_session_test.go:25: TODO: BuildKit
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
22:35:29 [2021-06-24T22:35:29.948Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] DONE 29 tests, 5 skipped in 1005.992s
22:35:29 [2021-06-24T22:35:29.948Z] Running D:\gopath\src\github.com\docker\docker\integration\config
22:35:29 [2021-06-24T22:35:29.948Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:35:29 [2021-06-24T22:35:29.948Z] INFO: Testing against a local daemon
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestConfigInspect
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestConfigInspect (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestConfigList
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestConfigList (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestConfigsCreateAndDelete
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestConfigsUpdate
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestConfigsUpdate (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestTemplatedConfig
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestTemplatedConfig (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestConfigCreateResolve
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestConfigCreateResolve (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] PASS
22:35:29 [2021-06-24T22:35:29.948Z] ok  	github.com/docker/docker/integration/config	0.089s
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === Skipped
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] 
22:35:29 [2021-06-24T22:35:29.948Z] DONE 6 tests, 6 skipped in 2.533s
22:35:29 [2021-06-24T22:35:29.948Z] Running D:\gopath\src\github.com\docker\docker\integration\container
22:35:29 [2021-06-24T22:35:29.948Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:35:29 [2021-06-24T22:35:29.948Z] INFO: Testing against a local daemon
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestCheckpoint
22:35:29 [2021-06-24T22:35:29.948Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:35:29 [2021-06-24T22:35:29.948Z] --- SKIP: TestCheckpoint (0.00s)
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestContainerInvalidJSON
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
22:35:29 [2021-06-24T22:35:29.948Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
22:35:29 [2021-06-24T22:35:29.948Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
22:35:30 [2021-06-24T22:35:30.399Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
22:35:30 [2021-06-24T22:35:30.399Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
22:35:30 [2021-06-24T22:35:30.399Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
22:35:30 [2021-06-24T22:35:30.399Z] --- PASS: TestContainerInvalidJSON (0.45s)
22:35:30 [2021-06-24T22:35:30.399Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
22:35:30 [2021-06-24T22:35:30.399Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
22:35:30 [2021-06-24T22:35:30.399Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
22:35:30 [2021-06-24T22:35:30.399Z] === RUN   TestCopyFromContainerPathDoesNotExist
22:35:30 [2021-06-24T22:35:30.497Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.99s)
22:35:30 [2021-06-24T22:35:30.497Z] === RUN   TestPauseStopPausedContainer
22:35:30 [2021-06-24T22:35:30.497Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
22:35:30 [2021-06-24T22:35:30.497Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
22:35:30 [2021-06-24T22:35:30.497Z] === RUN   TestPsFilter
22:35:30 [2021-06-24T22:35:30.497Z] --- PASS: TestPsFilter (0.32s)
22:35:30 [2021-06-24T22:35:30.497Z] === RUN   TestRemoveContainerWithRemovedVolume
22:35:30 [2021-06-24T22:35:30.850Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s)
22:35:30 [2021-06-24T22:35:30.850Z] === RUN   TestCopyFromContainerPathIsNotDir
22:35:30 [2021-06-24T22:35:30.850Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.17s)
22:35:30 [2021-06-24T22:35:30.850Z] === RUN   TestCopyToContainerPathDoesNotExist
22:35:30 [2021-06-24T22:35:30.850Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s)
22:35:30 [2021-06-24T22:35:30.850Z] === RUN   TestCopyToContainerPathIsNotDir
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCopyFromContainer
22:35:31 [2021-06-24T22:35:31.301Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCopyFromContainer (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateLinkToNonExistingContainer
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidEnv
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidEnv/0
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidEnv/0
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidEnv/1
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidEnv/1
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidEnv/2
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidEnv/2
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidEnv/0
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidEnv/2
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidEnv/1
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateTmpfsMountsTarget
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithCustomMaskedPaths
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithCustomReadonlyPaths
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
22:35:31 [2021-06-24T22:35:31.301Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateDifferentPlatform
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateDifferentPlatform/different_os
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCreateDifferentPlatform (0.03s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreateVolumesFromNonExistingContainer
22:35:31 [2021-06-24T22:35:31.301Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
22:35:31 [2021-06-24T22:35:31.301Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestContainerKillOnDaemonStart
22:35:31 [2021-06-24T22:35:31.301Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestDiff
22:35:31 [2021-06-24T22:35:31.301Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:35:31 [2021-06-24T22:35:31.301Z] --- SKIP: TestDiff (0.00s)
22:35:31 [2021-06-24T22:35:31.301Z] === RUN   TestExecWithCloseStdin
22:35:32 [2021-06-24T22:35:32.086Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
22:35:32 [2021-06-24T22:35:32.344Z] --- PASS: TestCreateServiceSecretFileMode (3.15s)
22:35:32 [2021-06-24T22:35:32.344Z] === RUN   TestCreateServiceConfigFileMode
22:35:32 [2021-06-24T22:35:32.602Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
22:35:32 [2021-06-24T22:35:32.602Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
22:35:33 [2021-06-24T22:35:33.373Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.52s)
22:35:33 [2021-06-24T22:35:33.373Z] === RUN   TestRemoveContainerWithVolume
22:35:33 [2021-06-24T22:35:33.538Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
22:35:34 [2021-06-24T22:35:34.165Z] --- PASS: TestExecWithCloseStdin (2.73s)
22:35:34 [2021-06-24T22:35:34.165Z] === RUN   TestExec
22:35:34 [2021-06-24T22:35:34.474Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
22:35:35 [2021-06-24T22:35:35.409Z] --- PASS: TestCreateServiceConfigFileMode (3.19s)
22:35:35 [2021-06-24T22:35:35.409Z] === RUN   TestCreateServiceSysctls
22:35:35 [2021-06-24T22:35:35.525Z] --- PASS: TestRemoveContainerWithVolume (2.22s)
22:35:35 [2021-06-24T22:35:35.525Z] === RUN   TestRemoveContainerRunning
22:35:35 [2021-06-24T22:35:35.667Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
22:35:36 [2021-06-24T22:35:36.309Z] --- PASS: TestExec (1.79s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestExecUser
22:35:36 [2021-06-24T22:35:36.309Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestExecUser (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestExportContainerAndImportImage
22:35:36 [2021-06-24T22:35:36.309Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestExportContainerAfterDaemonRestart
22:35:36 [2021-06-24T22:35:36.309Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestHealthCheckWorkdir
22:35:36 [2021-06-24T22:35:36.309Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestHealthKillContainer
22:35:36 [2021-06-24T22:35:36.309Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestHealthKillContainer (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestInspectCpusetInConfigPre120
22:35:36 [2021-06-24T22:35:36.309Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:35:36 [2021-06-24T22:35:36.309Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
22:35:36 [2021-06-24T22:35:36.309Z] === RUN   TestKillContainerInvalidSignal
22:35:36 [2021-06-24T22:35:36.602Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
22:35:36 [2021-06-24T22:35:36.602Z] === RUN   TestDockerSuite/TestContainerAPIKill
22:35:36 [2021-06-24T22:35:36.631Z] ok  	github.com/docker/docker/daemon/cluster	0.059s	coverage: 0.5% of statements
22:35:37 [2021-06-24T22:35:37.042Z] --- PASS: TestRemoveContainerRunning (1.95s)
22:35:37 [2021-06-24T22:35:37.042Z] === RUN   TestRemoveContainerForceRemoveRunning
22:35:37 [2021-06-24T22:35:37.537Z] === RUN   TestDockerSuite/TestContainerAPIPause
22:35:37 [2021-06-24T22:35:37.817Z] --- PASS: TestKillContainerInvalidSignal (1.63s)
22:35:37 [2021-06-24T22:35:37.817Z] === RUN   TestKillContainer
22:35:37 [2021-06-24T22:35:37.817Z] === RUN   TestKillContainer/no_signal
22:35:37 [2021-06-24T22:35:37.997Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.014s	coverage: 65.3% of statements
22:35:38 [2021-06-24T22:35:38.472Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
22:35:39 [2021-06-24T22:35:39.196Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.91s)
22:35:39 [2021-06-24T22:35:39.196Z] === RUN   TestRemoveInvalidContainer
22:35:39 [2021-06-24T22:35:39.196Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:35:39 [2021-06-24T22:35:39.196Z] === RUN   TestRenameLinkedContainer
22:35:39 [2021-06-24T22:35:39.196Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:35:39 [2021-06-24T22:35:39.196Z] --- SKIP: TestRenameLinkedContainer (0.00s)
22:35:39 [2021-06-24T22:35:39.196Z] === RUN   TestRenameStoppedContainer
22:35:39 [2021-06-24T22:35:39.325Z] === RUN   TestKillContainer/non_killing_signal
22:35:39 [2021-06-24T22:35:39.325Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:35:39 [2021-06-24T22:35:39.325Z] === RUN   TestKillContainer/killing_signal
22:35:39 [2021-06-24T22:35:39.847Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
22:35:39 [2021-06-24T22:35:39.847Z] === RUN   TestDockerSuite/TestContainerAPIRename
22:35:39 [2021-06-24T22:35:39.847Z] --- PASS: TestCreateServiceSysctls (4.43s)
22:35:39 [2021-06-24T22:35:39.847Z] === RUN   TestCreateServiceCapabilities
22:35:39 [2021-06-24T22:35:39.890Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.9% of statements
22:35:40 [2021-06-24T22:35:40.413Z] === RUN   TestDockerSuite/TestContainerAPIRestart
22:35:42 [2021-06-24T22:35:42.071Z] --- PASS: TestRenameStoppedContainer (2.60s)
22:35:42 [2021-06-24T22:35:42.071Z] === RUN   TestRenameRunningContainerAndReuse
22:35:42 [2021-06-24T22:35:42.316Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
22:35:43 [2021-06-24T22:35:43.255Z] --- PASS: TestCreateServiceCapabilities (3.25s)
22:35:43 [2021-06-24T22:35:43.255Z] === RUN   TestInspect
22:35:43 [2021-06-24T22:35:43.514Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
22:35:44 [2021-06-24T22:35:44.080Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
22:35:44 [2021-06-24T22:35:44.080Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
22:35:44 [2021-06-24T22:35:44.080Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
22:35:44 [2021-06-24T22:35:44.080Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
22:35:44 [2021-06-24T22:35:44.080Z] === RUN   TestDockerSuite/TestContainerAPIStart
22:35:45 [2021-06-24T22:35:45.042Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
22:35:45 [2021-06-24T22:35:45.769Z] --- PASS: TestRenameRunningContainerAndReuse (3.92s)
22:35:45 [2021-06-24T22:35:45.769Z] === RUN   TestRenameInvalidName
22:35:46 [2021-06-24T22:35:46.323Z] --- PASS: TestKillContainer (8.37s)
22:35:46 [2021-06-24T22:35:46.323Z]     --- PASS: TestKillContainer/no_signal (1.56s)
22:35:46 [2021-06-24T22:35:46.323Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z]     --- PASS: TestKillContainer/killing_signal (6.77s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestKillWithStopSignalAndRestartPolicies
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestKillStoppedContainer
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestKillStoppedContainer (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestKillStoppedContainerAPIPre120
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestKillDifferentUserContainer
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestInspectOomKilledTrue
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestInspectOomKilledFalse
22:35:46 [2021-06-24T22:35:46.323Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:35:46 [2021-06-24T22:35:46.323Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
22:35:46 [2021-06-24T22:35:46.323Z] === RUN   TestLogsFollowTailEmpty
22:35:47 [2021-06-24T22:35:47.572Z] --- PASS: TestInspect (4.12s)
22:35:47 [2021-06-24T22:35:47.572Z] === RUN   TestCreateJob
22:35:47 [2021-06-24T22:35:47.832Z] --- PASS: TestLogsFollowTailEmpty (1.75s)
22:35:47 [2021-06-24T22:35:47.832Z] === RUN   TestNetworkNat
22:35:47 [2021-06-24T22:35:47.832Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:35:47 [2021-06-24T22:35:47.832Z] --- SKIP: TestNetworkNat (0.00s)
22:35:47 [2021-06-24T22:35:47.832Z] === RUN   TestNetworkLocalhostTCPNat
22:35:47 [2021-06-24T22:35:47.921Z] --- PASS: TestRenameInvalidName (2.09s)
22:35:47 [2021-06-24T22:35:47.921Z] === RUN   TestRenameAnonymousContainer
22:35:47 [2021-06-24T22:35:47.977Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.437s	coverage: 13.8% of statements
22:35:47 [2021-06-24T22:35:47.977Z] ok  	github.com/docker/docker/daemon/config	0.028s	coverage: 81.4% of statements
22:35:48 [2021-06-24T22:35:48.539Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
22:35:48 [2021-06-24T22:35:48.795Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
22:35:49 [2021-06-24T22:35:49.357Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
22:35:49 [2021-06-24T22:35:49.970Z] --- PASS: TestNetworkLocalhostTCPNat (2.00s)
22:35:49 [2021-06-24T22:35:49.970Z] === RUN   TestNetworkLoopbackNat
22:35:49 [2021-06-24T22:35:49.970Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:35:49 [2021-06-24T22:35:49.970Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
22:35:49 [2021-06-24T22:35:49.970Z] === RUN   TestPause
22:35:49 [2021-06-24T22:35:49.970Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:35:49 [2021-06-24T22:35:49.970Z] --- SKIP: TestPause (0.00s)
22:35:49 [2021-06-24T22:35:49.970Z] === RUN   TestPauseFailsOnWindowsServerContainers
22:35:50 [2021-06-24T22:35:50.100Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
22:35:50 [2021-06-24T22:35:50.358Z] === RUN   TestDockerSuite/TestContainerAPIStop
22:35:50 [2021-06-24T22:35:50.925Z] --- PASS: TestCreateJob (3.72s)
22:35:50 [2021-06-24T22:35:50.925Z] === RUN   TestReplicatedJob
22:35:51 [2021-06-24T22:35:51.246Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.815s	coverage: 73.3% of statements
22:35:51 [2021-06-24T22:35:51.246Z] ok  	github.com/docker/docker/daemon	12.163s	coverage: 17.4% of statements
22:35:51 [2021-06-24T22:35:51.246Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
22:35:51 [2021-06-24T22:35:51.246Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
22:35:51 [2021-06-24T22:35:51.246Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
22:35:51 [2021-06-24T22:35:51.246Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
22:35:51 [2021-06-24T22:35:51.480Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.60s)
22:35:51 [2021-06-24T22:35:51.480Z] === RUN   TestPauseStopPausedContainer
22:35:51 [2021-06-24T22:35:51.480Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
22:35:51 [2021-06-24T22:35:51.480Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
22:35:51 [2021-06-24T22:35:51.480Z] === RUN   TestPsFilter
22:35:51 [2021-06-24T22:35:51.480Z] --- PASS: TestPsFilter (0.16s)
22:35:51 [2021-06-24T22:35:51.480Z] === RUN   TestRemoveContainerWithRemovedVolume
22:35:51 [2021-06-24T22:35:51.494Z] === RUN   TestDockerSuite/TestContainerAPITop
22:35:52 [2021-06-24T22:35:52.431Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
22:35:52 [2021-06-24T22:35:52.431Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
22:35:52 [2021-06-24T22:35:52.431Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
22:35:52 [2021-06-24T22:35:52.431Z] === RUN   TestDockerSuite/TestContainerAPIWait
22:35:52 [2021-06-24T22:35:52.431Z]     docker_api_swarm_test.go:201: [dce7dc484d5f4] joining swarm manager [d57a65f9ab5ec]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:35:52 [2021-06-24T22:35:52.615Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.413s	coverage: 56.2% of statements
22:35:53 [2021-06-24T22:35:53.176Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.011s	coverage: 3.1% of statements
22:35:53 [2021-06-24T22:35:53.623Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.87s)
22:35:53 [2021-06-24T22:35:53.624Z] === RUN   TestRemoveContainerWithVolume
22:35:55 [2021-06-24T22:35:55.066Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.005s	coverage: 1.9% of statements
22:35:55 [2021-06-24T22:35:55.715Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
22:35:55 [2021-06-24T22:35:55.769Z] --- PASS: TestRemoveContainerWithVolume (2.60s)
22:35:55 [2021-06-24T22:35:55.769Z] === RUN   TestRemoveContainerRunning
22:35:56 [2021-06-24T22:35:56.444Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.320s	coverage: 49.4% of statements
22:35:57 [2021-06-24T22:35:57.091Z] === RUN   TestDockerSuite/TestContainerNetworkMode
22:35:57 [2021-06-24T22:35:57.811Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.920s	coverage: 46.2% of statements
22:35:57 [2021-06-24T22:35:57.811Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
22:35:57 [2021-06-24T22:35:57.910Z] --- PASS: TestRemoveContainerRunning (1.62s)
22:35:57 [2021-06-24T22:35:57.910Z] === RUN   TestRemoveContainerForceRemoveRunning
22:35:58 [2021-06-24T22:35:58.181Z] --- PASS: TestRenameAnonymousContainer (9.01s)
22:35:58 [2021-06-24T22:35:58.181Z] === RUN   TestRenameContainerWithSameName
22:35:58 [2021-06-24T22:35:58.374Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.609s	coverage: 57.7% of statements
22:35:58 [2021-06-24T22:35:58.374Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
22:35:58 [2021-06-24T22:35:58.374Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
22:35:58 [2021-06-24T22:35:58.467Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
22:35:58 [2021-06-24T22:35:58.630Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 57.5% of statements
22:35:58 [2021-06-24T22:35:58.726Z] --- PASS: TestReplicatedJob (7.64s)
22:35:58 [2021-06-24T22:35:58.726Z] === RUN   TestUpdateReplicatedJob
22:35:59 [2021-06-24T22:35:59.136Z] --- PASS: TestRenameContainerWithSameName (2.08s)
22:35:59 [2021-06-24T22:35:59.136Z] === RUN   TestRenameContainerWithLinkedContainer
22:35:59 [2021-06-24T22:35:59.136Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
22:35:59 [2021-06-24T22:35:59.136Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
22:35:59 [2021-06-24T22:35:59.136Z] === RUN   TestResize
22:35:59 [2021-06-24T22:35:59.418Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.62s)
22:35:59 [2021-06-24T22:35:59.418Z] === RUN   TestRemoveInvalidContainer
22:35:59 [2021-06-24T22:35:59.418Z] --- PASS: TestRemoveInvalidContainer (0.02s)
22:35:59 [2021-06-24T22:35:59.418Z] === RUN   TestRenameLinkedContainer
22:35:59 [2021-06-24T22:35:59.418Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:35:59 [2021-06-24T22:35:59.418Z] --- SKIP: TestRenameLinkedContainer (0.00s)
22:35:59 [2021-06-24T22:35:59.418Z] === RUN   TestRenameStoppedContainer
22:35:59 [2021-06-24T22:35:59.997Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
22:36:00 [2021-06-24T22:36:00.559Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
22:36:00 [2021-06-24T22:36:00.932Z] --- PASS: TestRenameStoppedContainer (1.91s)
22:36:00 [2021-06-24T22:36:00.932Z] === RUN   TestRenameRunningContainerAndReuse
22:36:01 [2021-06-24T22:36:01.121Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 6.7% of statements
22:36:01 [2021-06-24T22:36:01.121Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
22:36:01 [2021-06-24T22:36:01.121Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
22:36:01 [2021-06-24T22:36:01.289Z] --- PASS: TestResize (2.02s)
22:36:01 [2021-06-24T22:36:01.289Z] === RUN   TestResizeWithInvalidSize
22:36:02 [2021-06-24T22:36:02.488Z] ok  	github.com/docker/docker/daemon/logger	0.227s	coverage: 43.5% of statements
22:36:02 [2021-06-24T22:36:02.743Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.195s	coverage: 77.4% of statements
22:36:02 [2021-06-24T22:36:02.743Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
22:36:02 [2021-06-24T22:36:02.744Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
22:36:02 [2021-06-24T22:36:02.808Z] --- PASS: TestResizeWithInvalidSize (1.99s)
22:36:02 [2021-06-24T22:36:02.808Z] === RUN   TestResizeWhenContainerNotStarted
22:36:03 [2021-06-24T22:36:03.306Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.007s	coverage: 67.0% of statements
22:36:03 [2021-06-24T22:36:03.595Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
22:36:03 [2021-06-24T22:36:03.994Z] --- PASS: TestUpdateReplicatedJob (4.75s)
22:36:03 [2021-06-24T22:36:03.994Z] === RUN   TestServiceListWithStatuses
22:36:03 [2021-06-24T22:36:03.994Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:36:03 [2021-06-24T22:36:03.994Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:36:03 [2021-06-24T22:36:03.994Z] === RUN   TestDockerNetworkConnectAlias
22:36:04 [2021-06-24T22:36:04.172Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
22:36:04 [2021-06-24T22:36:04.173Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 69.9% of statements
22:36:04 [2021-06-24T22:36:04.611Z] --- PASS: TestRenameRunningContainerAndReuse (3.28s)
22:36:04 [2021-06-24T22:36:04.611Z] === RUN   TestRenameInvalidName
22:36:05 [2021-06-24T22:36:05.105Z] ok  	github.com/docker/docker/daemon/logger/local	0.014s	coverage: 75.2% of statements
22:36:05 [2021-06-24T22:36:05.105Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
22:36:05 [2021-06-24T22:36:05.361Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.034s	coverage: 55.1% of statements
22:36:05 [2021-06-24T22:36:05.370Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
22:36:05 [2021-06-24T22:36:05.690Z] --- PASS: TestResizeWhenContainerNotStarted (2.65s)
22:36:05 [2021-06-24T22:36:05.690Z] === RUN   TestDaemonRestartKillContainers
22:36:05 [2021-06-24T22:36:05.690Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:36:05 [2021-06-24T22:36:05.690Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
22:36:05 [2021-06-24T22:36:05.690Z] === RUN   TestStats
22:36:05 [2021-06-24T22:36:05.690Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:36:05 [2021-06-24T22:36:05.690Z] --- SKIP: TestStats (0.00s)
22:36:05 [2021-06-24T22:36:05.690Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:36:05 [2021-06-24T22:36:05.923Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 31.5% of statements
22:36:06 [2021-06-24T22:36:06.120Z] --- PASS: TestRenameInvalidName (1.64s)
22:36:06 [2021-06-24T22:36:06.120Z] === RUN   TestRenameAnonymousContainer
22:36:06 [2021-06-24T22:36:06.305Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
22:36:07 [2021-06-24T22:36:07.290Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
22:36:07 [2021-06-24T22:36:07.290Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
22:36:07 [2021-06-24T22:36:07.852Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
22:36:08 [2021-06-24T22:36:08.109Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.559s	coverage: 82.5% of statements
22:36:08 [2021-06-24T22:36:08.109Z] ?   	github.com/docker/docker/daemon/names	[no test files]
22:36:08 [2021-06-24T22:36:08.109Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
22:36:08 [2021-06-24T22:36:08.211Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
22:36:09 [2021-06-24T22:36:09.162Z] --- PASS: TestDockerNetworkConnectAlias (5.60s)
22:36:09 [2021-06-24T22:36:09.162Z] === RUN   TestDockerNetworkReConnect
22:36:09 [2021-06-24T22:36:09.474Z] ok  	github.com/docker/docker/distribution/metadata	0.047s	coverage: 48.2% of statements
22:36:09 [2021-06-24T22:36:09.474Z] ok  	github.com/docker/docker/distribution	0.135s	coverage: 25.4% of statements
22:36:09 [2021-06-24T22:36:09.474Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
22:36:10 [2021-06-24T22:36:10.102Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
22:36:10 [2021-06-24T22:36:10.402Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
22:36:11 [2021-06-24T22:36:11.036Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
22:36:11 [2021-06-24T22:36:11.331Z] ok  	github.com/docker/docker/image	0.016s	coverage: 86.6% of statements
22:36:11 [2021-06-24T22:36:11.586Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
22:36:12 [2021-06-24T22:36:12.147Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.7% of statements
22:36:12 [2021-06-24T22:36:12.403Z] ok  	github.com/docker/docker/distribution/xfer	1.948s	coverage: 85.1% of statements
22:36:12 [2021-06-24T22:36:12.403Z] ?   	github.com/docker/docker/dockerversion	[no test files]
22:36:12 [2021-06-24T22:36:12.659Z] ok  	github.com/docker/docker/image/v1	0.008s	coverage: 25.0% of statements
22:36:12 [2021-06-24T22:36:12.659Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
22:36:12 [2021-06-24T22:36:12.709Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.83s)
22:36:12 [2021-06-24T22:36:12.709Z] === RUN   TestStopContainerWithTimeout
22:36:12 [2021-06-24T22:36:12.709Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:36:12 [2021-06-24T22:36:12.709Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
22:36:12 [2021-06-24T22:36:12.709Z] === RUN   TestUpdateRestartPolicy
22:36:12 [2021-06-24T22:36:12.934Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
22:36:13 [2021-06-24T22:36:13.193Z] --- PASS: TestDockerNetworkReConnect (4.12s)
22:36:13 [2021-06-24T22:36:13.193Z] === RUN   TestServicePlugin
22:36:13 [2021-06-24T22:36:13.220Z] ok  	github.com/docker/docker/libcontainerd/queue	0.035s	coverage: 100.0% of statements
22:36:13 [2021-06-24T22:36:13.760Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
22:36:14 [2021-06-24T22:36:14.696Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
22:36:16 [2021-06-24T22:36:16.076Z]     docker_api_swarm_test.go:383: [d352e29e67a64] joining swarm manager [df018348895ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:36:16 [2021-06-24T22:36:16.642Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
22:36:17 [2021-06-24T22:36:17.577Z]     docker_api_swarm_test.go:384: [d11c0e3f50230] joining swarm manager [df018348895ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:36:17 [2021-06-24T22:36:17.577Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000799f38_<nil>}
22:36:17 [2021-06-24T22:36:17.835Z]     plugin_test.go:62: [de3cbd4c03975] joining swarm manager [dcae6983e642b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:36:18 [2021-06-24T22:36:18.391Z] --- PASS: TestRenameAnonymousContainer (10.74s)
22:36:18 [2021-06-24T22:36:18.391Z] === RUN   TestRenameContainerWithSameName
22:36:18 [2021-06-24T22:36:18.391Z] --- PASS: TestRenameContainerWithSameName (1.66s)
22:36:18 [2021-06-24T22:36:18.391Z] === RUN   TestRenameContainerWithLinkedContainer
22:36:18 [2021-06-24T22:36:18.391Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
22:36:18 [2021-06-24T22:36:18.391Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
22:36:18 [2021-06-24T22:36:18.391Z] === RUN   TestResize
22:36:18 [2021-06-24T22:36:18.402Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1011403319_/foo_false__<nil>_<nil>_<nil>}
22:36:19 [2021-06-24T22:36:19.342Z]     plugin_test.go:65: [d3dd237f0852b] joining swarm manager [dcae6983e642b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:36:19 [2021-06-24T22:36:19.900Z] --- PASS: TestResize (1.71s)
22:36:19 [2021-06-24T22:36:19.900Z] === RUN   TestResizeWithInvalidSize
22:36:20 [2021-06-24T22:36:20.715Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1011403319_/foo_true__<nil>_<nil>_<nil>}
22:36:22 [2021-06-24T22:36:22.041Z] --- PASS: TestResizeWithInvalidSize (1.66s)
22:36:22 [2021-06-24T22:36:22.041Z] === RUN   TestResizeWhenContainerNotStarted
22:36:22 [2021-06-24T22:36:22.088Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_false__<nil>_<nil>_<nil>}
22:36:23 [2021-06-24T22:36:23.161Z] ok  	github.com/docker/docker/layer	7.331s	coverage: 68.8% of statements
22:36:23 [2021-06-24T22:36:23.161Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
22:36:23 [2021-06-24T22:36:23.161Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
22:36:23 [2021-06-24T22:36:23.161Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
22:36:23 [2021-06-24T22:36:23.161Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
22:36:23 [2021-06-24T22:36:23.990Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_true__<nil>_<nil>_<nil>}
22:36:25 [2021-06-24T22:36:25.049Z] ok  	github.com/docker/docker/libnetwork/api	1.420s	coverage: 90.1% of statements
22:36:25 [2021-06-24T22:36:25.363Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_true__0xc000799f68_<nil>_<nil>}
22:36:25 [2021-06-24T22:36:25.611Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.132s	coverage: 84.4% of statements
22:36:26 [2021-06-24T22:36:26.174Z] ok  	github.com/docker/docker/libnetwork/client	0.018s	coverage: 75.2% of statements
22:36:26 [2021-06-24T22:36:26.736Z] ok  	github.com/docker/docker/libnetwork/client/mflag	0.004s	coverage: 62.7% of statements
22:36:26 [2021-06-24T22:36:26.737Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000799fc8_<nil>}
22:36:28 [2021-06-24T22:36:28.629Z] ok  	github.com/docker/docker/libnetwork/cmd/proxy	0.103s	coverage: 67.6% of statements
22:36:28 [2021-06-24T22:36:28.642Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000799fe0_<nil>}
22:36:29 [2021-06-24T22:36:29.041Z] --- PASS: TestResizeWhenContainerNotStarted (6.69s)
22:36:29 [2021-06-24T22:36:29.041Z] === RUN   TestDaemonRestartKillContainers
22:36:29 [2021-06-24T22:36:29.041Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:36:29 [2021-06-24T22:36:29.041Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
22:36:29 [2021-06-24T22:36:29.041Z] === RUN   TestStats
22:36:29 [2021-06-24T22:36:29.041Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:36:29 [2021-06-24T22:36:29.041Z] --- SKIP: TestStats (0.00s)
22:36:29 [2021-06-24T22:36:29.041Z] === RUN   TestStopContainerWithRestartPolicyAlways
22:36:29 [2021-06-24T22:36:29.190Z] ok  	github.com/docker/docker/libnetwork/config	0.042s	coverage: 24.0% of statements
22:36:29 [2021-06-24T22:36:29.512Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
22:36:29 [2021-06-24T22:36:29.769Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
22:36:30 [2021-06-24T22:36:30.566Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000b4c000_<nil>}
22:36:30 [2021-06-24T22:36:30.824Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000b4c060_<nil>}
22:36:31 [2021-06-24T22:36:31.900Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.43s)
22:36:31 [2021-06-24T22:36:31.900Z] === RUN   TestStopContainerWithTimeout
22:36:31 [2021-06-24T22:36:31.900Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:36:31 [2021-06-24T22:36:31.900Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
22:36:31 [2021-06-24T22:36:31.900Z] === RUN   TestUpdateRestartPolicy
22:36:32 [2021-06-24T22:36:32.726Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
22:36:33 [2021-06-24T22:36:33.034Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.459s	coverage: 59.8% of statements
22:36:33 [2021-06-24T22:36:33.034Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
22:36:33 [2021-06-24T22:36:33.594Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.128s	coverage: 4.0% of statements
22:36:33 [2021-06-24T22:36:33.712Z] --- PASS: TestUpdateRestartPolicy (21.49s)
22:36:33 [2021-06-24T22:36:33.712Z] === RUN   TestUpdateRestartWithAutoRemove
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
22:36:34 [2021-06-24T22:36:34.100Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
22:36:34 [2021-06-24T22:36:34.156Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.017s	coverage: 4.5% of statements
22:36:34 [2021-06-24T22:36:34.156Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
22:36:35 [2021-06-24T22:36:35.868Z] --- PASS: TestUpdateRestartWithAutoRemove (1.83s)
22:36:35 [2021-06-24T22:36:35.868Z] === RUN   TestWaitNonBlocked
22:36:35 [2021-06-24T22:36:35.868Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:35 [2021-06-24T22:36:35.868Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:35 [2021-06-24T22:36:35.868Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:35 [2021-06-24T22:36:35.868Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:35 [2021-06-24T22:36:35.868Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:35 [2021-06-24T22:36:35.868Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:37 [2021-06-24T22:36:37.383Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
22:36:38 [2021-06-24T22:36:38.760Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
22:36:39 [2021-06-24T22:36:39.574Z] --- PASS: TestWaitNonBlocked (0.02s)
22:36:39 [2021-06-24T22:36:39.574Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.35s)
22:36:39 [2021-06-24T22:36:39.574Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.71s)
22:36:39 [2021-06-24T22:36:39.574Z] === RUN   TestWaitBlocked
22:36:39 [2021-06-24T22:36:39.574Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:36:39 [2021-06-24T22:36:39.574Z] --- SKIP: TestWaitBlocked (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z] PASS
22:36:39 [2021-06-24T22:36:39.574Z] ok  	github.com/docker/docker/integration/container	89.189s
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === Skipped
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:36:39 [2021-06-24T22:36:39.574Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:36:39 [2021-06-24T22:36:39.574Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
22:36:39 [2021-06-24T22:36:39.574Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] 
22:36:39 [2021-06-24T22:36:39.574Z] DONE 88 tests, 33 skipped in 91.626s
22:36:39 [2021-06-24T22:36:39.574Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
22:36:41 [2021-06-24T22:36:41.115Z] === RUN   TestConfigDaemonLibtrustID
22:36:41 [2021-06-24T22:36:41.115Z]     daemon_test.go:19: runtime.GOOS != "linux"
22:36:41 [2021-06-24T22:36:41.115Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
22:36:41 [2021-06-24T22:36:41.115Z] === RUN   TestDaemonConfigValidation
22:36:41 [2021-06-24T22:36:41.115Z]     daemon_test.go:38: runtime.GOOS != "linux"
22:36:41 [2021-06-24T22:36:41.115Z] --- SKIP: TestDaemonConfigValidation (0.00s)
22:36:41 [2021-06-24T22:36:41.115Z] PASS
22:36:41 [2021-06-24T22:36:41.115Z] ok  	github.com/docker/docker/integration/daemon	0.288s
22:36:41 [2021-06-24T22:36:41.115Z] 
22:36:41 [2021-06-24T22:36:41.115Z] === Skipped
22:36:41 [2021-06-24T22:36:41.115Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
22:36:41 [2021-06-24T22:36:41.115Z]     daemon_test.go:19: runtime.GOOS != "linux"
22:36:41 [2021-06-24T22:36:41.115Z] 
22:36:41 [2021-06-24T22:36:41.115Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
22:36:41 [2021-06-24T22:36:41.115Z]     daemon_test.go:38: runtime.GOOS != "linux"
22:36:41 [2021-06-24T22:36:41.115Z] 
22:36:41 [2021-06-24T22:36:41.115Z] 
22:36:41 [2021-06-24T22:36:41.115Z] DONE 2 tests, 2 skipped in 1.733s
22:36:41 [2021-06-24T22:36:41.568Z] Running D:\gopath\src\github.com\docker\docker\integration\image
22:36:42 [2021-06-24T22:36:42.042Z] === RUN   TestDockerSuite/TestCopyAndRestart
22:36:42 [2021-06-24T22:36:42.977Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
22:36:43 [2021-06-24T22:36:43.090Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:36:43 [2021-06-24T22:36:43.090Z] INFO: Testing against a local daemon
22:36:43 [2021-06-24T22:36:43.090Z] === RUN   TestCommitInheritsEnv
22:36:43 [2021-06-24T22:36:43.090Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:36:43 [2021-06-24T22:36:43.090Z] --- SKIP: TestCommitInheritsEnv (0.01s)
22:36:43 [2021-06-24T22:36:43.090Z] === RUN   TestImportExtremelyLargeImageWorks
22:36:43 [2021-06-24T22:36:43.090Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:36:43 [2021-06-24T22:36:43.090Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:36:43 [2021-06-24T22:36:43.090Z] === RUN   TestImagesFilterMultiReference
22:36:43 [2021-06-24T22:36:43.235Z] === RUN   TestDockerSuite/TestCpAbsolutePath
22:36:43 [2021-06-24T22:36:43.544Z] --- PASS: TestImagesFilterMultiReference (0.08s)
22:36:43 [2021-06-24T22:36:43.544Z] === RUN   TestImagePullPlatformInvalid
22:36:43 [2021-06-24T22:36:43.544Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
22:36:43 [2021-06-24T22:36:43.544Z] === RUN   TestRemoveImageOrphaning
22:36:43 [2021-06-24T22:36:43.804Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
22:36:44 [2021-06-24T22:36:44.093Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.215s	coverage: 6.6% of statements
22:36:44 [2021-06-24T22:36:44.093Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.002s	coverage: 63.6% of statements
22:36:44 [2021-06-24T22:36:44.093Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
22:36:44 [2021-06-24T22:36:44.093Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
22:36:44 [2021-06-24T22:36:44.350Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.013s	coverage: 81.2% of statements
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestRemoveImageOrphaning (1.00s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagInvalidReference
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagInvalidReference (0.03s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagValidPrefixedRepo
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagExistedNameWithoutForce
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagOfficialNames
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagOfficialNames (0.08s)
22:36:44 [2021-06-24T22:36:44.501Z] === RUN   TestTagMatchesDigest
22:36:44 [2021-06-24T22:36:44.501Z] --- PASS: TestTagMatchesDigest (0.02s)
22:36:44 [2021-06-24T22:36:44.501Z] PASS
22:36:44 [2021-06-24T22:36:44.501Z] ok  	github.com/docker/docker/integration/image	1.765s
22:36:44 [2021-06-24T22:36:44.501Z] 
22:36:44 [2021-06-24T22:36:44.501Z] === Skipped
22:36:44 [2021-06-24T22:36:44.501Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s)
22:36:44 [2021-06-24T22:36:44.501Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:36:44 [2021-06-24T22:36:44.501Z] 
22:36:44 [2021-06-24T22:36:44.501Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
22:36:44 [2021-06-24T22:36:44.501Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:36:44 [2021-06-24T22:36:44.501Z] 
22:36:44 [2021-06-24T22:36:44.501Z] 
22:36:44 [2021-06-24T22:36:44.501Z] DONE 11 tests, 2 skipped in 3.317s
22:36:44 [2021-06-24T22:36:44.740Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
22:36:44 [2021-06-24T22:36:44.913Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.003s	coverage: 48.1% of statements
22:36:44 [2021-06-24T22:36:44.913Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
22:36:44 [2021-06-24T22:36:44.954Z] Running D:\gopath\src\github.com\docker\docker\integration\network
22:36:45 [2021-06-24T22:36:45.169Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
22:36:45 [2021-06-24T22:36:45.306Z] --- PASS: TestServicePlugin (32.04s)
22:36:45 [2021-06-24T22:36:45.306Z] === RUN   TestServiceUpdateLabel
22:36:45 [2021-06-24T22:36:45.564Z] === RUN   TestDockerSuite/TestCpFromCaseA
22:36:46 [2021-06-24T22:36:46.499Z] === RUN   TestDockerSuite/TestCpFromCaseB
22:36:47 [2021-06-24T22:36:47.111Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:36:47 [2021-06-24T22:36:47.111Z] INFO: Testing against a local daemon
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkCreateDelete
22:36:47 [2021-06-24T22:36:47.111Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestNetworkCreateDelete (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDockerNetworkDeletePreferID
22:36:47 [2021-06-24T22:36:47.111Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonDNSFallback
22:36:47 [2021-06-24T22:36:47.111Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonDNSFallback (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestInspectNetwork
22:36:47 [2021-06-24T22:36:47.111Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestInspectNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestRunContainerWithBridgeNone
22:36:47 [2021-06-24T22:36:47.111Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkInvalidJSON
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkInvalidJSON//networks/create
22:36:47 [2021-06-24T22:36:47.111Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:36:47 [2021-06-24T22:36:47.111Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:36:47 [2021-06-24T22:36:47.111Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:36:47 [2021-06-24T22:36:47.111Z] === CONT  TestNetworkInvalidJSON//networks/create
22:36:47 [2021-06-24T22:36:47.111Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:36:47 [2021-06-24T22:36:47.111Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:36:47 [2021-06-24T22:36:47.111Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:36:47 [2021-06-24T22:36:47.111Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
22:36:47 [2021-06-24T22:36:47.111Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
22:36:47 [2021-06-24T22:36:47.111Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkList
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkList//networks
22:36:47 [2021-06-24T22:36:47.111Z] === PAUSE TestNetworkList//networks
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestNetworkList//networks/
22:36:47 [2021-06-24T22:36:47.111Z] === PAUSE TestNetworkList//networks/
22:36:47 [2021-06-24T22:36:47.111Z] === CONT  TestNetworkList//networks
22:36:47 [2021-06-24T22:36:47.111Z] === CONT  TestNetworkList//networks/
22:36:47 [2021-06-24T22:36:47.111Z] --- PASS: TestNetworkList (0.04s)
22:36:47 [2021-06-24T22:36:47.111Z]     --- PASS: TestNetworkList//networks (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestHostIPv4BridgeLabel
22:36:47 [2021-06-24T22:36:47.111Z]     network_test.go:126: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonRestartWithLiveRestore
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:29: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonDefaultNetworkPools
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:58: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonRestartWithExistingNetwork
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:102: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:136: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:187: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestServiceWithPredefinedNetwork
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:212: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:242: FLAKY_TEST
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestServiceWithDataPathPortInit
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:333: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:36:47 [2021-06-24T22:36:47.111Z]     service_test.go:401: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.111Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z] PASS
22:36:47 [2021-06-24T22:36:47.111Z] ok  	github.com/docker/docker/integration/network	0.430s
22:36:47 [2021-06-24T22:36:47.111Z] 
22:36:47 [2021-06-24T22:36:47.111Z] === Skipped
22:36:47 [2021-06-24T22:36:47.111Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.111Z] 
22:36:47 [2021-06-24T22:36:47.111Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:36:47 [2021-06-24T22:36:47.111Z] 
22:36:47 [2021-06-24T22:36:47.111Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
22:36:47 [2021-06-24T22:36:47.111Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.111Z] 
22:36:47 [2021-06-24T22:36:47.111Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     network_test.go:126: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:29: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:58: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:102: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:136: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:187: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:212: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:242: FLAKY_TEST
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:333: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
22:36:47 [2021-06-24T22:36:47.112Z]     service_test.go:401: testEnv.OSType == "windows"
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] 
22:36:47 [2021-06-24T22:36:47.112Z] DONE 22 tests, 15 skipped in 2.202s
22:36:47 [2021-06-24T22:36:47.112Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
22:36:47 [2021-06-24T22:36:47.565Z] testing: warning: no tests to run
22:36:47 [2021-06-24T22:36:47.565Z] PASS
22:36:47 [2021-06-24T22:36:47.565Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.128s
22:36:47 [2021-06-24T22:36:47.565Z] 
22:36:47 [2021-06-24T22:36:47.565Z] DONE 0 tests in 0.680s
22:36:47 [2021-06-24T22:36:47.565Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
22:36:47 [2021-06-24T22:36:47.876Z] === RUN   TestDockerSuite/TestCpFromCaseC
22:36:47 [2021-06-24T22:36:47.876Z] --- PASS: TestServiceUpdateLabel (2.51s)
22:36:47 [2021-06-24T22:36:47.876Z] === RUN   TestServiceUpdateSecrets
22:36:48 [2021-06-24T22:36:48.442Z] === RUN   TestDockerSuite/TestCpFromCaseD
22:36:48 [2021-06-24T22:36:48.521Z] testing: warning: no tests to run
22:36:48 [2021-06-24T22:36:48.521Z] PASS
22:36:48 [2021-06-24T22:36:48.521Z] ok  	github.com/docker/docker/integration/network/macvlan	0.123s
22:36:48 [2021-06-24T22:36:48.521Z] 
22:36:48 [2021-06-24T22:36:48.521Z] DONE 0 tests in 0.674s
22:36:48 [2021-06-24T22:36:48.521Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
22:36:48 [2021-06-24T22:36:48.974Z] testing: warning: no tests to run
22:36:48 [2021-06-24T22:36:48.974Z] PASS
22:36:48 [2021-06-24T22:36:48.974Z] ok  	github.com/docker/docker/integration/plugin	0.179s
22:36:49 [2021-06-24T22:36:49.378Z] === RUN   TestDockerSuite/TestCpFromCaseE
22:36:49 [2021-06-24T22:36:49.427Z] 
22:36:49 [2021-06-24T22:36:49.427Z] DONE 0 tests in 0.720s
22:36:49 [2021-06-24T22:36:49.427Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
22:36:49 [2021-06-24T22:36:49.886Z] testing: warning: no tests to run
22:36:49 [2021-06-24T22:36:49.887Z] PASS
22:36:49 [2021-06-24T22:36:49.887Z] ok  	github.com/docker/docker/integration/plugin/authz	0.151s
22:36:49 [2021-06-24T22:36:49.887Z] 
22:36:49 [2021-06-24T22:36:49.887Z] DONE 0 tests in 0.669s
22:36:49 [2021-06-24T22:36:49.887Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
22:36:50 [2021-06-24T22:36:50.770Z] === RUN   TestDockerSuite/TestCpFromCaseF
22:36:51 [2021-06-24T22:36:51.336Z] === RUN   TestDockerSuite/TestCpFromCaseG
22:36:52 [2021-06-24T22:36:52.269Z] === RUN   TestDockerSuite/TestCpFromCaseH
22:36:52 [2021-06-24T22:36:52.858Z] --- PASS: TestUpdateRestartPolicy (18.86s)
22:36:52 [2021-06-24T22:36:52.858Z] === RUN   TestUpdateRestartWithAutoRemove
22:36:52 [2021-06-24T22:36:52.858Z] --- PASS: TestUpdateRestartWithAutoRemove (1.61s)
22:36:52 [2021-06-24T22:36:52.858Z] === RUN   TestWaitNonBlocked
22:36:52 [2021-06-24T22:36:52.858Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:52 [2021-06-24T22:36:52.858Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:52 [2021-06-24T22:36:52.858Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:52 [2021-06-24T22:36:52.858Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:52 [2021-06-24T22:36:52.858Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
22:36:52 [2021-06-24T22:36:52.858Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
22:36:53 [2021-06-24T22:36:53.204Z] === RUN   TestDockerSuite/TestCpFromCaseI
22:36:53 [2021-06-24T22:36:53.770Z] === RUN   TestDockerSuite/TestCpFromCaseJ
22:36:54 [2021-06-24T22:36:54.703Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
22:36:54 [2021-06-24T22:36:54.997Z] --- PASS: TestWaitNonBlocked (0.03s)
22:36:54 [2021-06-24T22:36:54.997Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.17s)
22:36:54 [2021-06-24T22:36:54.997Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.26s)
22:36:54 [2021-06-24T22:36:54.997Z] === RUN   TestWaitBlocked
22:36:54 [2021-06-24T22:36:54.997Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:36:54 [2021-06-24T22:36:54.997Z] --- SKIP: TestWaitBlocked (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z] PASS
22:36:54 [2021-06-24T22:36:54.997Z] ok  	github.com/docker/docker/integration/container	84.754s
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === Skipped
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
22:36:54 [2021-06-24T22:36:54.997Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
22:36:54 [2021-06-24T22:36:54.997Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
22:36:54 [2021-06-24T22:36:54.997Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] 
22:36:54 [2021-06-24T22:36:54.997Z] DONE 88 tests, 33 skipped in 86.888s
22:36:54 [2021-06-24T22:36:54.997Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
22:36:55 [2021-06-24T22:36:55.638Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
22:36:55 [2021-06-24T22:36:55.946Z] === RUN   TestConfigDaemonLibtrustID
22:36:55 [2021-06-24T22:36:55.946Z]     daemon_test.go:19: runtime.GOOS != "linux"
22:36:55 [2021-06-24T22:36:55.946Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
22:36:55 [2021-06-24T22:36:55.946Z] === RUN   TestDaemonConfigValidation
22:36:55 [2021-06-24T22:36:55.946Z]     daemon_test.go:38: runtime.GOOS != "linux"
22:36:55 [2021-06-24T22:36:55.946Z] --- SKIP: TestDaemonConfigValidation (0.00s)
22:36:55 [2021-06-24T22:36:55.946Z] PASS
22:36:55 [2021-06-24T22:36:55.946Z] ok  	github.com/docker/docker/integration/daemon	0.067s
22:36:55 [2021-06-24T22:36:55.946Z] 
22:36:55 [2021-06-24T22:36:55.946Z] === Skipped
22:36:55 [2021-06-24T22:36:55.946Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
22:36:55 [2021-06-24T22:36:55.946Z]     daemon_test.go:19: runtime.GOOS != "linux"
22:36:55 [2021-06-24T22:36:55.946Z] 
22:36:55 [2021-06-24T22:36:55.946Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
22:36:55 [2021-06-24T22:36:55.946Z]     daemon_test.go:38: runtime.GOOS != "linux"
22:36:55 [2021-06-24T22:36:55.946Z] 
22:36:55 [2021-06-24T22:36:55.946Z] 
22:36:55 [2021-06-24T22:36:55.946Z] DONE 2 tests, 2 skipped in 1.363s
22:36:56 [2021-06-24T22:36:56.395Z] Running D:\gopath\src\github.com\docker\docker\integration\image
22:36:56 [2021-06-24T22:36:56.572Z] === RUN   TestDockerSuite/TestCpGarbagePath
22:36:57 [2021-06-24T22:36:57.339Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.008s	coverage: 100.0% of statements
22:36:57 [2021-06-24T22:36:57.339Z] ok  	github.com/docker/docker/libnetwork	38.597s	coverage: 40.7% of statements
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/client/mflag/example	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/dnet	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
22:36:57 [2021-06-24T22:36:57.339Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.010s	coverage: 57.1% of statements
22:36:57 [2021-06-24T22:36:57.339Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.011s	coverage: 47.4% of statements
22:36:57 [2021-06-24T22:36:57.345Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:36:57 [2021-06-24T22:36:57.345Z] INFO: Testing against a local daemon
22:36:57 [2021-06-24T22:36:57.345Z] === RUN   TestCommitInheritsEnv
22:36:57 [2021-06-24T22:36:57.345Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:36:57 [2021-06-24T22:36:57.345Z] --- SKIP: TestCommitInheritsEnv (0.00s)
22:36:57 [2021-06-24T22:36:57.345Z] === RUN   TestImportExtremelyLargeImageWorks
22:36:57 [2021-06-24T22:36:57.345Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:36:57 [2021-06-24T22:36:57.345Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
22:36:57 [2021-06-24T22:36:57.345Z] === RUN   TestImagesFilterMultiReference
22:36:57 [2021-06-24T22:36:57.506Z] === RUN   TestDockerSuite/TestCpLocalOnly
22:36:57 [2021-06-24T22:36:57.506Z] === RUN   TestDockerSuite/TestCpNameHasColon
22:36:57 [2021-06-24T22:36:57.595Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.003s	coverage: 71.4% of statements
22:36:57 [2021-06-24T22:36:57.794Z] --- PASS: TestImagesFilterMultiReference (0.08s)
22:36:57 [2021-06-24T22:36:57.794Z] === RUN   TestImagePullPlatformInvalid
22:36:57 [2021-06-24T22:36:57.794Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
22:36:57 [2021-06-24T22:36:57.794Z] === RUN   TestRemoveImageOrphaning
22:36:58 [2021-06-24T22:36:58.441Z] === RUN   TestDockerSuite/TestCpRelativePath
22:36:58 [2021-06-24T22:36:58.524Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.591s	coverage: 74.0% of statements
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestRemoveImageOrphaning (0.87s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagUnprefixedRepoByNameOrName
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagInvalidReference
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagInvalidReference (0.02s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagValidPrefixedRepo
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagExistedNameWithoutForce
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagOfficialNames
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagOfficialNames (0.08s)
22:36:58 [2021-06-24T22:36:58.744Z] === RUN   TestTagMatchesDigest
22:36:58 [2021-06-24T22:36:58.744Z] --- PASS: TestTagMatchesDigest (0.03s)
22:36:58 [2021-06-24T22:36:58.744Z] PASS
22:36:58 [2021-06-24T22:36:58.744Z] ok  	github.com/docker/docker/integration/image	1.295s
22:36:58 [2021-06-24T22:36:58.744Z] 
22:36:58 [2021-06-24T22:36:58.744Z] === Skipped
22:36:58 [2021-06-24T22:36:58.744Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
22:36:58 [2021-06-24T22:36:58.744Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
22:36:58 [2021-06-24T22:36:58.744Z] 
22:36:58 [2021-06-24T22:36:58.744Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
22:36:58 [2021-06-24T22:36:58.744Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
22:36:58 [2021-06-24T22:36:58.744Z] 
22:36:58 [2021-06-24T22:36:58.744Z] 
22:36:58 [2021-06-24T22:36:58.744Z] DONE 11 tests, 2 skipped in 2.592s
22:36:58 [2021-06-24T22:36:58.744Z] Running D:\gopath\src\github.com\docker\docker\integration\network
22:36:59 [2021-06-24T22:36:59.378Z] === RUN   TestDockerSuite/TestCpSpecialFiles
22:36:59 [2021-06-24T22:36:59.892Z] ok  	github.com/docker/docker/libnetwork/iptables	0.399s	coverage: 45.1% of statements
22:37:00 [2021-06-24T22:37:00.157Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:00 [2021-06-24T22:37:00.157Z] INFO: Testing against a local daemon
22:37:00 [2021-06-24T22:37:00.157Z] === RUN   TestPluginInvalidJSON
22:37:00 [2021-06-24T22:37:00.157Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:37:00 [2021-06-24T22:37:00.157Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:37:00 [2021-06-24T22:37:00.157Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:37:00 [2021-06-24T22:37:00.157Z] --- PASS: TestPluginInvalidJSON (0.04s)
22:37:00 [2021-06-24T22:37:00.157Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
22:37:00 [2021-06-24T22:37:00.157Z] === RUN   TestPluginInstall
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:63: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] --- SKIP: TestPluginInstall (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z] === RUN   TestPluginsWithRuntimes
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:172: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z] === RUN   TestPluginBackCompatMediaTypes
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:234: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z] PASS
22:37:00 [2021-06-24T22:37:00.157Z] ok  	github.com/docker/docker/integration/plugin/common	0.421s
22:37:00 [2021-06-24T22:37:00.157Z] 
22:37:00 [2021-06-24T22:37:00.157Z] === Skipped
22:37:00 [2021-06-24T22:37:00.157Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:63: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] 
22:37:00 [2021-06-24T22:37:00.157Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:172: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] 
22:37:00 [2021-06-24T22:37:00.157Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
22:37:00 [2021-06-24T22:37:00.157Z]     plugin_test.go:234: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.157Z] 
22:37:00 [2021-06-24T22:37:00.157Z] 
22:37:00 [2021-06-24T22:37:00.157Z] DONE 5 tests, 3 skipped in 10.059s
22:37:00 [2021-06-24T22:37:00.157Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
22:37:00 [2021-06-24T22:37:00.257Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:00 [2021-06-24T22:37:00.257Z] INFO: Testing against a local daemon
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkCreateDelete
22:37:00 [2021-06-24T22:37:00.257Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.257Z] --- SKIP: TestNetworkCreateDelete (0.00s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestDockerNetworkDeletePreferID
22:37:00 [2021-06-24T22:37:00.257Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:37:00 [2021-06-24T22:37:00.257Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestDaemonDNSFallback
22:37:00 [2021-06-24T22:37:00.257Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.257Z] --- SKIP: TestDaemonDNSFallback (0.00s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestInspectNetwork
22:37:00 [2021-06-24T22:37:00.257Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:37:00 [2021-06-24T22:37:00.257Z] --- SKIP: TestInspectNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestRunContainerWithBridgeNone
22:37:00 [2021-06-24T22:37:00.257Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.257Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkInvalidJSON
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkInvalidJSON//networks/create
22:37:00 [2021-06-24T22:37:00.257Z] === PAUSE TestNetworkInvalidJSON//networks/create
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
22:37:00 [2021-06-24T22:37:00.257Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
22:37:00 [2021-06-24T22:37:00.257Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
22:37:00 [2021-06-24T22:37:00.257Z] === CONT  TestNetworkInvalidJSON//networks/create
22:37:00 [2021-06-24T22:37:00.257Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
22:37:00 [2021-06-24T22:37:00.257Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
22:37:00 [2021-06-24T22:37:00.257Z] --- PASS: TestNetworkInvalidJSON (0.03s)
22:37:00 [2021-06-24T22:37:00.257Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
22:37:00 [2021-06-24T22:37:00.257Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
22:37:00 [2021-06-24T22:37:00.257Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkList
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkList//networks
22:37:00 [2021-06-24T22:37:00.257Z] === PAUSE TestNetworkList//networks
22:37:00 [2021-06-24T22:37:00.257Z] === RUN   TestNetworkList//networks/
22:37:00 [2021-06-24T22:37:00.257Z] === PAUSE TestNetworkList//networks/
22:37:00 [2021-06-24T22:37:00.324Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
22:37:00 [2021-06-24T22:37:00.457Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
22:37:00 [2021-06-24T22:37:00.708Z] === CONT  TestNetworkList//networks
22:37:00 [2021-06-24T22:37:00.708Z] === CONT  TestNetworkList//networks/
22:37:00 [2021-06-24T22:37:00.708Z] --- PASS: TestNetworkList (0.03s)
22:37:00 [2021-06-24T22:37:00.708Z]     --- PASS: TestNetworkList//networks/ (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     --- PASS: TestNetworkList//networks (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestHostIPv4BridgeLabel
22:37:00 [2021-06-24T22:37:00.708Z]     network_test.go:126: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestDaemonRestartWithLiveRestore
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:29: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestDaemonDefaultNetworkPools
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:58: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestDaemonRestartWithExistingNetwork
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:102: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:136: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:187: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestServiceWithPredefinedNetwork
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:212: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestServiceRemoveKeepsIngressNetwork
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:242: FLAKY_TEST
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestServiceWithDataPathPortInit
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:333: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] === RUN   TestServiceWithDefaultAddressPoolInit
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:401: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z] PASS
22:37:00 [2021-06-24T22:37:00.708Z] ok  	github.com/docker/docker/integration/network	0.150s
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === Skipped
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     network_test.go:126: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:29: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:58: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:102: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:136: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:187: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:212: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:242: FLAKY_TEST
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:333: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
22:37:00 [2021-06-24T22:37:00.708Z]     service_test.go:401: testEnv.OSType == "windows"
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] 
22:37:00 [2021-06-24T22:37:00.708Z] DONE 22 tests, 15 skipped in 1.799s
22:37:00 [2021-06-24T22:37:00.708Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
22:37:00 [2021-06-24T22:37:00.891Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
22:37:01 [2021-06-24T22:37:01.020Z] ok  	github.com/docker/docker/libnetwork/netutils	0.040s	coverage: 44.1% of statements
22:37:01 [2021-06-24T22:37:01.158Z] testing: warning: no tests to run
22:37:01 [2021-06-24T22:37:01.158Z] PASS
22:37:01 [2021-06-24T22:37:01.158Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.056s
22:37:01 [2021-06-24T22:37:01.158Z] 
22:37:01 [2021-06-24T22:37:01.158Z] DONE 0 tests in 0.545s
22:37:01 [2021-06-24T22:37:01.158Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
22:37:01 [2021-06-24T22:37:01.611Z] testing: warning: no tests to run
22:37:01 [2021-06-24T22:37:01.611Z] PASS
22:37:01 [2021-06-24T22:37:01.611Z] ok  	github.com/docker/docker/integration/network/macvlan	0.058s
22:37:01 [2021-06-24T22:37:01.828Z] === RUN   TestDockerSuite/TestCpToCaseA
22:37:02 [2021-06-24T22:37:02.062Z] 
22:37:02 [2021-06-24T22:37:02.062Z] DONE 0 tests in 0.535s
22:37:02 [2021-06-24T22:37:02.062Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
22:37:02 [2021-06-24T22:37:02.511Z] testing: warning: no tests to run
22:37:02 [2021-06-24T22:37:02.511Z] PASS
22:37:02 [2021-06-24T22:37:02.511Z] ok  	github.com/docker/docker/integration/plugin	0.057s
22:37:02 [2021-06-24T22:37:02.511Z] 
22:37:02 [2021-06-24T22:37:02.511Z] DONE 0 tests in 0.531s
22:37:02 [2021-06-24T22:37:02.511Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
22:37:02 [2021-06-24T22:37:02.962Z] testing: warning: no tests to run
22:37:02 [2021-06-24T22:37:02.962Z] PASS
22:37:02 [2021-06-24T22:37:02.962Z] ok  	github.com/docker/docker/integration/plugin/authz	0.058s
22:37:02 [2021-06-24T22:37:02.962Z] 
22:37:02 [2021-06-24T22:37:02.962Z] DONE 0 tests in 0.552s
22:37:02 [2021-06-24T22:37:02.962Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
22:37:03 [2021-06-24T22:37:03.069Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:03 [2021-06-24T22:37:03.069Z] INFO: Testing against a local daemon
22:37:03 [2021-06-24T22:37:03.069Z] === RUN   TestExternalGraphDriver
22:37:03 [2021-06-24T22:37:03.069Z]     external_test.go:48: runtime.GOOS == "windows"
22:37:03 [2021-06-24T22:37:03.069Z] --- SKIP: TestExternalGraphDriver (0.00s)
22:37:03 [2021-06-24T22:37:03.069Z] === RUN   TestGraphdriverPluginV2
22:37:03 [2021-06-24T22:37:03.069Z]     external_test.go:408: runtime.GOOS == "windows"
22:37:03 [2021-06-24T22:37:03.069Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
22:37:03 [2021-06-24T22:37:03.069Z] PASS
22:37:03 [2021-06-24T22:37:03.069Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.368s
22:37:03 [2021-06-24T22:37:03.069Z] 
22:37:03 [2021-06-24T22:37:03.069Z] === Skipped
22:37:03 [2021-06-24T22:37:03.069Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
22:37:03 [2021-06-24T22:37:03.069Z]     external_test.go:48: runtime.GOOS == "windows"
22:37:03 [2021-06-24T22:37:03.069Z] 
22:37:03 [2021-06-24T22:37:03.069Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
22:37:03 [2021-06-24T22:37:03.069Z]     external_test.go:408: runtime.GOOS == "windows"
22:37:03 [2021-06-24T22:37:03.069Z] 
22:37:03 [2021-06-24T22:37:03.069Z] 
22:37:03 [2021-06-24T22:37:03.069Z] DONE 2 tests, 2 skipped in 2.988s
22:37:03 [2021-06-24T22:37:03.069Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
22:37:03 [2021-06-24T22:37:03.203Z] === RUN   TestDockerSuite/TestCpToCaseB
22:37:03 [2021-06-24T22:37:03.461Z] --- PASS: TestServiceUpdateSecrets (15.68s)
22:37:03 [2021-06-24T22:37:03.461Z] === RUN   TestServiceUpdateConfigs
22:37:04 [2021-06-24T22:37:04.028Z] === RUN   TestDockerSuite/TestCpToCaseC
22:37:05 [2021-06-24T22:37:05.224Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:05 [2021-06-24T22:37:05.224Z] INFO: Testing against a local daemon
22:37:05 [2021-06-24T22:37:05.224Z] === RUN   TestReadPluginNoRead
22:37:05 [2021-06-24T22:37:05.224Z]     read_test.go:21: no unix domain sockets on Windows
22:37:05 [2021-06-24T22:37:05.224Z] --- SKIP: TestReadPluginNoRead (0.00s)
22:37:05 [2021-06-24T22:37:05.224Z] PASS
22:37:05 [2021-06-24T22:37:05.224Z] ok  	github.com/docker/docker/integration/plugin/logging	0.342s
22:37:05 [2021-06-24T22:37:05.224Z] 
22:37:05 [2021-06-24T22:37:05.224Z] === Skipped
22:37:05 [2021-06-24T22:37:05.224Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
22:37:05 [2021-06-24T22:37:05.224Z]     read_test.go:21: no unix domain sockets on Windows
22:37:05 [2021-06-24T22:37:05.224Z] 
22:37:05 [2021-06-24T22:37:05.224Z] 
22:37:05 [2021-06-24T22:37:05.224Z] DONE 1 tests, 1 skipped in 2.060s
22:37:05 [2021-06-24T22:37:05.224Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
22:37:06 [2021-06-24T22:37:06.179Z] testing: warning: no tests to run
22:37:06 [2021-06-24T22:37:06.179Z] PASS
22:37:06 [2021-06-24T22:37:06.179Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.149s
22:37:06 [2021-06-24T22:37:06.179Z] 
22:37:06 [2021-06-24T22:37:06.179Z] DONE 0 tests in 1.043s
22:37:06 [2021-06-24T22:37:06.179Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
22:37:07 [2021-06-24T22:37:07.314Z] === RUN   TestDockerSuite/TestCpToCaseD
22:37:08 [2021-06-24T22:37:08.339Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:08 [2021-06-24T22:37:08.339Z] INFO: Testing against a local daemon
22:37:08 [2021-06-24T22:37:08.339Z] === RUN   TestPluginWithDevMounts
22:37:08 [2021-06-24T22:37:08.339Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:37:08 [2021-06-24T22:37:08.339Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:37:08 [2021-06-24T22:37:08.339Z] PASS
22:37:08 [2021-06-24T22:37:08.339Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.404s
22:37:08 [2021-06-24T22:37:08.339Z] 
22:37:08 [2021-06-24T22:37:08.339Z] === Skipped
22:37:08 [2021-06-24T22:37:08.339Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
22:37:08 [2021-06-24T22:37:08.339Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:37:08 [2021-06-24T22:37:08.339Z] 
22:37:08 [2021-06-24T22:37:08.339Z] 
22:37:08 [2021-06-24T22:37:08.339Z] DONE 1 tests, 1 skipped in 2.091s
22:37:08 [2021-06-24T22:37:08.339Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
22:37:10 [2021-06-24T22:37:10.492Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:10 [2021-06-24T22:37:10.492Z] INFO: Testing against a local daemon
22:37:10 [2021-06-24T22:37:10.492Z] === RUN   TestSecretInspect
22:37:10 [2021-06-24T22:37:10.492Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.492Z] --- SKIP: TestSecretInspect (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] === RUN   TestSecretList
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] --- SKIP: TestSecretList (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] === RUN   TestSecretsCreateAndDelete
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] === RUN   TestSecretsUpdate
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] --- SKIP: TestSecretsUpdate (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] === RUN   TestTemplatedSecret
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] --- SKIP: TestTemplatedSecret (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] === RUN   TestSecretCreateResolve
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:37:10 [2021-06-24T22:37:10.493Z] --- SKIP: TestSecretCreateResolve (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z] PASS
22:37:10 [2021-06-24T22:37:10.493Z] ok  	github.com/docker/docker/integration/secret	0.340s
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === Skipped
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
22:37:10 [2021-06-24T22:37:10.493Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] 
22:37:10 [2021-06-24T22:37:10.493Z] DONE 6 tests, 6 skipped in 1.826s
22:37:10 [2021-06-24T22:37:10.493Z] Running D:\gopath\src\github.com\docker\docker\integration\service
22:37:11 [2021-06-24T22:37:11.450Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:11 [2021-06-24T22:37:11.450Z] INFO: Testing against a local daemon
22:37:11 [2021-06-24T22:37:11.450Z] === RUN   TestPluginInvalidJSON
22:37:11 [2021-06-24T22:37:11.450Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
22:37:11 [2021-06-24T22:37:11.450Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
22:37:11 [2021-06-24T22:37:11.450Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
22:37:11 [2021-06-24T22:37:11.450Z] --- PASS: TestPluginInvalidJSON (0.03s)
22:37:11 [2021-06-24T22:37:11.450Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z] === RUN   TestPluginInstall
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:63: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] --- SKIP: TestPluginInstall (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z] === RUN   TestPluginsWithRuntimes
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:172: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z] === RUN   TestPluginBackCompatMediaTypes
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:234: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z] PASS
22:37:11 [2021-06-24T22:37:11.450Z] ok  	github.com/docker/docker/integration/plugin/common	0.099s
22:37:11 [2021-06-24T22:37:11.450Z] 
22:37:11 [2021-06-24T22:37:11.450Z] === Skipped
22:37:11 [2021-06-24T22:37:11.450Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:63: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] 
22:37:11 [2021-06-24T22:37:11.450Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:172: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] 
22:37:11 [2021-06-24T22:37:11.450Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
22:37:11 [2021-06-24T22:37:11.450Z]     plugin_test.go:234: testEnv.OSType == "windows"
22:37:11 [2021-06-24T22:37:11.450Z] 
22:37:11 [2021-06-24T22:37:11.450Z] 
22:37:11 [2021-06-24T22:37:11.450Z] DONE 5 tests, 3 skipped in 8.560s
22:37:11 [2021-06-24T22:37:11.499Z] === RUN   TestDockerSuite/TestCpToCaseE
22:37:11 [2021-06-24T22:37:11.901Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
22:37:12 [2021-06-24T22:37:12.649Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:12 [2021-06-24T22:37:12.649Z] INFO: Testing against a local daemon
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceCreateInit
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- PASS: TestServiceCreateInit (0.03s)
22:37:12 [2021-06-24T22:37:12.649Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceMultipleTimes
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceConflict
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceConflict (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceMaxReplicas
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateWithDuplicateNetworkNames
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceSecretFileMode
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceConfigFileMode
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceSysctls
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceSysctls (0.03s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateServiceCapabilities
22:37:12 [2021-06-24T22:37:12.649Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestInspect
22:37:12 [2021-06-24T22:37:12.649Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestInspect (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestCreateJob
22:37:12 [2021-06-24T22:37:12.649Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestCreateJob (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestReplicatedJob
22:37:12 [2021-06-24T22:37:12.649Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestReplicatedJob (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestUpdateReplicatedJob
22:37:12 [2021-06-24T22:37:12.649Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceListWithStatuses
22:37:12 [2021-06-24T22:37:12.649Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestDockerNetworkConnectAlias
22:37:12 [2021-06-24T22:37:12.649Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestDockerNetworkReConnect
22:37:12 [2021-06-24T22:37:12.649Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServicePlugin
22:37:12 [2021-06-24T22:37:12.649Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServicePlugin (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceUpdateLabel
22:37:12 [2021-06-24T22:37:12.649Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceUpdateLabel (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceUpdateSecrets
22:37:12 [2021-06-24T22:37:12.649Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceUpdateConfigs
22:37:12 [2021-06-24T22:37:12.649Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceUpdateNetwork
22:37:12 [2021-06-24T22:37:12.649Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
22:37:12 [2021-06-24T22:37:12.649Z] === RUN   TestServiceUpdatePidsLimit
22:37:12 [2021-06-24T22:37:12.649Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:37:12 [2021-06-24T22:37:12.649Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
22:37:12 [2021-06-24T22:37:12.649Z] PASS
22:37:12 [2021-06-24T22:37:12.649Z] ok  	github.com/docker/docker/integration/service	0.472s
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === Skipped
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
22:37:13 [2021-06-24T22:37:13.105Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
22:37:13 [2021-06-24T22:37:13.105Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
22:37:13 [2021-06-24T22:37:13.105Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] 
22:37:13 [2021-06-24T22:37:13.105Z] DONE 24 tests, 23 skipped in 2.488s
22:37:13 [2021-06-24T22:37:13.105Z] Running D:\gopath\src\github.com\docker\docker\integration\session
22:37:14 [2021-06-24T22:37:14.049Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:14 [2021-06-24T22:37:14.049Z] INFO: Testing against a local daemon
22:37:14 [2021-06-24T22:37:14.049Z] === RUN   TestExternalGraphDriver
22:37:14 [2021-06-24T22:37:14.049Z]     external_test.go:48: runtime.GOOS == "windows"
22:37:14 [2021-06-24T22:37:14.049Z] --- SKIP: TestExternalGraphDriver (0.00s)
22:37:14 [2021-06-24T22:37:14.049Z] === RUN   TestGraphdriverPluginV2
22:37:14 [2021-06-24T22:37:14.049Z]     external_test.go:408: runtime.GOOS == "windows"
22:37:14 [2021-06-24T22:37:14.049Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
22:37:14 [2021-06-24T22:37:14.049Z] PASS
22:37:14 [2021-06-24T22:37:14.049Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.091s
22:37:14 [2021-06-24T22:37:14.049Z] 
22:37:14 [2021-06-24T22:37:14.049Z] === Skipped
22:37:14 [2021-06-24T22:37:14.049Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
22:37:14 [2021-06-24T22:37:14.049Z]     external_test.go:48: runtime.GOOS == "windows"
22:37:14 [2021-06-24T22:37:14.049Z] 
22:37:14 [2021-06-24T22:37:14.049Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
22:37:14 [2021-06-24T22:37:14.049Z]     external_test.go:408: runtime.GOOS == "windows"
22:37:14 [2021-06-24T22:37:14.049Z] 
22:37:14 [2021-06-24T22:37:14.049Z] 
22:37:14 [2021-06-24T22:37:14.049Z] DONE 2 tests, 2 skipped in 2.529s
22:37:14 [2021-06-24T22:37:14.049Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
22:37:14 [2021-06-24T22:37:14.622Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:14 [2021-06-24T22:37:14.622Z] INFO: Testing against a local daemon
22:37:14 [2021-06-24T22:37:14.622Z] === RUN   TestSessionCreate
22:37:14 [2021-06-24T22:37:14.622Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:37:14 [2021-06-24T22:37:14.622Z] --- SKIP: TestSessionCreate (0.00s)
22:37:14 [2021-06-24T22:37:14.622Z] === RUN   TestSessionCreateWithBadUpgrade
22:37:14 [2021-06-24T22:37:14.622Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:37:14 [2021-06-24T22:37:14.622Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
22:37:14 [2021-06-24T22:37:14.622Z] PASS
22:37:14 [2021-06-24T22:37:14.622Z] ok  	github.com/docker/docker/integration/session	0.325s
22:37:14 [2021-06-24T22:37:14.622Z] 
22:37:14 [2021-06-24T22:37:14.622Z] === Skipped
22:37:14 [2021-06-24T22:37:14.622Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
22:37:14 [2021-06-24T22:37:14.622Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:37:14 [2021-06-24T22:37:14.622Z] 
22:37:14 [2021-06-24T22:37:14.622Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
22:37:14 [2021-06-24T22:37:14.622Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:37:14 [2021-06-24T22:37:14.622Z] 
22:37:14 [2021-06-24T22:37:14.622Z] 
22:37:14 [2021-06-24T22:37:14.622Z] DONE 2 tests, 2 skipped in 1.756s
22:37:14 [2021-06-24T22:37:14.622Z] Running D:\gopath\src\github.com\docker\docker\integration\system
22:37:14 [2021-06-24T22:37:14.785Z] === RUN   TestDockerSuite/TestCpToCaseF
22:37:15 [2021-06-24T22:37:15.043Z] === RUN   TestDockerSuite/TestCpToCaseG
22:37:15 [2021-06-24T22:37:15.863Z] ok  	github.com/docker/docker/libnetwork/ipam	17.731s	coverage: 85.3% of statements
22:37:15 [2021-06-24T22:37:15.863Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
22:37:15 [2021-06-24T22:37:15.863Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
22:37:15 [2021-06-24T22:37:15.863Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
22:37:15 [2021-06-24T22:37:15.863Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
22:37:16 [2021-06-24T22:37:16.192Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:16 [2021-06-24T22:37:16.192Z] INFO: Testing against a local daemon
22:37:16 [2021-06-24T22:37:16.192Z] === RUN   TestReadPluginNoRead
22:37:16 [2021-06-24T22:37:16.192Z]     read_test.go:21: no unix domain sockets on Windows
22:37:16 [2021-06-24T22:37:16.192Z] --- SKIP: TestReadPluginNoRead (0.00s)
22:37:16 [2021-06-24T22:37:16.192Z] PASS
22:37:16 [2021-06-24T22:37:16.192Z] ok  	github.com/docker/docker/integration/plugin/logging	0.085s
22:37:16 [2021-06-24T22:37:16.192Z] 
22:37:16 [2021-06-24T22:37:16.192Z] === Skipped
22:37:16 [2021-06-24T22:37:16.192Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
22:37:16 [2021-06-24T22:37:16.192Z]     read_test.go:21: no unix domain sockets on Windows
22:37:16 [2021-06-24T22:37:16.192Z] 
22:37:16 [2021-06-24T22:37:16.192Z] 
22:37:16 [2021-06-24T22:37:16.192Z] DONE 1 tests, 1 skipped in 1.674s
22:37:16 [2021-06-24T22:37:16.192Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
22:37:16 [2021-06-24T22:37:16.777Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:16 [2021-06-24T22:37:16.777Z] INFO: Testing against a local daemon
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:37:16 [2021-06-24T22:37:16.777Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestEventsExecDie
22:37:16 [2021-06-24T22:37:16.777Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestEventsExecDie (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestEventsBackwardsCompatible
22:37:16 [2021-06-24T22:37:16.777Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestEventsVolumeCreate
22:37:16 [2021-06-24T22:37:16.777Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestEventsVolumeCreate (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestInfoAPI
22:37:16 [2021-06-24T22:37:16.777Z] --- PASS: TestInfoAPI (0.04s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestInfoAPIWarnings
22:37:16 [2021-06-24T22:37:16.777Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestInfoAPIWarnings (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestInfoDebug
22:37:16 [2021-06-24T22:37:16.777Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestInfoDebug (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestInfoInsecureRegistries
22:37:16 [2021-06-24T22:37:16.777Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestInfoRegistryMirrors
22:37:16 [2021-06-24T22:37:16.777Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:16 [2021-06-24T22:37:16.777Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
22:37:16 [2021-06-24T22:37:16.777Z] === RUN   TestLoginFailsWithBadCredentials
22:37:17 [2021-06-24T22:37:17.141Z] testing: warning: no tests to run
22:37:17 [2021-06-24T22:37:17.141Z] PASS
22:37:17 [2021-06-24T22:37:17.141Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.060s
22:37:17 [2021-06-24T22:37:17.141Z] 
22:37:17 [2021-06-24T22:37:17.141Z] DONE 0 tests in 0.942s
22:37:17 [2021-06-24T22:37:17.141Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
22:37:17 [2021-06-24T22:37:17.733Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s)
22:37:17 [2021-06-24T22:37:17.733Z] === RUN   TestPingCacheHeaders
22:37:17 [2021-06-24T22:37:17.733Z] --- PASS: TestPingCacheHeaders (0.03s)
22:37:17 [2021-06-24T22:37:17.733Z] === RUN   TestPingGet
22:37:17 [2021-06-24T22:37:17.733Z] --- PASS: TestPingGet (0.03s)
22:37:17 [2021-06-24T22:37:17.733Z] === RUN   TestPingHead
22:37:17 [2021-06-24T22:37:17.733Z] --- PASS: TestPingHead (0.02s)
22:37:17 [2021-06-24T22:37:17.733Z] === RUN   TestVersion
22:37:17 [2021-06-24T22:37:17.733Z] --- PASS: TestVersion (0.03s)
22:37:17 [2021-06-24T22:37:17.733Z] PASS
22:37:17 [2021-06-24T22:37:17.733Z] ok  	github.com/docker/docker/integration/system	1.474s
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === Skipped
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
22:37:17 [2021-06-24T22:37:17.733Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] 
22:37:17 [2021-06-24T22:37:17.733Z] DONE 14 tests, 8 skipped in 2.943s
22:37:17 [2021-06-24T22:37:17.733Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
22:37:18 [2021-06-24T22:37:18.656Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:18 [2021-06-24T22:37:18.656Z] INFO: Testing against a local daemon
22:37:18 [2021-06-24T22:37:18.656Z] === RUN   TestPluginWithDevMounts
22:37:18 [2021-06-24T22:37:18.656Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:37:18 [2021-06-24T22:37:18.656Z] --- SKIP: TestPluginWithDevMounts (0.00s)
22:37:18 [2021-06-24T22:37:18.656Z] PASS
22:37:18 [2021-06-24T22:37:18.656Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.082s
22:37:18 [2021-06-24T22:37:18.656Z] 
22:37:18 [2021-06-24T22:37:18.656Z] === Skipped
22:37:18 [2021-06-24T22:37:18.656Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
22:37:18 [2021-06-24T22:37:18.656Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
22:37:18 [2021-06-24T22:37:18.656Z] 
22:37:18 [2021-06-24T22:37:18.656Z] 
22:37:18 [2021-06-24T22:37:18.656Z] DONE 1 tests, 1 skipped in 1.687s
22:37:18 [2021-06-24T22:37:18.656Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
22:37:19 [2021-06-24T22:37:19.134Z] ok  	github.com/docker/docker/libnetwork/osl	4.332s	coverage: 39.7% of statements
22:37:19 [2021-06-24T22:37:19.228Z] --- PASS: TestServiceUpdateConfigs (15.90s)
22:37:19 [2021-06-24T22:37:19.228Z] === RUN   TestServiceUpdateNetwork
22:37:19 [2021-06-24T22:37:19.390Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
22:37:19 [2021-06-24T22:37:19.646Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.007s	coverage: 86.1% of statements
22:37:19 [2021-06-24T22:37:19.798Z] === RUN   TestDockerSuite/TestCpToCaseH
22:37:19 [2021-06-24T22:37:19.888Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:19 [2021-06-24T22:37:19.888Z] INFO: Testing against a local daemon
22:37:19 [2021-06-24T22:37:19.888Z] === RUN   TestVolumesCreateAndList
22:37:19 [2021-06-24T22:37:19.888Z] --- PASS: TestVolumesCreateAndList (0.05s)
22:37:19 [2021-06-24T22:37:19.888Z] === RUN   TestVolumesRemove
22:37:19 [2021-06-24T22:37:19.888Z] --- PASS: TestVolumesRemove (0.14s)
22:37:19 [2021-06-24T22:37:19.888Z] === RUN   TestVolumesInspect
22:37:19 [2021-06-24T22:37:19.888Z] --- PASS: TestVolumesInspect (0.03s)
22:37:19 [2021-06-24T22:37:19.888Z] === RUN   TestVolumesInvalidJSON
22:37:19 [2021-06-24T22:37:19.888Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:37:19 [2021-06-24T22:37:19.888Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:37:19 [2021-06-24T22:37:19.888Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:37:19 [2021-06-24T22:37:19.888Z] --- PASS: TestVolumesInvalidJSON (0.03s)
22:37:19 [2021-06-24T22:37:19.888Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:37:19 [2021-06-24T22:37:19.888Z] PASS
22:37:19 [2021-06-24T22:37:19.888Z] ok  	github.com/docker/docker/integration/volume	0.558s
22:37:19 [2021-06-24T22:37:19.888Z] 
22:37:19 [2021-06-24T22:37:19.888Z] DONE 5 tests in 2.127s
22:37:19 [2021-06-24T22:37:19.888Z] INFO: make.ps1 ended at 06/24/2021 22:37:19
22:37:19 [2021-06-24T22:37:19.888Z] INFO: Integration CLI tests being run from the host:
22:37:19 [2021-06-24T22:37:19.888Z] 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" 
22:37:20 [2021-06-24T22:37:20.165Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:20 [2021-06-24T22:37:20.165Z] INFO: Testing against a local daemon
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestSecretInspect
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestSecretInspect (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestSecretList
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestSecretList (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestSecretsCreateAndDelete
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestSecretsUpdate
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestSecretsUpdate (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestTemplatedSecret
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestTemplatedSecret (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] === RUN   TestSecretCreateResolve
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:37:20 [2021-06-24T22:37:20.165Z] --- SKIP: TestSecretCreateResolve (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z] PASS
22:37:20 [2021-06-24T22:37:20.165Z] ok  	github.com/docker/docker/integration/secret	0.075s
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === Skipped
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
22:37:20 [2021-06-24T22:37:20.165Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] 
22:37:20 [2021-06-24T22:37:20.165Z] DONE 6 tests, 6 skipped in 1.491s
22:37:20 [2021-06-24T22:37:20.165Z] Running D:\gopath\src\github.com\docker\docker\integration\service
22:37:20 [2021-06-24T22:37:20.573Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.236s	coverage: 49.5% of statements
22:37:20 [2021-06-24T22:37:20.573Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.5% of statements
22:37:21 [2021-06-24T22:37:21.135Z] ok  	github.com/docker/docker/libnetwork/types	0.003s	coverage: 47.9% of statements
22:37:21 [2021-06-24T22:37:21.391Z] ok  	github.com/docker/docker/oci	0.006s	coverage: 45.2% of statements
22:37:21 [2021-06-24T22:37:21.698Z]     check_test.go:380: [d11c0e3f50230] daemon is not started
22:37:21 [2021-06-24T22:37:21.698Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
22:37:21 [2021-06-24T22:37:21.953Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.1% of statements
22:37:22 [2021-06-24T22:37:22.210Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
22:37:22 [2021-06-24T22:37:22.308Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:22 [2021-06-24T22:37:22.308Z] INFO: Testing against a local daemon
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceCreateInit
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceCreateInit/daemonInitDisabled
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceCreateInit/daemonInitEnabled
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- PASS: TestServiceCreateInit (0.03s)
22:37:22 [2021-06-24T22:37:22.308Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceMultipleTimes
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceConflict
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceConflict (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceMaxReplicas
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateWithDuplicateNetworkNames
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceSecretFileMode
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceConfigFileMode
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceSysctls
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceSysctls (0.03s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateServiceCapabilities
22:37:22 [2021-06-24T22:37:22.308Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestInspect
22:37:22 [2021-06-24T22:37:22.308Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestInspect (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestCreateJob
22:37:22 [2021-06-24T22:37:22.308Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestCreateJob (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestReplicatedJob
22:37:22 [2021-06-24T22:37:22.308Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestReplicatedJob (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestUpdateReplicatedJob
22:37:22 [2021-06-24T22:37:22.308Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceListWithStatuses
22:37:22 [2021-06-24T22:37:22.308Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestServiceListWithStatuses (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestDockerNetworkConnectAlias
22:37:22 [2021-06-24T22:37:22.308Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestDockerNetworkReConnect
22:37:22 [2021-06-24T22:37:22.308Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServicePlugin
22:37:22 [2021-06-24T22:37:22.308Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestServicePlugin (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceUpdateLabel
22:37:22 [2021-06-24T22:37:22.308Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestServiceUpdateLabel (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceUpdateSecrets
22:37:22 [2021-06-24T22:37:22.308Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.308Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
22:37:22 [2021-06-24T22:37:22.308Z] === RUN   TestServiceUpdateConfigs
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z] === RUN   TestServiceUpdateNetwork
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z] === RUN   TestServiceUpdatePidsLimit
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z] PASS
22:37:22 [2021-06-24T22:37:22.309Z] ok  	github.com/docker/docker/integration/service	0.215s
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === Skipped
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.01s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
22:37:22 [2021-06-24T22:37:22.309Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
22:37:22 [2021-06-24T22:37:22.309Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] 
22:37:22 [2021-06-24T22:37:22.309Z] DONE 24 tests, 23 skipped in 1.912s
22:37:22 [2021-06-24T22:37:22.309Z] Running D:\gopath\src\github.com\docker\docker\integration\session
22:37:23 [2021-06-24T22:37:23.820Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:23 [2021-06-24T22:37:23.820Z] INFO: Testing against a local daemon
22:37:23 [2021-06-24T22:37:23.820Z] === RUN   TestSessionCreate
22:37:23 [2021-06-24T22:37:23.820Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:37:23 [2021-06-24T22:37:23.820Z] --- SKIP: TestSessionCreate (0.00s)
22:37:23 [2021-06-24T22:37:23.820Z] === RUN   TestSessionCreateWithBadUpgrade
22:37:23 [2021-06-24T22:37:23.820Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:37:23 [2021-06-24T22:37:23.820Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
22:37:23 [2021-06-24T22:37:23.820Z] PASS
22:37:23 [2021-06-24T22:37:23.820Z] ok  	github.com/docker/docker/integration/session	0.078s
22:37:23 [2021-06-24T22:37:23.820Z] 
22:37:23 [2021-06-24T22:37:23.820Z] === Skipped
22:37:23 [2021-06-24T22:37:23.820Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
22:37:23 [2021-06-24T22:37:23.820Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
22:37:23 [2021-06-24T22:37:23.820Z] 
22:37:23 [2021-06-24T22:37:23.820Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
22:37:23 [2021-06-24T22:37:23.820Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
22:37:23 [2021-06-24T22:37:23.820Z] 
22:37:23 [2021-06-24T22:37:23.820Z] 
22:37:23 [2021-06-24T22:37:23.820Z] DONE 2 tests, 2 skipped in 1.425s
22:37:23 [2021-06-24T22:37:23.820Z] Running D:\gopath\src\github.com\docker\docker\integration\system
22:37:24 [2021-06-24T22:37:24.100Z] ok  	github.com/docker/docker/pkg/archive	0.317s	coverage: 82.2% of statements
22:37:24 [2021-06-24T22:37:24.230Z] === RUN   TestDockerSuite/TestCpToCaseI
22:37:24 [2021-06-24T22:37:24.230Z]     docker_api_swarm_test.go:801: [d35d3780eb520] joining swarm manager [d723acd37b76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:37:24 [2021-06-24T22:37:24.663Z] ok  	github.com/docker/docker/pkg/authorization	0.343s	coverage: 68.3% of statements
22:37:24 [2021-06-24T22:37:24.797Z] === RUN   TestDockerSuite/TestCpToCaseJ
22:37:24 [2021-06-24T22:37:24.919Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
22:37:25 [2021-06-24T22:37:25.175Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
22:37:25 [2021-06-24T22:37:25.331Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:25 [2021-06-24T22:37:25.331Z] INFO: Testing against a local daemon
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:37:25 [2021-06-24T22:37:25.331Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestEventsExecDie
22:37:25 [2021-06-24T22:37:25.331Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestEventsExecDie (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestEventsBackwardsCompatible
22:37:25 [2021-06-24T22:37:25.331Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestEventsVolumeCreate
22:37:25 [2021-06-24T22:37:25.331Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestEventsVolumeCreate (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestInfoAPI
22:37:25 [2021-06-24T22:37:25.331Z] --- PASS: TestInfoAPI (0.03s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestInfoAPIWarnings
22:37:25 [2021-06-24T22:37:25.331Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestInfoAPIWarnings (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestInfoDebug
22:37:25 [2021-06-24T22:37:25.331Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestInfoDebug (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestInfoInsecureRegistries
22:37:25 [2021-06-24T22:37:25.331Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestInfoRegistryMirrors
22:37:25 [2021-06-24T22:37:25.331Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:25 [2021-06-24T22:37:25.331Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
22:37:25 [2021-06-24T22:37:25.331Z] === RUN   TestLoginFailsWithBadCredentials
22:37:25 [2021-06-24T22:37:25.732Z]     docker_api_swarm_test.go:801: [de4b3bc5c4e98] joining swarm manager [d723acd37b76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:37:26 [2021-06-24T22:37:26.282Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s)
22:37:26 [2021-06-24T22:37:26.282Z] === RUN   TestPingCacheHeaders
22:37:26 [2021-06-24T22:37:26.282Z] --- PASS: TestPingCacheHeaders (0.04s)
22:37:26 [2021-06-24T22:37:26.282Z] === RUN   TestPingGet
22:37:26 [2021-06-24T22:37:26.282Z] --- PASS: TestPingGet (0.03s)
22:37:26 [2021-06-24T22:37:26.282Z] === RUN   TestPingHead
22:37:26 [2021-06-24T22:37:26.282Z] --- PASS: TestPingHead (0.03s)
22:37:26 [2021-06-24T22:37:26.282Z] === RUN   TestVersion
22:37:26 [2021-06-24T22:37:26.282Z] --- PASS: TestVersion (0.02s)
22:37:26 [2021-06-24T22:37:26.282Z] PASS
22:37:26 [2021-06-24T22:37:26.282Z] ok  	github.com/docker/docker/integration/system	1.174s
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === Skipped
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
22:37:26 [2021-06-24T22:37:26.282Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] 
22:37:26 [2021-06-24T22:37:26.282Z] DONE 14 tests, 8 skipped in 2.537s
22:37:26 [2021-06-24T22:37:26.282Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
22:37:27 [2021-06-24T22:37:27.105Z]     docker_api_swarm_test.go:801: [d36349221c6f3] joining swarm manager [d723acd37b76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
22:37:27 [2021-06-24T22:37:27.792Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:27 [2021-06-24T22:37:27.792Z] INFO: Testing against a local daemon
22:37:27 [2021-06-24T22:37:27.792Z] === RUN   TestVolumesCreateAndList
22:37:27 [2021-06-24T22:37:27.792Z] --- PASS: TestVolumesCreateAndList (0.04s)
22:37:27 [2021-06-24T22:37:27.792Z] === RUN   TestVolumesRemove
22:37:27 [2021-06-24T22:37:27.792Z] --- PASS: TestVolumesRemove (0.07s)
22:37:27 [2021-06-24T22:37:27.792Z] === RUN   TestVolumesInspect
22:37:27 [2021-06-24T22:37:27.792Z] --- PASS: TestVolumesInspect (0.04s)
22:37:27 [2021-06-24T22:37:27.792Z] === RUN   TestVolumesInvalidJSON
22:37:27 [2021-06-24T22:37:27.792Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:37:27 [2021-06-24T22:37:27.792Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:37:27 [2021-06-24T22:37:27.792Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:37:27 [2021-06-24T22:37:27.792Z] --- PASS: TestVolumesInvalidJSON (0.03s)
22:37:27 [2021-06-24T22:37:27.792Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:37:27 [2021-06-24T22:37:27.792Z] PASS
22:37:27 [2021-06-24T22:37:27.792Z] ok  	github.com/docker/docker/integration/volume	0.244s
22:37:28 [2021-06-24T22:37:28.243Z] 
22:37:28 [2021-06-24T22:37:28.243Z] DONE 5 tests in 1.699s
22:37:28 [2021-06-24T22:37:28.243Z] INFO: make.ps1 ended at 06/24/2021 22:37:27
22:37:28 [2021-06-24T22:37:28.243Z] INFO: Integration CLI tests being run from the host:
22:37:28 [2021-06-24T22:37:28.243Z] 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" 
22:37:28 [2021-06-24T22:37:28.414Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
22:37:28 [2021-06-24T22:37:28.414Z] INFO: Testing against a local daemon
22:37:28 [2021-06-24T22:37:28.414Z] === RUN   TestDockerSuite
22:37:28 [2021-06-24T22:37:28.414Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
22:37:28 [2021-06-24T22:37:28.414Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
22:37:28 [2021-06-24T22:37:28.414Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
22:37:28 [2021-06-24T22:37:28.414Z] === RUN   TestDockerSuite/TestAPIErrorJSON
22:37:28 [2021-06-24T22:37:28.438Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.477s	coverage: 43.2% of statements
22:37:28 [2021-06-24T22:37:28.438Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
22:37:28 [2021-06-24T22:37:28.481Z]     docker_api_swarm_test.go:801: [de5a9ff60da06] joining swarm manager [d723acd37b76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
22:37:28 [2021-06-24T22:37:28.695Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
22:37:28 [2021-06-24T22:37:28.867Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
22:37:28 [2021-06-24T22:37:28.867Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
22:37:28 [2021-06-24T22:37:28.867Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
22:37:28 [2021-06-24T22:37:28.867Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
22:37:28 [2021-06-24T22:37:28.867Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
22:37:28 [2021-06-24T22:37:28.867Z] === RUN   TestDockerSuite/TestAPIImagesDelete
22:37:28 [2021-06-24T22:37:28.951Z] ok  	github.com/docker/docker/pkg/discovery/file	0.006s	coverage: 97.6% of statements
22:37:29 [2021-06-24T22:37:29.823Z] === RUN   TestDockerSuite/TestAPIImagesFilter
22:37:29 [2021-06-24T22:37:29.823Z] === RUN   TestDockerSuite/TestAPIImagesHistory
22:37:29 [2021-06-24T22:37:29.856Z]     docker_api_swarm_test.go:809: [d251f8c8e71df] joining swarm manager [d723acd37b76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
22:37:30 [2021-06-24T22:37:30.114Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
22:37:30 [2021-06-24T22:37:30.777Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
22:37:31 [2021-06-24T22:37:31.051Z] === RUN   TestDockerSuite/TestCpToDot
22:37:31 [2021-06-24T22:37:31.229Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
22:37:31 [2021-06-24T22:37:31.985Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
22:37:33 [2021-06-24T22:37:33.119Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.030s	coverage: 84.1% of statements
22:37:33 [2021-06-24T22:37:33.119Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.002s	coverage: 92.3% of statements
22:37:33 [2021-06-24T22:37:33.119Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.002s	coverage: 93.8% of statements
22:37:33 [2021-06-24T22:37:33.119Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
22:37:33 [2021-06-24T22:37:33.359Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
22:37:33 [2021-06-24T22:37:33.926Z] --- PASS: TestServiceUpdateNetwork (14.52s)
22:37:33 [2021-06-24T22:37:33.926Z] === RUN   TestServiceUpdatePidsLimit
22:37:34 [2021-06-24T22:37:34.046Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
22:37:34 [2021-06-24T22:37:34.046Z] ok  	github.com/docker/docker/pkg/fileutils	0.005s	coverage: 86.3% of statements
22:37:34 [2021-06-24T22:37:34.609Z] ok  	github.com/docker/docker/pkg/fsutils	0.141s	coverage: 85.1% of statements
22:37:34 [2021-06-24T22:37:34.609Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
22:37:34 [2021-06-24T22:37:34.862Z] === RUN   TestDockerSuite/TestCpToStdout
22:37:35 [2021-06-24T22:37:35.137Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
22:37:35 [2021-06-24T22:37:35.538Z] ok  	github.com/docker/docker/pkg/idtools	0.312s	coverage: 69.5% of statements
22:37:36 [2021-06-24T22:37:36.466Z] ok  	github.com/docker/docker/pkg/ioutils	0.384s	coverage: 69.3% of statements
22:37:36 [2021-06-24T22:37:36.466Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.003s	coverage: 91.7% of statements
22:37:36 [2021-06-24T22:37:36.524Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
22:37:36 [2021-06-24T22:37:36.722Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
22:37:36 [2021-06-24T22:37:36.729Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
22:37:36 [2021-06-24T22:37:36.729Z] INFO: Testing against a local daemon
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
22:37:36 [2021-06-24T22:37:36.729Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIErrorJSON
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
22:37:36 [2021-06-24T22:37:36.729Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIImagesDelete
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIImagesFilter
22:37:36 [2021-06-24T22:37:36.729Z] === RUN   TestDockerSuite/TestAPIImagesHistory
22:37:36 [2021-06-24T22:37:36.980Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
22:37:37 [2021-06-24T22:37:37.090Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
22:37:37 [2021-06-24T22:37:37.179Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
22:37:37 [2021-06-24T22:37:37.236Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
22:37:37 [2021-06-24T22:37:37.492Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
22:37:37 [2021-06-24T22:37:37.628Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
22:37:37 [2021-06-24T22:37:37.748Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.003s	coverage: 86.7% of statements
22:37:37 [2021-06-24T22:37:37.748Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
22:37:38 [2021-06-24T22:37:38.024Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
22:37:38 [2021-06-24T22:37:38.024Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
22:37:38 [2021-06-24T22:37:38.960Z] === RUN   TestDockerSuite/TestCpVolumePath
22:37:40 [2021-06-24T22:37:40.336Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
22:37:40 [2021-06-24T22:37:40.336Z] === RUN   TestDockerSuite/TestCreateArgs
22:37:40 [2021-06-24T22:37:40.336Z] === RUN   TestDockerSuite/TestCreateByImageID
22:37:40 [2021-06-24T22:37:40.594Z] === RUN   TestDockerSuite/TestCreateEchoStdout
22:37:41 [2021-06-24T22:37:41.527Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
22:37:41 [2021-06-24T22:37:41.527Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
22:37:41 [2021-06-24T22:37:41.527Z] === RUN   TestDockerSuite/TestCreateHostConfig
22:37:41 [2021-06-24T22:37:41.527Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
22:37:42 [2021-06-24T22:37:42.093Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
22:37:42 [2021-06-24T22:37:42.351Z] === RUN   TestDockerSuite/TestCreateLabels
22:37:42 [2021-06-24T22:37:42.351Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
22:37:42 [2021-06-24T22:37:42.609Z] === RUN   TestDockerSuite/TestCreateRM
22:37:42 [2021-06-24T22:37:42.609Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
22:37:42 [2021-06-24T22:37:42.609Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
22:37:42 [2021-06-24T22:37:42.609Z] === RUN   TestDockerSuite/TestCreateStopSignal
22:37:42 [2021-06-24T22:37:42.609Z] === RUN   TestDockerSuite/TestCreateStopTimeout
22:37:42 [2021-06-24T22:37:42.867Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
22:37:44 [2021-06-24T22:37:44.769Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
22:37:44 [2021-06-24T22:37:44.769Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
22:37:44 [2021-06-24T22:37:44.769Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
22:37:44 [2021-06-24T22:37:44.769Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestCreateWithPortRange
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
22:37:48 [2021-06-24T22:37:48.961Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
22:37:49 [2021-06-24T22:37:49.896Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
22:37:51 [2021-06-24T22:37:51.274Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
22:37:51 [2021-06-24T22:37:51.840Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
22:37:52 [2021-06-24T22:37:52.777Z] --- PASS: TestServiceUpdatePidsLimit (18.88s)
22:37:52 [2021-06-24T22:37:52.777Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (2.01s)
22:37:52 [2021-06-24T22:37:52.777Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.42s)
22:37:52 [2021-06-24T22:37:52.777Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.53s)
22:37:52 [2021-06-24T22:37:52.777Z] PASS
22:37:52 [2021-06-24T22:37:52.777Z] 
22:37:52 [2021-06-24T22:37:52.777Z] === Skipped
22:37:52 [2021-06-24T22:37:52.777Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
22:37:52 [2021-06-24T22:37:52.777Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
22:37:52 [2021-06-24T22:37:52.777Z] 
22:37:52 [2021-06-24T22:37:52.777Z] 
22:37:52 [2021-06-24T22:37:52.777Z] DONE 27 tests, 1 skipped in 198.398s
22:37:52 [2021-06-24T22:37:52.777Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
22:37:52 [2021-06-24T22:37:52.777Z] ++ 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
22:37:52 [2021-06-24T22:37:52.777Z] ++ set -e
22:37:52 [2021-06-24T22:37:52.777Z] ++ '[' -n 0 ']'
22:37:52 [2021-06-24T22:37:52.777Z] ++ set -x
22:37:52 [2021-06-24T22:37:52.777Z] ++ env -i DEST=/go/src/github.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
22:37:52 [2021-06-24T22:37:52.777Z] INFO: Testing against a local daemon
22:37:52 [2021-06-24T22:37:52.777Z] === RUN   TestSessionCreate
22:37:52 [2021-06-24T22:37:52.777Z] --- PASS: TestSessionCreate (0.03s)
22:37:52 [2021-06-24T22:37:52.777Z] === RUN   TestSessionCreateWithBadUpgrade
22:37:52 [2021-06-24T22:37:52.777Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
22:37:52 [2021-06-24T22:37:52.777Z] PASS
22:37:52 [2021-06-24T22:37:52.777Z] 
22:37:52 [2021-06-24T22:37:52.777Z] DONE 2 tests in 0.207s
22:37:52 [2021-06-24T22:37:52.777Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
22:37:52 [2021-06-24T22:37:52.777Z] ++ 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
22:37:52 [2021-06-24T22:37:52.777Z] ++ set -e
22:37:52 [2021-06-24T22:37:52.777Z] ++ '[' -n 0 ']'
22:37:52 [2021-06-24T22:37:52.777Z] ++ set -x
22:37:52 [2021-06-24T22:37:52.777Z] ++ env -i DEST=/go/src/github.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
22:37:53 [2021-06-24T22:37:53.035Z] INFO: Testing against a local daemon
22:37:53 [2021-06-24T22:37:53.035Z] === RUN   TestCgroupDriverSystemdMemoryLimit
22:37:53 [2021-06-24T22:37:53.035Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:37:53 [2021-06-24T22:37:53.035Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
22:37:53 [2021-06-24T22:37:53.035Z] === RUN   TestEventsExecDie
22:37:53 [2021-06-24T22:37:53.972Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
22:37:54 [2021-06-24T22:37:54.538Z] --- PASS: TestEventsExecDie (1.33s)
22:37:54 [2021-06-24T22:37:54.538Z] === RUN   TestEventsBackwardsCompatible
22:37:54 [2021-06-24T22:37:54.538Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
22:37:54 [2021-06-24T22:37:54.538Z] === RUN   TestEventsVolumeCreate
22:37:54 [2021-06-24T22:37:54.538Z] --- PASS: TestEventsVolumeCreate (0.07s)
22:37:54 [2021-06-24T22:37:54.538Z] === RUN   TestInfoBinaryCommits
22:37:54 [2021-06-24T22:37:54.538Z] --- PASS: TestInfoBinaryCommits (0.03s)
22:37:54 [2021-06-24T22:37:54.538Z] === RUN   TestInfoAPIVersioned
22:37:54 [2021-06-24T22:37:54.538Z] --- PASS: TestInfoAPIVersioned (0.01s)
22:37:54 [2021-06-24T22:37:54.538Z] === RUN   TestInfoDiscoveryBackend
22:37:55 [2021-06-24T22:37:55.118Z] --- PASS: TestInfoDiscoveryBackend (0.55s)
22:37:55 [2021-06-24T22:37:55.118Z] === RUN   TestInfoDiscoveryInvalidAdvertise
22:37:55 [2021-06-24T22:37:55.685Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
22:37:56 [2021-06-24T22:37:56.252Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
22:37:56 [2021-06-24T22:37:56.252Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
22:37:56 [2021-06-24T22:37:56.818Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
22:37:56 [2021-06-24T22:37:56.818Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.55s)
22:37:56 [2021-06-24T22:37:56.818Z] === RUN   TestInfoAPI
22:37:56 [2021-06-24T22:37:56.818Z] --- PASS: TestInfoAPI (0.03s)
22:37:56 [2021-06-24T22:37:56.818Z] === RUN   TestInfoAPIWarnings
22:37:57 [2021-06-24T22:37:57.386Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
22:37:57 [2021-06-24T22:37:57.386Z] === RUN   TestDockerSuite/TestDevicePermissions
22:37:58 [2021-06-24T22:37:58.323Z] === RUN   TestDockerSuite/TestDockerFails
22:37:58 [2021-06-24T22:37:58.323Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
22:37:58 [2021-06-24T22:37:58.323Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
22:37:58 [2021-06-24T22:37:58.323Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
22:37:59 [2021-06-24T22:37:59.256Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
22:38:00 [2021-06-24T22:38:00.190Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
22:38:01 [2021-06-24T22:38:01.563Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
22:38:01 [2021-06-24T22:38:01.563Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
22:38:01 [2021-06-24T22:38:01.563Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
22:38:01 [2021-06-24T22:38:01.563Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
22:38:08 [2021-06-24T22:38:08.119Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
22:38:10 [2021-06-24T22:38:10.649Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
22:38:12 [2021-06-24T22:38:12.550Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
22:38:13 [2021-06-24T22:38:13.117Z] --- PASS: TestInfoAPIWarnings (16.34s)
22:38:13 [2021-06-24T22:38:13.117Z] === RUN   TestInfoDebug
22:38:13 [2021-06-24T22:38:13.683Z] --- PASS: TestInfoDebug (0.53s)
22:38:13 [2021-06-24T22:38:13.683Z] === RUN   TestInfoInsecureRegistries
22:38:14 [2021-06-24T22:38:14.250Z] --- PASS: TestInfoInsecureRegistries (0.54s)
22:38:14 [2021-06-24T22:38:14.250Z] === RUN   TestInfoRegistryMirrors
22:38:14 [2021-06-24T22:38:14.818Z] --- PASS: TestInfoRegistryMirrors (0.59s)
22:38:14 [2021-06-24T22:38:14.818Z] === RUN   TestLoginFailsWithBadCredentials
22:38:14 [2021-06-24T22:38:14.818Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
22:38:14 [2021-06-24T22:38:14.818Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s)
22:38:14 [2021-06-24T22:38:14.818Z] === RUN   TestPingCacheHeaders
22:38:14 [2021-06-24T22:38:14.818Z] --- PASS: TestPingCacheHeaders (0.03s)
22:38:14 [2021-06-24T22:38:14.818Z] === RUN   TestPingGet
22:38:15 [2021-06-24T22:38:15.076Z] --- PASS: TestPingGet (0.02s)
22:38:15 [2021-06-24T22:38:15.076Z] === RUN   TestPingHead
22:38:15 [2021-06-24T22:38:15.076Z] --- PASS: TestPingHead (0.02s)
22:38:15 [2021-06-24T22:38:15.076Z] === RUN   TestVersion
22:38:15 [2021-06-24T22:38:15.076Z] --- PASS: TestVersion (0.03s)
22:38:15 [2021-06-24T22:38:15.076Z] PASS
22:38:15 [2021-06-24T22:38:15.076Z] 
22:38:15 [2021-06-24T22:38:15.076Z] === Skipped
22:38:15 [2021-06-24T22:38:15.076Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
22:38:15 [2021-06-24T22:38:15.076Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
22:38:15 [2021-06-24T22:38:15.076Z] 
22:38:15 [2021-06-24T22:38:15.076Z] 
22:38:15 [2021-06-24T22:38:15.076Z] DONE 19 tests, 1 skipped in 22.107s
22:38:15 [2021-06-24T22:38:15.076Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
22:38:15 [2021-06-24T22:38:15.076Z] ++ 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
22:38:15 [2021-06-24T22:38:15.076Z] ++ set -e
22:38:15 [2021-06-24T22:38:15.076Z] ++ '[' -n 0 ']'
22:38:15 [2021-06-24T22:38:15.076Z] ++ set -x
22:38:15 [2021-06-24T22:38:15.076Z] ++ env -i DEST=/go/src/github.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
22:38:15 [2021-06-24T22:38:15.076Z] INFO: Testing against a local daemon
22:38:15 [2021-06-24T22:38:15.076Z] === RUN   TestVolumesCreateAndList
22:38:15 [2021-06-24T22:38:15.335Z] --- PASS: TestVolumesCreateAndList (0.03s)
22:38:15 [2021-06-24T22:38:15.335Z] === RUN   TestVolumesRemove
22:38:15 [2021-06-24T22:38:15.335Z] --- PASS: TestVolumesRemove (0.10s)
22:38:15 [2021-06-24T22:38:15.335Z] === RUN   TestVolumesInspect
22:38:15 [2021-06-24T22:38:15.335Z] --- PASS: TestVolumesInspect (0.02s)
22:38:15 [2021-06-24T22:38:15.335Z] === RUN   TestVolumesInvalidJSON
22:38:15 [2021-06-24T22:38:15.335Z] === RUN   TestVolumesInvalidJSON//volumes/create
22:38:15 [2021-06-24T22:38:15.335Z] === PAUSE TestVolumesInvalidJSON//volumes/create
22:38:15 [2021-06-24T22:38:15.335Z] === CONT  TestVolumesInvalidJSON//volumes/create
22:38:15 [2021-06-24T22:38:15.335Z] --- PASS: TestVolumesInvalidJSON (0.02s)
22:38:15 [2021-06-24T22:38:15.335Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
22:38:15 [2021-06-24T22:38:15.335Z] PASS
22:38:15 [2021-06-24T22:38:15.335Z] 
22:38:15 [2021-06-24T22:38:15.335Z] DONE 5 tests in 0.333s
22:38:15 [2021-06-24T22:38:15.335Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:38:15 [2021-06-24T22:38:15.593Z] ++++ cat bundles/test-integration/docker.pid
22:38:15 [2021-06-24T22:38:15.852Z] +++ kill 5749
22:38:16 [2021-06-24T22:38:16.113Z] +++ /etc/init.d/apparmor stop
22:38:16 [2021-06-24T22:38:16.113Z] Leaving: AppArmorNo profiles have been unloaded.
22:38:16 [2021-06-24T22:38:16.113Z] 
22:38:16 [2021-06-24T22:38:16.113Z] Unloading profiles will leave already running processes permanently
22:38:16 [2021-06-24T22:38:16.113Z] unconfined, which can lead to unexpected situations.
22:38:16 [2021-06-24T22:38:16.113Z] 
22:38:16 [2021-06-24T22:38:16.113Z] To set a process to complain mode, use the command line tool
22:38:16 [2021-06-24T22:38:16.113Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:38:16 [2021-06-24T22:38:16.113Z] +++ true
22:38:16 [2021-06-24T22:38:16.113Z] exiting test-integration
22:38:16 [2021-06-24T22:38:16.113Z] ++ exit 0
22:38:16 [2021-06-24T22:38:16.113Z] 
22:38:16 [2021-06-24T22:38:16.113Z] === RUN   TestDockerSuite/TestEventsAttach
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/plugins	33.623s	coverage: 76.6% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
22:38:16 [2021-06-24T22:38:16.436Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
22:38:17 [2021-06-24T22:38:17.047Z] + for job in $(jobs -p)
22:38:17 [2021-06-24T22:38:17.047Z] + wait 3972
22:38:17 [2021-06-24T22:38:17.312Z] === RUN   TestDockerSuite/TestEventsCommit
22:38:18 [2021-06-24T22:38:18.252Z] === RUN   TestDockerSuite/TestEventsContainerEvents
22:38:18 [2021-06-24T22:38:18.323Z] ok  	github.com/docker/docker/pkg/signal	3.279s	coverage: 62.3% of statements
22:38:18 [2021-06-24T22:38:18.580Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
22:38:18 [2021-06-24T22:38:18.836Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
22:38:18 [2021-06-24T22:38:18.836Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
22:38:19 [2021-06-24T22:38:19.186Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
22:38:19 [2021-06-24T22:38:19.399Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 52.9% of statements
22:38:19 [2021-06-24T22:38:19.753Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
22:38:19 [2021-06-24T22:38:19.962Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 39.9% of statements
22:38:20 [2021-06-24T22:38:20.219Z] ok  	github.com/docker/docker/pkg/tailfile	0.052s	coverage: 88.6% of statements
22:38:20 [2021-06-24T22:38:20.320Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
22:38:20 [2021-06-24T22:38:20.578Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
22:38:20 [2021-06-24T22:38:20.782Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
22:38:20 [2021-06-24T22:38:20.782Z] testing: warning: no tests to run
22:38:20 [2021-06-24T22:38:20.782Z] coverage: [no statements]
22:38:20 [2021-06-24T22:38:20.782Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
22:38:21 [2021-06-24T22:38:21.038Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
22:38:21 [2021-06-24T22:38:21.294Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
22:38:21 [2021-06-24T22:38:21.294Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
22:38:22 [2021-06-24T22:38:22.481Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
22:38:23 [2021-06-24T22:38:23.182Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
22:38:23 [2021-06-24T22:38:23.438Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
22:38:23 [2021-06-24T22:38:23.858Z] === RUN   TestDockerSuite/TestEventsContainerRestart
22:38:24 [2021-06-24T22:38:24.001Z] ok  	github.com/docker/docker/profiles/seccomp	0.007s	coverage: 85.4% of statements
22:38:24 [2021-06-24T22:38:24.934Z] ok  	github.com/docker/docker/quota	0.219s	coverage: 71.4% of statements
22:38:25 [2021-06-24T22:38:25.190Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
22:38:26 [2021-06-24T22:38:26.118Z] ok  	github.com/docker/docker/registry	0.049s	coverage: 58.8% of statements
22:38:26 [2021-06-24T22:38:26.680Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
22:38:26 [2021-06-24T22:38:26.680Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
22:38:27 [2021-06-24T22:38:27.144Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
22:38:27 [2021-06-24T22:38:27.241Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
22:38:27 [2021-06-24T22:38:27.497Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
22:38:29 [2021-06-24T22:38:29.042Z] === RUN   TestDockerSuite/TestEventsCopy
22:38:29 [2021-06-24T22:38:29.979Z] === RUN   TestDockerSuite/TestEventsFilterContainer
22:38:30 [2021-06-24T22:38:30.766Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
22:38:31 [2021-06-24T22:38:31.022Z] ok  	github.com/docker/docker/volume/local	0.084s	coverage: 76.4% of statements
22:38:31 [2021-06-24T22:38:31.355Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkFilter
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
22:38:31 [2021-06-24T22:38:31.527Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
22:38:31 [2021-06-24T22:38:31.527Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
22:38:31 [2021-06-24T22:38:31.585Z] ok  	github.com/docker/docker/volume/mounts	0.020s	coverage: 67.0% of statements
22:38:31 [2021-06-24T22:38:31.982Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
22:38:32 [2021-06-24T22:38:32.513Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 72.3% of statements
22:38:37 [2021-06-24T22:38:37.746Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
22:38:37 [2021-06-24T22:38:37.746Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
22:38:37 [2021-06-24T22:38:37.746Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
22:38:37 [2021-06-24T22:38:37.746Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
22:38:37 [2021-06-24T22:38:37.746Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
22:38:37 [2021-06-24T22:38:37.910Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
22:38:37 [2021-06-24T22:38:37.910Z] === RUN   TestDockerSuite/TestEventsFilterImageName
22:38:38 [2021-06-24T22:38:38.845Z] === RUN   TestDockerSuite/TestEventsFilterLabels
22:38:39 [2021-06-24T22:38:39.102Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
22:38:39 [2021-06-24T22:38:39.360Z] === RUN   TestDockerSuite/TestEventsFilterType
22:38:39 [2021-06-24T22:38:39.619Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
22:38:39 [2021-06-24T22:38:39.619Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
22:38:39 [2021-06-24T22:38:39.619Z] === RUN   TestDockerSuite/TestEventsFilters
22:38:40 [2021-06-24T22:38:40.609Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
22:38:41 [2021-06-24T22:38:41.552Z] === RUN   TestDockerSuite/TestEventsFormat
22:38:41 [2021-06-24T22:38:41.552Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
22:38:42 [2021-06-24T22:38:42.927Z] === RUN   TestDockerSuite/TestEventsFormatBadField
22:38:42 [2021-06-24T22:38:42.927Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
22:38:42 [2021-06-24T22:38:42.927Z] === RUN   TestDockerSuite/TestEventsImageImport
22:38:43 [2021-06-24T22:38:43.476Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
22:38:43 [2021-06-24T22:38:43.476Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
22:38:43 [2021-06-24T22:38:43.476Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
22:38:43 [2021-06-24T22:38:43.476Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
22:38:43 [2021-06-24T22:38:43.476Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
22:38:43 [2021-06-24T22:38:43.476Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
22:38:43 [2021-06-24T22:38:43.476Z] === RUN   TestDockerSuite/TestAttachDisconnect
22:38:43 [2021-06-24T22:38:43.476Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
22:38:43 [2021-06-24T22:38:43.476Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
22:38:44 [2021-06-24T22:38:44.304Z] === RUN   TestDockerSuite/TestEventsImageLoad
22:38:44 [2021-06-24T22:38:44.562Z] === RUN   TestDockerSuite/TestEventsImagePull
22:38:45 [2021-06-24T22:38:45.128Z] === RUN   TestDockerSuite/TestEventsImageTag
22:38:46 [2021-06-24T22:38:46.502Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
22:38:46 [2021-06-24T22:38:46.502Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
22:38:46 [2021-06-24T22:38:46.502Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
22:38:46 [2021-06-24T22:38:46.502Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
22:38:46 [2021-06-24T22:38:46.502Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
22:38:46 [2021-06-24T22:38:46.502Z] === RUN   TestDockerSuite/TestEventsPluginOps
22:38:47 [2021-06-24T22:38:47.068Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
22:38:47 [2021-06-24T22:38:47.163Z] === RUN   TestDockerSuite/TestAttachPausedContainer
22:38:47 [2021-06-24T22:38:47.163Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
22:38:47 [2021-06-24T22:38:47.163Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
22:38:47 [2021-06-24T22:38:47.163Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
22:38:47 [2021-06-24T22:38:47.163Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
22:38:48 [2021-06-24T22:38:48.002Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
22:38:48 [2021-06-24T22:38:48.937Z] === RUN   TestDockerSuite/TestEventsRename
22:38:49 [2021-06-24T22:38:49.196Z]     docker_api_swarm_service_test.go:394: [d0f715fe2fb00] joining swarm manager [ddf6b98b46c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:38:50 [2021-06-24T22:38:50.130Z] === RUN   TestDockerSuite/TestEventsResize
22:38:50 [2021-06-24T22:38:50.130Z]     docker_api_swarm_service_test.go:394: [d9042dc87b5a4] joining swarm manager [ddf6b98b46c5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:38:50 [2021-06-24T22:38:50.739Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
22:38:52 [2021-06-24T22:38:52.905Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
22:38:57 [2021-06-24T22:38:57.302Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
22:38:58 [2021-06-24T22:38:58.236Z] === RUN   TestDockerSuite/TestEventsStreaming
22:38:58 [2021-06-24T22:38:58.802Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
22:39:02 [2021-06-24T22:39:02.081Z] === RUN   TestDockerSuite/TestEventsTop
22:39:02 [2021-06-24T22:39:02.647Z] === RUN   TestDockerSuite/TestEventsUntag
22:39:05 [2021-06-24T22:39:05.181Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
22:39:07 [2021-06-24T22:39:07.083Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
22:39:09 [2021-06-24T22:39:09.613Z]     docker_api_swarm_service_test.go:342: [d9ad39da27c7f] joining swarm manager [d81f1950f87b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:39:10 [2021-06-24T22:39:10.179Z]     docker_api_swarm_service_test.go:342: [da2b39f4b54f1] joining swarm manager [d81f1950f87b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:39:11 [2021-06-24T22:39:11.555Z] === RUN   TestDockerSuite/TestExec
22:39:12 [2021-06-24T22:39:12.931Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
22:39:14 [2021-06-24T22:39:14.308Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
22:39:15 [2021-06-24T22:39:15.243Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
22:39:16 [2021-06-24T22:39:16.178Z] === RUN   TestDockerSuite/TestExecAPIStart
22:39:18 [2021-06-24T22:39:18.081Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
22:39:19 [2021-06-24T22:39:19.016Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
22:39:20 [2021-06-24T22:39:20.389Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
22:39:21 [2021-06-24T22:39:21.324Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
22:39:22 [2021-06-24T22:39:22.259Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
22:39:23 [2021-06-24T22:39:23.193Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
22:39:24 [2021-06-24T22:39:24.129Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
22:39:26 [2021-06-24T22:39:26.042Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
22:39:26 [2021-06-24T22:39:26.042Z] === RUN   TestDockerSuite/TestExecCgroup
22:39:27 [2021-06-24T22:39:27.947Z]     docker_api_swarm_service_test.go:489: [d61382c95d640] joining swarm manager [d9d03dd55328c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:39:28 [2021-06-24T22:39:28.884Z]     docker_api_swarm_service_test.go:489: [d1d6976b3c575] joining swarm manager [d9d03dd55328c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:39:29 [2021-06-24T22:39:29.142Z] === RUN   TestDockerSuite/TestExecEnv
22:39:31 [2021-06-24T22:39:31.048Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
22:39:33 [2021-06-24T22:39:33.581Z] === RUN   TestDockerSuite/TestExecExitStatus
22:39:34 [2021-06-24T22:39:34.146Z] === RUN   TestDockerSuite/TestExecInspectID
22:39:37 [2021-06-24T22:39:37.426Z] === RUN   TestDockerSuite/TestExecInteractive
22:39:38 [2021-06-24T22:39:38.363Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
22:39:39 [2021-06-24T22:39:39.299Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
22:39:40 [2021-06-24T22:39:40.139Z] ok  	github.com/docker/docker/libnetwork/networkdb	156.661s	coverage: 60.5% of statements
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/libnetwork/resolvconf/dns	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/oci/caps	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
22:39:40 [2021-06-24T22:39:40.139Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/pkg/term	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/rootless	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/testutil/request	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/volume	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === Skipped
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver btrfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver btrfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver btrfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver btrfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver btrfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:73: No driver to put!
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z] time="2021-06-24T22:35:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z] time="2021-06-24T22:35:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z] time="2021-06-24T22:35:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z] time="2021-06-24T22:35:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z] time="2021-06-24T22:35:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: driver not supported
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:73: No driver to put!
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     overlay_test.go:49: Fails to compute changes intermittently
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     overlay_test.go:65: Cannot run test with naive change algorithm
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver zfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver zfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver zfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver zfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:46: Driver zfs not supported
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     graphtest_unix.go:73: No driver to put!
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork TestParallel1 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork TestParallel3 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork TestParallel2 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     network_proxy_test.go:197: Need to start CI docker with --ipv6
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     network_proxy_test.go:212: No support for dual stack yet
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     network_proxy_test.go:241: Need to start CI docker with --ipv6
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     network_proxy_test.go:302: Need to start CI docker with --ipv6
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     allocator_test.go:1423: Skipped because t.parallel was less than  5
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     firewalld_test.go:13: firewalld is not running
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
22:39:40 [2021-06-24T22:39:40.140Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] 
22:39:40 [2021-06-24T22:39:40.140Z] DONE 2656 tests, 37 skipped in 417.276s
22:39:40 [2021-06-24T22:39:40.234Z] === RUN   TestDockerSuite/TestExecParseError
Post stage
[Pipeline] junit
22:39:41 [2021-06-24T22:39:41.075Z] Recording test results
22:39:41 [2021-06-24T22:39:41.168Z] === RUN   TestDockerSuite/TestExecPausedContainer
22:39:41 [2021-06-24T22:39:41.394Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
22:39:41 [2021-06-24T22:39:41.726Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/validate/vendor
22:39:42 [2021-06-24T22:39:42.102Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
22:39:42 [2021-06-24T22:39:42.654Z] No vendor changes in diff.
22:39:42 [2021-06-24T22:39:42.654Z] WARNING: github.com/docker/libnetwork is vendored but unused
22:39:42 [2021-06-24T22:39:42.670Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
[Pipeline] }
[Pipeline] // stage
22:39:42 [2021-06-24T22:39:42.929Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
Post stage
[Pipeline] sh
22:39:43 [2021-06-24T22:39:43.288Z] + echo Ensuring container killed.
22:39:43 [2021-06-24T22:39:43.288Z] Ensuring container killed.
22:39:43 [2021-06-24T22:39:43.288Z] + docker rm -vf docker-pr33
22:39:43 [2021-06-24T22:39:43.288Z] Error: No such container: docker-pr33
[Pipeline] sh
22:39:43 [2021-06-24T22:39:43.612Z] + echo Chowning /workspace to jenkins user
22:39:43 [2021-06-24T22:39:43.612Z] Chowning /workspace to jenkins user
22:39:43 [2021-06-24T22:39:43.612Z] + id -u
22:39:43 [2021-06-24T22:39:43.612Z] + id -g
22:39:43 [2021-06-24T22:39:43.612Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
22:39:44 [2021-06-24T22:39:44.879Z] + bundleName=unit
22:39:44 [2021-06-24T22:39:44.879Z] + echo Creating unit-bundles.tar.gz
22:39:44 [2021-06-24T22:39:44.879Z] Creating unit-bundles.tar.gz
22:39:44 [2021-06-24T22:39:44.879Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
22:39:44 [2021-06-24T22:39:44.879Z] bundles/junit-report.xml
22:39:44 [2021-06-24T22:39:44.879Z] bundles/go-test-report.json
22:39:44 [2021-06-24T22:39:44.879Z] bundles/profile.out
[Pipeline] archiveArtifacts
22:39:44 [2021-06-24T22:39:44.888Z] Archiving artifacts
22:39:45 [2021-06-24T22:39:45.445Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
22:39:45 [2021-06-24T22:39:45.749Z] + make clean
22:39:46 [2021-06-24T22:39:46.004Z] docker volume rm -f docker-dev-cache
22:39:46 [2021-06-24T22:39:46.004Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:39:48 [2021-06-24T22:39:48.204Z] === RUN   TestDockerSuite/TestExecSetEnv
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
22:39:49 [2021-06-24T22:39:49.057Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
22:39:49 [2021-06-24T22:39:49.057Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPINetworkFilter
22:39:49 [2021-06-24T22:39:49.057Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
22:39:49 [2021-06-24T22:39:49.057Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.057Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
22:39:49 [2021-06-24T22:39:49.057Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
22:39:49 [2021-06-24T22:39:49.058Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
22:39:49 [2021-06-24T22:39:49.058Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
22:39:49 [2021-06-24T22:39:49.058Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
22:39:49 [2021-06-24T22:39:49.058Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
22:39:49 [2021-06-24T22:39:49.058Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
22:39:49 [2021-06-24T22:39:49.058Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
22:39:49 [2021-06-24T22:39:49.141Z] === RUN   TestDockerSuite/TestExecStartFails
22:39:50 [2021-06-24T22:39:50.519Z] === RUN   TestDockerSuite/TestExecStateCleanup
22:39:50 [2021-06-24T22:39:50.569Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
22:39:50 [2021-06-24T22:39:50.569Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
22:39:50 [2021-06-24T22:39:50.569Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
22:39:50 [2021-06-24T22:39:50.569Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
22:39:50 [2021-06-24T22:39:50.569Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
22:39:50 [2021-06-24T22:39:50.570Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
22:39:50 [2021-06-24T22:39:50.570Z] === RUN   TestDockerSuite/TestAttachDisconnect
22:39:50 [2021-06-24T22:39:50.570Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
22:39:50 [2021-06-24T22:39:50.570Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
22:39:50 [2021-06-24T22:39:50.779Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
22:39:53 [2021-06-24T22:39:53.310Z]     docker_api_swarm_service_test.go:127: [da196f71179a4] joining swarm manager [dd9e7932d3534]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:39:53 [2021-06-24T22:39:53.568Z]     docker_api_swarm_service_test.go:128: [da1ae0c31f000] joining swarm manager [dd9e7932d3534]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:39:54 [2021-06-24T22:39:54.248Z] === RUN   TestDockerSuite/TestAttachPausedContainer
22:39:54 [2021-06-24T22:39:54.248Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
22:39:54 [2021-06-24T22:39:54.248Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
22:39:54 [2021-06-24T22:39:54.248Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
22:39:54 [2021-06-24T22:39:54.248Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
22:39:56 [2021-06-24T22:39:56.096Z]     docker_api_swarm_service_test.go:136: [d135b4cdc6ed3] joining swarm manager [dd9e7932d3534]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
22:39:57 [2021-06-24T22:39:57.031Z]     docker_api_swarm_service_test.go:137: [dce165d13eca4] joining swarm manager [dd9e7932d3534]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
22:39:58 [2021-06-24T22:39:58.868Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
22:40:02 [2021-06-24T22:40:02.295Z] === RUN   TestDockerSuite/TestExecStopNotHanging
22:40:02 [2021-06-24T22:40:02.862Z] === RUN   TestDockerSuite/TestExecTTY
22:40:03 [2021-06-24T22:40:03.800Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
22:40:04 [2021-06-24T22:40:04.838Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
22:40:04 [2021-06-24T22:40:04.838Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
22:40:04 [2021-06-24T22:40:04.838Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
22:40:05 [2021-06-24T22:40:05.176Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
22:40:05 [2021-06-24T22:40:05.741Z] === RUN   TestDockerSuite/TestExecUlimits
22:40:06 [2021-06-24T22:40:06.677Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
22:40:06 [2021-06-24T22:40:06.677Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
22:40:06 [2021-06-24T22:40:06.677Z] === RUN   TestDockerSuite/TestExecWithImageUser
22:40:08 [2021-06-24T22:40:08.523Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
22:40:08 [2021-06-24T22:40:08.523Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
22:40:08 [2021-06-24T22:40:08.580Z] === RUN   TestDockerSuite/TestExecWithNoTERM
22:40:09 [2021-06-24T22:40:09.955Z] === RUN   TestDockerSuite/TestExecWithPrivileged
22:40:11 [2021-06-24T22:40:11.339Z] === RUN   TestDockerSuite/TestExecWithTERM
22:40:12 [2021-06-24T22:40:12.216Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
22:40:12 [2021-06-24T22:40:12.668Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
22:40:12 [2021-06-24T22:40:12.668Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
22:40:12 [2021-06-24T22:40:12.668Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
22:40:12 [2021-06-24T22:40:12.668Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
22:40:12 [2021-06-24T22:40:12.668Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
22:40:12 [2021-06-24T22:40:12.668Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
22:40:12 [2021-06-24T22:40:12.668Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
22:40:12 [2021-06-24T22:40:12.715Z] === RUN   TestDockerSuite/TestExecWithUser
22:40:13 [2021-06-24T22:40:13.119Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
22:40:13 [2021-06-24T22:40:13.649Z] === RUN   TestDockerSuite/TestGetContainerStats
22:40:14 [2021-06-24T22:40:14.075Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
22:40:17 [2021-06-24T22:40:17.770Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
22:40:18 [2021-06-24T22:40:18.908Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
22:40:18 [2021-06-24T22:40:18.908Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
22:40:19 [2021-06-24T22:40:19.283Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
22:40:19 [2021-06-24T22:40:19.283Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
22:40:19 [2021-06-24T22:40:19.283Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
22:40:19 [2021-06-24T22:40:19.283Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
22:40:19 [2021-06-24T22:40:19.283Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
22:40:19 [2021-06-24T22:40:19.283Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
22:40:21 [2021-06-24T22:40:21.434Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
22:40:22 [2021-06-24T22:40:22.148Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
22:40:23 [2021-06-24T22:40:23.335Z]     docker_api_swarm_service_test.go:303: [dabb6111763e9] joining swarm manager [d37e5335b023e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:40:23 [2021-06-24T22:40:23.335Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
22:40:23 [2021-06-24T22:40:23.903Z]     docker_api_swarm_service_test.go:303: [d5fdd93a79e0c] joining swarm manager [d37e5335b023e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:40:25 [2021-06-24T22:40:25.280Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
22:40:30 [2021-06-24T22:40:30.544Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
22:40:31 [2021-06-24T22:40:31.109Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
22:40:31 [2021-06-24T22:40:31.109Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
22:40:31 [2021-06-24T22:40:31.367Z] === RUN   TestDockerSuite/TestHealth
22:40:34 [2021-06-24T22:40:34.445Z] === RUN   TestDockerSuite/TestBuildAddNonTar
22:40:39 [2021-06-24T22:40:39.084Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
22:40:40 [2021-06-24T22:40:40.038Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
22:40:40 [2021-06-24T22:40:40.038Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
22:40:40 [2021-06-24T22:40:40.038Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
22:40:43 [2021-06-24T22:40:43.725Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
22:40:45 [2021-06-24T22:40:45.239Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
22:40:46 [2021-06-24T22:40:46.253Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
22:40:47 [2021-06-24T22:40:47.628Z]     docker_api_swarm_service_test.go:99: [dc9e2acc93d92] joining swarm manager [df823a5b96792]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:40:48 [2021-06-24T22:40:48.195Z]     docker_api_swarm_service_test.go:100: [dc32589c0d8be] joining swarm manager [df823a5b96792]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:40:49 [2021-06-24T22:40:49.871Z] === RUN   TestDockerSuite/TestBuildAddScript
22:40:49 [2021-06-24T22:40:49.872Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
22:40:49 [2021-06-24T22:40:49.872Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
22:40:49 [2021-06-24T22:40:49.872Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
22:40:49 [2021-06-24T22:40:49.872Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
22:40:49 [2021-06-24T22:40:49.872Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
22:40:49 [2021-06-24T22:40:49.872Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
22:40:49 [2021-06-24T22:40:49.872Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
22:40:49 [2021-06-24T22:40:49.872Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
22:40:50 [2021-06-24T22:40:50.322Z] === RUN   TestDockerSuite/TestBuildAddTar
22:40:54 [2021-06-24T22:40:54.756Z] === RUN   TestDockerSuite/TestHistoryExistentImage
22:40:54 [2021-06-24T22:40:54.756Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
22:40:54 [2021-06-24T22:40:54.756Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
22:40:54 [2021-06-24T22:40:54.756Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
22:40:55 [2021-06-24T22:40:55.015Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
22:40:55 [2021-06-24T22:40:55.015Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
22:40:55 [2021-06-24T22:40:55.951Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
22:40:55 [2021-06-24T22:40:55.951Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
22:40:55 [2021-06-24T22:40:55.951Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
22:40:55 [2021-06-24T22:40:55.951Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
22:40:56 [2021-06-24T22:40:56.210Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
22:40:56 [2021-06-24T22:40:56.468Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
22:40:56 [2021-06-24T22:40:56.727Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
22:40:56 [2021-06-24T22:40:56.727Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
22:40:57 [2021-06-24T22:40:57.295Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
22:40:57 [2021-06-24T22:40:57.295Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
22:40:58 [2021-06-24T22:40:58.231Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
22:40:58 [2021-06-24T22:40:58.797Z] === RUN   TestDockerSuite/TestImagesFormat
22:40:59 [2021-06-24T22:40:59.055Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
22:40:59 [2021-06-24T22:40:59.989Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
22:41:02 [2021-06-24T22:41:02.518Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
22:41:02 [2021-06-24T22:41:02.518Z] === RUN   TestDockerSuite/TestImportBadURL
22:41:02 [2021-06-24T22:41:02.518Z] === RUN   TestDockerSuite/TestImportDisplay
22:41:04 [2021-06-24T22:41:04.418Z] === RUN   TestDockerSuite/TestImportFile
22:41:05 [2021-06-24T22:41:05.793Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
22:41:05 [2021-06-24T22:41:05.793Z] === RUN   TestDockerSuite/TestImportFileWithMessage
22:41:07 [2021-06-24T22:41:07.701Z] === RUN   TestDockerSuite/TestImportGzipped
22:41:10 [2021-06-24T22:41:10.236Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
22:41:12 [2021-06-24T22:41:12.766Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
22:41:12 [2021-06-24T22:41:12.766Z]     check_test.go:380: [dc9e2acc93d92] daemon is not started
22:41:13 [2021-06-24T22:41:13.699Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
22:41:14 [2021-06-24T22:41:14.266Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
22:41:15 [2021-06-24T22:41:15.198Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
22:41:15 [2021-06-24T22:41:15.198Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
22:41:15 [2021-06-24T22:41:15.198Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
22:41:15 [2021-06-24T22:41:15.764Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
22:41:16 [2021-06-24T22:41:16.697Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
22:41:17 [2021-06-24T22:41:17.265Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
22:41:17 [2021-06-24T22:41:17.831Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
22:41:18 [2021-06-24T22:41:18.090Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
22:41:18 [2021-06-24T22:41:18.657Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
22:41:19 [2021-06-24T22:41:19.592Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
22:41:19 [2021-06-24T22:41:19.592Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
22:41:20 [2021-06-24T22:41:20.160Z]     docker_api_swarm_service_test.go:532: [d801296a9c850] joining swarm manager [d27dfd41d26c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:41:21 [2021-06-24T22:41:21.096Z] === RUN   TestDockerSuite/TestInspectAmpersand
22:41:21 [2021-06-24T22:41:21.664Z]     docker_api_swarm_service_test.go:533: [d0ce870b697b5] joining swarm manager [d27dfd41d26c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:41:22 [2021-06-24T22:41:22.230Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
22:41:22 [2021-06-24T22:41:22.798Z] === RUN   TestDockerSuite/TestInspectByPrefix
22:41:23 [2021-06-24T22:41:23.057Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
22:41:24 [2021-06-24T22:41:24.432Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
22:41:24 [2021-06-24T22:41:24.432Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
22:41:24 [2021-06-24T22:41:24.432Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
22:41:25 [2021-06-24T22:41:25.809Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
22:41:25 [2021-06-24T22:41:25.865Z] === RUN   TestDockerSuite/TestBuildAddTarXz
22:41:25 [2021-06-24T22:41:25.865Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
22:41:25 [2021-06-24T22:41:25.865Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
22:41:25 [2021-06-24T22:41:25.865Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
22:41:25 [2021-06-24T22:41:25.865Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
22:41:27 [2021-06-24T22:41:27.192Z] === RUN   TestDockerSuite/TestInspectDefault
22:41:28 [2021-06-24T22:41:28.569Z] === RUN   TestDockerSuite/TestInspectHistory
22:41:29 [2021-06-24T22:41:29.505Z] === RUN   TestDockerSuite/TestInspectImage
22:41:29 [2021-06-24T22:41:29.764Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
22:41:29 [2021-06-24T22:41:29.764Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
22:41:29 [2021-06-24T22:41:29.764Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
22:41:29 [2021-06-24T22:41:29.764Z] === RUN   TestDockerSuite/TestInspectInt64
22:41:30 [2021-06-24T22:41:30.701Z] === RUN   TestDockerSuite/TestInspectJSONFields
22:41:31 [2021-06-24T22:41:31.638Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
22:41:31 [2021-06-24T22:41:31.638Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
22:41:33 [2021-06-24T22:41:33.013Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
22:41:33 [2021-06-24T22:41:33.579Z] === RUN   TestDockerSuite/TestInspectPlugin
22:41:34 [2021-06-24T22:41:34.954Z] === RUN   TestDockerSuite/TestInspectRootFS
22:41:34 [2021-06-24T22:41:34.955Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
22:41:35 [2021-06-24T22:41:35.889Z] === RUN   TestDockerSuite/TestInspectStatus
22:41:36 [2021-06-24T22:41:36.824Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
22:41:38 [2021-06-24T22:41:38.199Z] === RUN   TestDockerSuite/TestInspectTemplateError
22:41:39 [2021-06-24T22:41:39.137Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
22:41:39 [2021-06-24T22:41:39.903Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
22:41:39 [2021-06-24T22:41:39.903Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
22:41:39 [2021-06-24T22:41:39.903Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
22:41:39 [2021-06-24T22:41:39.903Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
22:41:39 [2021-06-24T22:41:39.903Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
22:41:40 [2021-06-24T22:41:40.071Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
22:41:40 [2021-06-24T22:41:40.353Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
22:41:40 [2021-06-24T22:41:40.639Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
22:41:41 [2021-06-24T22:41:41.303Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
22:41:41 [2021-06-24T22:41:41.303Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
22:41:41 [2021-06-24T22:41:41.303Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
22:41:41 [2021-06-24T22:41:41.303Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
22:41:41 [2021-06-24T22:41:41.303Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
22:41:41 [2021-06-24T22:41:41.303Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
22:41:41 [2021-06-24T22:41:41.303Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
22:41:41 [2021-06-24T22:41:41.303Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
22:41:41 [2021-06-24T22:41:41.574Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
22:41:42 [2021-06-24T22:41:42.143Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
22:41:42 [2021-06-24T22:41:42.255Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
22:41:42 [2021-06-24T22:41:42.710Z] === RUN   TestDockerSuite/TestInspectUnknownObject
22:41:42 [2021-06-24T22:41:42.710Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
22:41:43 [2021-06-24T22:41:43.455Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
22:41:43 [2021-06-24T22:41:43.455Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
22:41:43 [2021-06-24T22:41:43.455Z] === RUN   TestDockerSuite/TestBuildBlankName
22:41:43 [2021-06-24T22:41:43.455Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
22:41:45 [2021-06-24T22:41:45.112Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
22:41:45 [2021-06-24T22:41:45.240Z] === RUN   TestDockerSuite/TestLinkShortDefinition
22:41:46 [2021-06-24T22:41:46.620Z] === RUN   TestDockerSuite/TestLinksEnvs
22:41:46 [2021-06-24T22:41:46.622Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
22:41:46 [2021-06-24T22:41:46.622Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
22:41:46 [2021-06-24T22:41:46.622Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
22:41:46 [2021-06-24T22:41:46.622Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
22:41:46 [2021-06-24T22:41:46.622Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
22:41:46 [2021-06-24T22:41:46.622Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
22:41:47 [2021-06-24T22:41:47.999Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
22:41:48 [2021-06-24T22:41:48.567Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
22:41:49 [2021-06-24T22:41:49.480Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
22:41:49 [2021-06-24T22:41:49.501Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
22:41:50 [2021-06-24T22:41:50.436Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
22:41:50 [2021-06-24T22:41:50.471Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
22:41:50 [2021-06-24T22:41:50.471Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
22:41:50 [2021-06-24T22:41:50.924Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
22:41:51 [2021-06-24T22:41:51.816Z]     docker_api_swarm_service_test.go:147: [dc3c2ce7c8de4] joining swarm manager [dcc7127d99ec9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:41:52 [2021-06-24T22:41:52.752Z]     docker_api_swarm_service_test.go:147: [d00ee570d87c8] joining swarm manager [dcc7127d99ec9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:41:53 [2021-06-24T22:41:53.323Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
22:41:55 [2021-06-24T22:41:55.572Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
22:41:56 [2021-06-24T22:41:56.615Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
22:41:56 [2021-06-24T22:41:56.615Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
22:41:59 [2021-06-24T22:41:59.745Z] === RUN   TestDockerSuite/TestBuildAddNonTar
22:41:59 [2021-06-24T22:41:59.900Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
22:41:59 [2021-06-24T22:41:59.900Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
22:42:00 [2021-06-24T22:42:00.833Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
22:42:04 [2021-06-24T22:42:04.078Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
22:42:04 [2021-06-24T22:42:04.369Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
22:42:04 [2021-06-24T22:42:04.820Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
22:42:04 [2021-06-24T22:42:04.820Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
22:42:04 [2021-06-24T22:42:04.820Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
22:42:07 [2021-06-24T22:42:07.678Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
22:42:09 [2021-06-24T22:42:09.187Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
22:42:13 [2021-06-24T22:42:13.041Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddScript
22:42:13 [2021-06-24T22:42:13.810Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
22:42:13 [2021-06-24T22:42:13.810Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
22:42:13 [2021-06-24T22:42:13.810Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
22:42:13 [2021-06-24T22:42:13.810Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
22:42:13 [2021-06-24T22:42:13.810Z] === RUN   TestDockerSuite/TestBuildAddTar
22:42:15 [2021-06-24T22:42:15.575Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
22:42:16 [2021-06-24T22:42:16.385Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
22:42:16 [2021-06-24T22:42:16.385Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
22:42:16 [2021-06-24T22:42:16.385Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
22:42:17 [2021-06-24T22:42:17.484Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
22:42:18 [2021-06-24T22:42:18.050Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
22:42:21 [2021-06-24T22:42:21.040Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
22:42:21 [2021-06-24T22:42:21.040Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
22:42:21 [2021-06-24T22:42:21.040Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
22:42:21 [2021-06-24T22:42:21.040Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
22:42:21 [2021-06-24T22:42:21.040Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
22:42:21 [2021-06-24T22:42:21.335Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
22:42:21 [2021-06-24T22:42:21.335Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
22:42:21 [2021-06-24T22:42:21.903Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
22:42:21 [2021-06-24T22:42:21.903Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
22:42:21 [2021-06-24T22:42:21.903Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
22:42:22 [2021-06-24T22:42:22.841Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
22:42:23 [2021-06-24T22:42:23.407Z] === RUN   TestDockerSuite/TestLogsAPIUntil
22:42:27 [2021-06-24T22:42:27.590Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
22:42:28 [2021-06-24T22:42:28.063Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
22:42:28 [2021-06-24T22:42:28.063Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
22:42:28 [2021-06-24T22:42:28.063Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
22:42:28 [2021-06-24T22:42:28.157Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
22:42:28 [2021-06-24T22:42:28.523Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
22:42:28 [2021-06-24T22:42:28.523Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
22:42:28 [2021-06-24T22:42:28.523Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
22:42:28 [2021-06-24T22:42:28.523Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
22:42:28 [2021-06-24T22:42:28.523Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
22:42:33 [2021-06-24T22:42:33.416Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
22:42:33 [2021-06-24T22:42:33.416Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
22:42:33 [2021-06-24T22:42:33.674Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
22:42:33 [2021-06-24T22:42:33.674Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
22:42:35 [2021-06-24T22:42:35.049Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
22:42:36 [2021-06-24T22:42:36.954Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
22:42:38 [2021-06-24T22:42:38.858Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
22:42:40 [2021-06-24T22:42:40.236Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
22:42:41 [2021-06-24T22:42:41.620Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
22:42:43 [2021-06-24T22:42:43.608Z] === RUN   TestDockerSuite/TestBuildAddTarXz
22:42:43 [2021-06-24T22:42:43.608Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
22:42:43 [2021-06-24T22:42:43.608Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
22:42:43 [2021-06-24T22:42:43.608Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
22:42:44 [2021-06-24T22:42:44.058Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
22:42:44 [2021-06-24T22:42:44.152Z] === RUN   TestDockerSuite/TestLogsFollowStopped
22:42:44 [2021-06-24T22:42:44.718Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
22:42:45 [2021-06-24T22:42:45.653Z] === RUN   TestDockerSuite/TestLogsSince
22:42:53 [2021-06-24T22:42:53.565Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
22:42:53 [2021-06-24T22:42:53.767Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
22:42:59 [2021-06-24T22:42:59.033Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
22:42:59 [2021-06-24T22:42:59.972Z] === RUN   TestDockerSuite/TestLogsTail
22:43:01 [2021-06-24T22:43:01.350Z] === RUN   TestDockerSuite/TestLogsTimestamps
22:43:01 [2021-06-24T22:43:01.917Z] === RUN   TestDockerSuite/TestLogsWithDetails
22:43:02 [2021-06-24T22:43:02.078Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
22:43:02 [2021-06-24T22:43:02.078Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
22:43:02 [2021-06-24T22:43:02.078Z] === RUN   TestDockerSuite/TestBuildCacheAdd
22:43:02 [2021-06-24T22:43:02.078Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
22:43:02 [2021-06-24T22:43:02.078Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
22:43:02 [2021-06-24T22:43:02.851Z] === RUN   TestDockerSuite/TestMountIntoProc
22:43:03 [2021-06-24T22:43:03.109Z] === RUN   TestDockerSuite/TestMountIntoSys
22:43:03 [2021-06-24T22:43:03.598Z] === RUN   TestDockerSuite/TestBuildCacheFrom
22:43:03 [2021-06-24T22:43:03.598Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
22:43:03 [2021-06-24T22:43:03.598Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
22:43:04 [2021-06-24T22:43:04.046Z] === RUN   TestDockerSuite/TestNetHostname
22:43:06 [2021-06-24T22:43:06.577Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
22:43:07 [2021-06-24T22:43:07.147Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
22:43:07 [2021-06-24T22:43:07.731Z] === RUN   TestDockerSuite/TestNetworkEvents
22:43:08 [2021-06-24T22:43:08.243Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
22:43:09 [2021-06-24T22:43:09.053Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
22:43:09 [2021-06-24T22:43:09.053Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
22:43:09 [2021-06-24T22:43:09.053Z] === RUN   TestDockerSuite/TestBuildBlankName
22:43:09 [2021-06-24T22:43:09.106Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
22:43:09 [2021-06-24T22:43:09.198Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
22:43:09 [2021-06-24T22:43:09.199Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
22:43:09 [2021-06-24T22:43:09.199Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
22:43:09 [2021-06-24T22:43:09.199Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
22:43:09 [2021-06-24T22:43:09.199Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
22:43:09 [2021-06-24T22:43:09.502Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
22:43:10 [2021-06-24T22:43:10.719Z] === RUN   TestDockerSuite/TestBuildClearCmd
22:43:11 [2021-06-24T22:43:11.675Z] === RUN   TestDockerSuite/TestBuildCmd
22:43:12 [2021-06-24T22:43:12.128Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
22:43:12 [2021-06-24T22:43:12.393Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
22:43:12 [2021-06-24T22:43:12.959Z] === RUN   TestDockerSuite/TestPluginActive
22:43:13 [2021-06-24T22:43:13.084Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
22:43:13 [2021-06-24T22:43:13.217Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
22:43:13 [2021-06-24T22:43:13.537Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
22:43:14 [2021-06-24T22:43:14.150Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
22:43:15 [2021-06-24T22:43:15.525Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
22:43:16 [2021-06-24T22:43:16.494Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
22:43:16 [2021-06-24T22:43:16.494Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
22:43:16 [2021-06-24T22:43:16.943Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
22:43:19 [2021-06-24T22:43:19.277Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
22:43:20 [2021-06-24T22:43:20.792Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
22:43:20 [2021-06-24T22:43:20.792Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
22:43:20 [2021-06-24T22:43:20.792Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
22:43:20 [2021-06-24T22:43:20.792Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
22:43:21 [2021-06-24T22:43:21.430Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
22:43:21 [2021-06-24T22:43:21.430Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
22:43:21 [2021-06-24T22:43:21.430Z] === RUN   TestDockerSuite/TestBuildConditionalCache
22:43:21 [2021-06-24T22:43:21.565Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
22:43:21 [2021-06-24T22:43:21.727Z] === RUN   TestDockerSuite/TestPluginLogDriver
22:43:22 [2021-06-24T22:43:22.948Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
22:43:22 [2021-06-24T22:43:22.948Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
22:43:22 [2021-06-24T22:43:22.948Z] === RUN   TestDockerSuite/TestBuildContextCleanup
22:43:23 [2021-06-24T22:43:23.402Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
22:43:23 [2021-06-24T22:43:23.631Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
22:43:25 [2021-06-24T22:43:25.007Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
22:43:25 [2021-06-24T22:43:25.558Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
22:43:26 [2021-06-24T22:43:26.013Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
22:43:26 [2021-06-24T22:43:26.382Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
22:43:26 [2021-06-24T22:43:26.640Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
22:43:26 [2021-06-24T22:43:26.968Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
22:43:26 [2021-06-24T22:43:26.968Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
22:43:26 [2021-06-24T22:43:26.968Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
22:43:27 [2021-06-24T22:43:27.927Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
22:43:28 [2021-06-24T22:43:28.380Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
22:43:28 [2021-06-24T22:43:28.380Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
22:43:28 [2021-06-24T22:43:28.380Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
22:43:28 [2021-06-24T22:43:28.380Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
22:43:28 [2021-06-24T22:43:28.380Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
22:43:28 [2021-06-24T22:43:28.538Z] === RUN   TestDockerSuite/TestPluginUpgrade
22:43:29 [2021-06-24T22:43:29.104Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
22:43:30 [2021-06-24T22:43:30.042Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
22:43:33 [2021-06-24T22:43:33.296Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
22:43:33 [2021-06-24T22:43:33.554Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
22:43:34 [2021-06-24T22:43:34.159Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
22:43:36 [2021-06-24T22:43:36.087Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
22:43:37 [2021-06-24T22:43:37.029Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
22:43:37 [2021-06-24T22:43:37.029Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
22:43:37 [2021-06-24T22:43:37.029Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
22:43:37 [2021-06-24T22:43:37.460Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
22:43:38 [2021-06-24T22:43:38.027Z] === RUN   TestDockerSuite/TestPortHostBinding
22:43:40 [2021-06-24T22:43:40.556Z] === RUN   TestDockerSuite/TestPortList
22:43:40 [2021-06-24T22:43:40.706Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
22:43:40 [2021-06-24T22:43:40.706Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
22:43:40 [2021-06-24T22:43:40.706Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
22:43:40 [2021-06-24T22:43:40.706Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
22:43:40 [2021-06-24T22:43:40.706Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
22:43:46 [2021-06-24T22:43:46.425Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
22:43:46 [2021-06-24T22:43:46.426Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
22:43:46 [2021-06-24T22:43:46.426Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
22:43:47 [2021-06-24T22:43:47.375Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
22:43:47 [2021-06-24T22:43:47.375Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
22:43:47 [2021-06-24T22:43:47.375Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
22:43:47 [2021-06-24T22:43:47.375Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
22:43:47 [2021-06-24T22:43:47.375Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
22:43:50 [2021-06-24T22:43:50.525Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
22:43:51 [2021-06-24T22:43:51.090Z] === RUN   TestDockerSuite/TestPostContainersAttach
22:43:59 [2021-06-24T22:43:59.195Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
22:43:59 [2021-06-24T22:43:59.196Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
22:44:00 [2021-06-24T22:44:00.129Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
22:44:00 [2021-06-24T22:44:00.129Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
22:44:01 [2021-06-24T22:44:01.502Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
22:44:01 [2021-06-24T22:44:01.502Z] === RUN   TestDockerSuite/TestPruneContainerLabel
22:44:02 [2021-06-24T22:44:02.444Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
22:44:05 [2021-06-24T22:44:05.726Z] === RUN   TestDockerSuite/TestPruneContainerUntil
22:44:07 [2021-06-24T22:44:07.629Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
22:44:07 [2021-06-24T22:44:07.888Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
22:44:08 [2021-06-24T22:44:08.147Z] === RUN   TestDockerSuite/TestPsByOrder
22:44:09 [2021-06-24T22:44:09.739Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
22:44:09 [2021-06-24T22:44:09.739Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
22:44:10 [2021-06-24T22:44:10.192Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
22:44:11 [2021-06-24T22:44:11.431Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
22:44:11 [2021-06-24T22:44:11.690Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
22:44:12 [2021-06-24T22:44:12.624Z] === RUN   TestDockerSuite/TestPsListContainersBase
22:44:15 [2021-06-24T22:44:15.910Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
22:44:15 [2021-06-24T22:44:15.933Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
22:44:15 [2021-06-24T22:44:15.933Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
22:44:15 [2021-06-24T22:44:15.933Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
22:44:15 [2021-06-24T22:44:15.933Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
22:44:15 [2021-06-24T22:44:15.933Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
22:44:15 [2021-06-24T22:44:15.933Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
22:44:15 [2021-06-24T22:44:15.933Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
22:44:16 [2021-06-24T22:44:16.386Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
22:44:16 [2021-06-24T22:44:16.386Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
22:44:16 [2021-06-24T22:44:16.386Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
22:44:16 [2021-06-24T22:44:16.475Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
22:44:17 [2021-06-24T22:44:17.165Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
22:44:20 [2021-06-24T22:44:20.846Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
22:44:20 [2021-06-24T22:44:20.846Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
22:44:21 [2021-06-24T22:44:21.295Z] === RUN   TestDockerSuite/TestBuildCacheAdd
22:44:21 [2021-06-24T22:44:21.295Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
22:44:21 [2021-06-24T22:44:21.295Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
22:44:21 [2021-06-24T22:44:21.742Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
22:44:21 [2021-06-24T22:44:21.742Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
22:44:22 [2021-06-24T22:44:22.805Z] === RUN   TestDockerSuite/TestBuildCacheFrom
22:44:22 [2021-06-24T22:44:22.805Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
22:44:22 [2021-06-24T22:44:22.805Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
22:44:25 [2021-06-24T22:44:25.026Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
22:44:26 [2021-06-24T22:44:26.482Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
22:44:27 [2021-06-24T22:44:27.991Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
22:44:27 [2021-06-24T22:44:27.991Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
22:44:27 [2021-06-24T22:44:27.991Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
22:44:27 [2021-06-24T22:44:27.991Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
22:44:27 [2021-06-24T22:44:27.991Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
22:44:28 [2021-06-24T22:44:28.940Z] === RUN   TestDockerSuite/TestBuildClearCmd
22:44:29 [2021-06-24T22:44:29.217Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
22:44:29 [2021-06-24T22:44:29.891Z] === RUN   TestDockerSuite/TestBuildCmd
22:44:30 [2021-06-24T22:44:30.341Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
22:44:31 [2021-06-24T22:44:31.291Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
22:44:31 [2021-06-24T22:44:31.741Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
22:44:32 [2021-06-24T22:44:32.518Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
22:44:33 [2021-06-24T22:44:33.893Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
22:44:35 [2021-06-24T22:44:35.795Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
22:44:36 [2021-06-24T22:44:36.365Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
22:44:36 [2021-06-24T22:44:36.731Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
22:44:38 [2021-06-24T22:44:38.505Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
22:44:38 [2021-06-24T22:44:38.505Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
22:44:38 [2021-06-24T22:44:38.505Z] === RUN   TestDockerSuite/TestBuildConditionalCache
22:44:38 [2021-06-24T22:44:38.634Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
22:44:39 [2021-06-24T22:44:39.202Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
22:44:39 [2021-06-24T22:44:39.454Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
22:44:39 [2021-06-24T22:44:39.454Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
22:44:39 [2021-06-24T22:44:39.454Z] === RUN   TestDockerSuite/TestBuildContextCleanup
22:44:39 [2021-06-24T22:44:39.904Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
22:44:40 [2021-06-24T22:44:40.140Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
22:44:41 [2021-06-24T22:44:41.437Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
22:44:41 [2021-06-24T22:44:41.437Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
22:44:41 [2021-06-24T22:44:41.437Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
22:44:41 [2021-06-24T22:44:41.437Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
22:44:42 [2021-06-24T22:44:42.045Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
22:44:42 [2021-06-24T22:44:42.046Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
22:44:42 [2021-06-24T22:44:42.496Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
22:44:42 [2021-06-24T22:44:42.947Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
22:44:42 [2021-06-24T22:44:42.947Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
22:44:42 [2021-06-24T22:44:42.947Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
22:44:43 [2021-06-24T22:44:43.896Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
22:44:43 [2021-06-24T22:44:43.947Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
22:44:44 [2021-06-24T22:44:44.346Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
22:44:44 [2021-06-24T22:44:44.346Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
22:44:44 [2021-06-24T22:44:44.346Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
22:44:44 [2021-06-24T22:44:44.346Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
22:44:44 [2021-06-24T22:44:44.346Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
22:44:44 [2021-06-24T22:44:44.881Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
22:44:47 [2021-06-24T22:44:47.412Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
22:44:47 [2021-06-24T22:44:47.669Z] === RUN   TestDockerSuite/TestPsListContainersSize
22:44:48 [2021-06-24T22:44:48.967Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
22:44:49 [2021-06-24T22:44:49.573Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
22:44:49 [2021-06-24T22:44:49.573Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
22:44:50 [2021-06-24T22:44:50.949Z] === RUN   TestDockerSuite/TestPsRightTagName
22:44:51 [2021-06-24T22:44:51.219Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
22:44:53 [2021-06-24T22:44:53.755Z] === RUN   TestDockerSuite/TestPsShowMounts
22:44:53 [2021-06-24T22:44:53.755Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
22:44:57 [2021-06-24T22:44:57.043Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
22:44:57 [2021-06-24T22:44:57.609Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
22:44:57 [2021-06-24T22:44:57.609Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
22:44:57 [2021-06-24T22:44:57.609Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
22:44:57 [2021-06-24T22:44:57.868Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
22:44:57 [2021-06-24T22:44:57.868Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
22:44:57 [2021-06-24T22:44:57.868Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
22:44:58 [2021-06-24T22:44:58.803Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
22:44:58 [2021-06-24T22:44:58.803Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
22:44:59 [2021-06-24T22:44:59.035Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
22:44:59 [2021-06-24T22:44:59.035Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
22:44:59 [2021-06-24T22:44:59.488Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
22:45:00 [2021-06-24T22:45:00.703Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
22:45:02 [2021-06-24T22:45:02.607Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
22:45:03 [2021-06-24T22:45:03.174Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
22:45:03 [2021-06-24T22:45:03.188Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
22:45:06 [2021-06-24T22:45:06.464Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
22:45:06 [2021-06-24T22:45:06.891Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
22:45:09 [2021-06-24T22:45:09.764Z] === RUN   TestDockerSuite/TestBuildDockerignore
22:45:14 [2021-06-24T22:45:14.580Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
22:45:14 [2021-06-24T22:45:14.580Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
22:45:15 [2021-06-24T22:45:15.518Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
22:45:18 [2021-06-24T22:45:18.060Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
22:45:18 [2021-06-24T22:45:18.060Z] === RUN   TestDockerSuite/TestRestartPolicyNO
22:45:18 [2021-06-24T22:45:18.327Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
22:45:18 [2021-06-24T22:45:18.593Z] === RUN   TestDockerSuite/TestRestartRunningContainer
22:45:18 [2021-06-24T22:45:18.762Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
22:45:18 [2021-06-24T22:45:18.762Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
22:45:19 [2021-06-24T22:45:19.213Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
22:45:21 [2021-06-24T22:45:21.119Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
22:45:22 [2021-06-24T22:45:22.493Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
22:45:23 [2021-06-24T22:45:23.835Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
22:45:23 [2021-06-24T22:45:23.835Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
22:45:24 [2021-06-24T22:45:24.285Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
22:45:24 [2021-06-24T22:45:24.285Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
22:45:24 [2021-06-24T22:45:24.285Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
22:45:24 [2021-06-24T22:45:24.285Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
22:45:24 [2021-06-24T22:45:24.285Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
22:45:24 [2021-06-24T22:45:24.735Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
22:45:24 [2021-06-24T22:45:24.735Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
22:45:24 [2021-06-24T22:45:24.735Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
22:45:26 [2021-06-24T22:45:26.677Z] === RUN   TestDockerSuite/TestRestartWithVolumes
22:45:27 [2021-06-24T22:45:27.244Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
22:45:27 [2021-06-24T22:45:27.813Z] === RUN   TestDockerSuite/TestRmiBlank
22:45:27 [2021-06-24T22:45:27.813Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
22:45:27 [2021-06-24T22:45:27.813Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
22:45:31 [2021-06-24T22:45:31.099Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
22:45:32 [2021-06-24T22:45:32.476Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
22:45:33 [2021-06-24T22:45:33.410Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
22:45:33 [2021-06-24T22:45:33.669Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
22:45:34 [2021-06-24T22:45:34.237Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
22:45:35 [2021-06-24T22:45:35.613Z] === RUN   TestDockerSuite/TestRmiImgIDForce
22:45:36 [2021-06-24T22:45:36.990Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
22:45:37 [2021-06-24T22:45:37.927Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
22:45:38 [2021-06-24T22:45:38.864Z] === RUN   TestDockerSuite/TestRmiParentImageFail
22:45:40 [2021-06-24T22:45:40.248Z] === RUN   TestDockerSuite/TestRmiTag
22:45:40 [2021-06-24T22:45:40.508Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
22:45:41 [2021-06-24T22:45:41.445Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
22:45:43 [2021-06-24T22:45:43.345Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
22:45:45 [2021-06-24T22:45:45.879Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
22:45:46 [2021-06-24T22:45:46.814Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
22:45:46 [2021-06-24T22:45:46.814Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
22:45:47 [2021-06-24T22:45:47.749Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
22:45:48 [2021-06-24T22:45:48.008Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
22:45:49 [2021-06-24T22:45:49.914Z] === RUN   TestDockerSuite/TestRunAddHost
22:45:50 [2021-06-24T22:45:50.850Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
22:45:51 [2021-06-24T22:45:51.108Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
22:45:52 [2021-06-24T22:45:52.043Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
22:45:52 [2021-06-24T22:45:52.043Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
22:45:52 [2021-06-24T22:45:52.609Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
22:45:53 [2021-06-24T22:45:53.983Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
22:45:54 [2021-06-24T22:45:54.565Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
22:45:54 [2021-06-24T22:45:54.565Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
22:45:54 [2021-06-24T22:45:54.565Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
22:45:54 [2021-06-24T22:45:54.565Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
22:45:54 [2021-06-24T22:45:54.918Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
22:45:55 [2021-06-24T22:45:55.486Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
22:45:56 [2021-06-24T22:45:56.424Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
22:45:57 [2021-06-24T22:45:57.357Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
22:45:58 [2021-06-24T22:45:58.732Z] === RUN   TestDockerSuite/TestRunAttachDetach
22:45:59 [2021-06-24T22:45:59.668Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
22:46:00 [2021-06-24T22:46:00.240Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
22:46:00 [2021-06-24T22:46:00.323Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
22:46:00 [2021-06-24T22:46:00.498Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
22:46:01 [2021-06-24T22:46:01.435Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
22:46:02 [2021-06-24T22:46:02.372Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
22:46:03 [2021-06-24T22:46:03.748Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
22:46:04 [2021-06-24T22:46:04.313Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
22:46:05 [2021-06-24T22:46:05.686Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
22:46:06 [2021-06-24T22:46:06.070Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
22:46:06 [2021-06-24T22:46:06.070Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
22:46:06 [2021-06-24T22:46:06.251Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
22:46:06 [2021-06-24T22:46:06.525Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
22:46:06 [2021-06-24T22:46:06.817Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
22:46:07 [2021-06-24T22:46:07.384Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
22:46:07 [2021-06-24T22:46:07.384Z] === RUN   TestDockerSuite/TestRunBindMounts
22:46:09 [2021-06-24T22:46:09.275Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
22:46:09 [2021-06-24T22:46:09.914Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
22:46:10 [2021-06-24T22:46:10.223Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
22:46:10 [2021-06-24T22:46:10.484Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
22:46:10 [2021-06-24T22:46:10.673Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
22:46:11 [2021-06-24T22:46:11.051Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
22:46:11 [2021-06-24T22:46:11.986Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
22:46:12 [2021-06-24T22:46:12.552Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
22:46:12 [2021-06-24T22:46:12.552Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
22:46:13 [2021-06-24T22:46:13.492Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
22:46:13 [2021-06-24T22:46:13.750Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
22:46:14 [2021-06-24T22:46:14.316Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
22:46:14 [2021-06-24T22:46:14.353Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
22:46:14 [2021-06-24T22:46:14.882Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
22:46:16 [2021-06-24T22:46:16.258Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
22:46:16 [2021-06-24T22:46:16.491Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
22:46:17 [2021-06-24T22:46:17.193Z]     docker_cli_service_logs_test.go:245: checking task jmrp0vg98fon
22:46:17 [2021-06-24T22:46:17.193Z]     docker_cli_service_logs_test.go:250: checking messages for jmrp0vg98fon
22:46:17 [2021-06-24T22:46:17.193Z]     docker_cli_service_logs_test.go:245: checking task 0lwkl0behu4q
22:46:17 [2021-06-24T22:46:17.193Z]     docker_cli_service_logs_test.go:250: checking messages for 0lwkl0behu4q
22:46:17 [2021-06-24T22:46:17.193Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
22:46:17 [2021-06-24T22:46:17.193Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
22:46:18 [2021-06-24T22:46:18.126Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
22:46:18 [2021-06-24T22:46:18.126Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
22:46:19 [2021-06-24T22:46:19.069Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
22:46:19 [2021-06-24T22:46:19.357Z] === RUN   TestDockerSuite/TestBuildDockerignore
22:46:20 [2021-06-24T22:46:20.005Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
22:46:20 [2021-06-24T22:46:20.572Z] === RUN   TestDockerSuite/TestRunContainerNetwork
22:46:21 [2021-06-24T22:46:21.507Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
22:46:21 [2021-06-24T22:46:21.507Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
22:46:22 [2021-06-24T22:46:22.075Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
22:46:23 [2021-06-24T22:46:23.453Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
22:46:24 [2021-06-24T22:46:24.829Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
22:46:26 [2021-06-24T22:46:26.201Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
22:46:26 [2021-06-24T22:46:26.768Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
22:46:27 [2021-06-24T22:46:27.700Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
22:46:27 [2021-06-24T22:46:27.960Z] === RUN   TestDockerSwarmSuite/TestServiceScale
22:46:28 [2021-06-24T22:46:28.527Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
22:46:29 [2021-06-24T22:46:29.461Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
22:46:30 [2021-06-24T22:46:30.395Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
22:46:30 [2021-06-24T22:46:30.653Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
22:46:32 [2021-06-24T22:46:32.028Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
22:46:35 [2021-06-24T22:46:35.314Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
22:46:35 [2021-06-24T22:46:35.314Z] === RUN   TestDockerSuite/TestRunCreateVolume
22:46:35 [2021-06-24T22:46:35.881Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
22:46:38 [2021-06-24T22:46:38.428Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
22:46:40 [2021-06-24T22:46:40.338Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
22:46:42 [2021-06-24T22:46:42.867Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
22:46:44 [2021-06-24T22:46:44.768Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
22:46:44 [2021-06-24T22:46:44.768Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
22:46:44 [2021-06-24T22:46:44.768Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
22:46:44 [2021-06-24T22:46:44.768Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
22:46:44 [2021-06-24T22:46:44.768Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
22:46:45 [2021-06-24T22:46:45.707Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
22:46:48 [2021-06-24T22:46:48.240Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
22:46:48 [2021-06-24T22:46:48.498Z] === RUN   TestDockerSuite/TestRunDNSOptions
22:46:50 [2021-06-24T22:46:50.401Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
22:46:50 [2021-06-24T22:46:50.659Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
22:46:53 [2021-06-24T22:46:53.191Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
22:46:53 [2021-06-24T22:46:53.191Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
22:46:53 [2021-06-24T22:46:53.758Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
22:46:55 [2021-06-24T22:46:55.658Z]     docker_cli_swarm_test.go:1901: [d77ed42649f24] joining swarm manager [dbb84aedc9ff3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:46:55 [2021-06-24T22:46:55.658Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
22:46:56 [2021-06-24T22:46:56.596Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
22:46:56 [2021-06-24T22:46:56.596Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
22:46:56 [2021-06-24T22:46:56.596Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
22:46:56 [2021-06-24T22:46:56.855Z]     docker_cli_swarm_test.go:1902: [d389eda8a57b3] joining swarm manager [dbb84aedc9ff3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:46:57 [2021-06-24T22:46:57.422Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
22:46:59 [2021-06-24T22:46:59.323Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
22:46:59 [2021-06-24T22:46:59.323Z] === RUN   TestDockerSuite/TestRunDuplicateMount
22:46:59 [2021-06-24T22:46:59.581Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
22:47:00 [2021-06-24T22:47:00.525Z] === RUN   TestDockerSuite/TestRunEchoStdout
22:47:01 [2021-06-24T22:47:01.098Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
22:47:01 [2021-06-24T22:47:01.665Z] === RUN   TestDockerSuite/TestRunEmptyEnv
22:47:01 [2021-06-24T22:47:01.665Z] === RUN   TestDockerSuite/TestRunEntrypoint
22:47:02 [2021-06-24T22:47:02.598Z] === RUN   TestDockerSuite/TestRunEnvironment
22:47:03 [2021-06-24T22:47:03.164Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
22:47:03 [2021-06-24T22:47:03.731Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
22:47:04 [2021-06-24T22:47:04.664Z] === RUN   TestDockerSuite/TestRunExitCode
22:47:05 [2021-06-24T22:47:05.230Z] === RUN   TestDockerSuite/TestRunExitCodeOne
22:47:05 [2021-06-24T22:47:05.797Z] === RUN   TestDockerSuite/TestRunExitCodeZero
22:47:06 [2021-06-24T22:47:06.731Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
22:47:06 [2021-06-24T22:47:06.823Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
22:47:06 [2021-06-24T22:47:06.823Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
22:47:06 [2021-06-24T22:47:06.823Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
22:47:07 [2021-06-24T22:47:07.300Z] === RUN   TestDockerSuite/TestRunExposePort
22:47:07 [2021-06-24T22:47:07.300Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
22:47:08 [2021-06-24T22:47:08.235Z] === RUN   TestDockerSuite/TestRunGroupAdd
22:47:08 [2021-06-24T22:47:08.804Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
22:47:10 [2021-06-24T22:47:10.180Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
22:47:10 [2021-06-24T22:47:10.747Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
22:47:10 [2021-06-24T22:47:10.747Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
22:47:10 [2021-06-24T22:47:10.747Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
22:47:13 [2021-06-24T22:47:13.277Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
22:47:13 [2021-06-24T22:47:13.843Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
22:47:14 [2021-06-24T22:47:14.409Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
22:47:22 [2021-06-24T22:47:22.516Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
22:47:23 [2021-06-24T22:47:23.892Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
22:47:24 [2021-06-24T22:47:24.507Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
22:47:26 [2021-06-24T22:47:26.420Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
22:47:26 [2021-06-24T22:47:26.989Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
22:47:28 [2021-06-24T22:47:28.362Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
22:47:28 [2021-06-24T22:47:28.362Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
22:47:28 [2021-06-24T22:47:28.362Z] === RUN   TestDockerSuite/TestRunInvalidReference
22:47:28 [2021-06-24T22:47:28.362Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
22:47:29 [2021-06-24T22:47:29.300Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
22:47:32 [2021-06-24T22:47:32.585Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
22:47:33 [2021-06-24T22:47:33.959Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
22:47:35 [2021-06-24T22:47:35.860Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
22:47:36 [2021-06-24T22:47:36.819Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
22:47:40 [2021-06-24T22:47:40.040Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
22:47:41 [2021-06-24T22:47:41.416Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
22:47:42 [2021-06-24T22:47:42.353Z]     docker_cli_swarm_test.go:1802: [df9ea956eed0e] joining swarm manager [d6b0a57c24ee7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:47:42 [2021-06-24T22:47:42.353Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
22:47:42 [2021-06-24T22:47:42.920Z] === RUN   TestDockerSuite/TestRunModeHostname
22:47:43 [2021-06-24T22:47:43.488Z]     docker_cli_swarm_test.go:1803: [db78d82e340d3] joining swarm manager [d6b0a57c24ee7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:47:44 [2021-06-24T22:47:44.424Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
22:47:44 [2021-06-24T22:47:44.424Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
22:47:44 [2021-06-24T22:47:44.424Z] === RUN   TestDockerSuite/TestRunModeIpcHost
22:47:45 [2021-06-24T22:47:45.189Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
22:47:45 [2021-06-24T22:47:45.189Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
22:47:45 [2021-06-24T22:47:45.190Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
22:47:45 [2021-06-24T22:47:45.190Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
22:47:45 [2021-06-24T22:47:45.323Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
22:47:45 [2021-06-24T22:47:45.818Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
22:47:47 [2021-06-24T22:47:47.195Z] === RUN   TestDockerSuite/TestRunModePIDContainer
22:47:49 [2021-06-24T22:47:49.094Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
22:47:49 [2021-06-24T22:47:49.094Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
22:47:49 [2021-06-24T22:47:49.094Z] === RUN   TestDockerSuite/TestRunModeUTSHost
22:47:50 [2021-06-24T22:47:50.466Z] === RUN   TestDockerSuite/TestRunMount
22:47:58 [2021-06-24T22:47:58.649Z] === RUN   TestDockerSuite/TestRunMountOrdering
22:47:58 [2021-06-24T22:47:58.907Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
22:47:59 [2021-06-24T22:47:59.165Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
22:47:59 [2021-06-24T22:47:59.731Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
22:48:01 [2021-06-24T22:48:01.631Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
22:48:03 [2021-06-24T22:48:03.533Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
22:48:07 [2021-06-24T22:48:07.720Z] === RUN   TestDockerSuite/TestRunNamedVolume
22:48:07 [2021-06-24T22:48:07.720Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
22:48:10 [2021-06-24T22:48:10.252Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
22:48:10 [2021-06-24T22:48:10.252Z]     docker_cli_swarm_test.go:1321: [de345a671a6e9] joining swarm manager [d9a589d0c53ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:48:11 [2021-06-24T22:48:11.187Z]     docker_cli_swarm_test.go:1322: [d40e355740e97] joining swarm manager [d9a589d0c53ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:48:12 [2021-06-24T22:48:12.562Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
22:48:13 [2021-06-24T22:48:13.938Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
22:48:15 [2021-06-24T22:48:15.168Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
22:48:15 [2021-06-24T22:48:15.313Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
22:48:15 [2021-06-24T22:48:15.313Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
22:48:16 [2021-06-24T22:48:16.690Z] === RUN   TestDockerSuite/TestRunNetHost
22:48:17 [2021-06-24T22:48:17.624Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
22:48:18 [2021-06-24T22:48:18.559Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
22:48:19 [2021-06-24T22:48:19.250Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
22:48:21 [2021-06-24T22:48:21.779Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
22:48:23 [2021-06-24T22:48:23.692Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
22:48:23 [2021-06-24T22:48:23.806Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
22:48:27 [2021-06-24T22:48:27.879Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
22:48:28 [2021-06-24T22:48:28.446Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
22:48:28 [2021-06-24T22:48:28.446Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
22:48:29 [2021-06-24T22:48:29.380Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
22:48:29 [2021-06-24T22:48:29.380Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
22:48:29 [2021-06-24T22:48:29.946Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
22:48:30 [2021-06-24T22:48:30.880Z] === RUN   TestDockerSuite/TestRunNonExistingImage
22:48:30 [2021-06-24T22:48:30.880Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
22:48:31 [2021-06-24T22:48:31.446Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
22:48:38 [2021-06-24T22:48:38.000Z] === RUN   TestDockerSuite/TestRunOOMExitCode
22:48:38 [2021-06-24T22:48:38.000Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
22:48:38 [2021-06-24T22:48:38.000Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
22:48:38 [2021-06-24T22:48:38.000Z] === RUN   TestDockerSuite/TestRunPIDsLimit
22:48:38 [2021-06-24T22:48:38.550Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
22:48:38 [2021-06-24T22:48:38.935Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
22:48:40 [2021-06-24T22:48:40.310Z] === RUN   TestDockerSuite/TestRunPortInUse
22:48:41 [2021-06-24T22:48:41.246Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
22:48:41 [2021-06-24T22:48:41.503Z]     docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
22:48:41 [2021-06-24T22:48:41.761Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
22:48:42 [2021-06-24T22:48:42.020Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
22:48:42 [2021-06-24T22:48:42.608Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
22:48:43 [2021-06-24T22:48:43.542Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
22:48:43 [2021-06-24T22:48:43.801Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
22:48:43 [2021-06-24T22:48:43.801Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
22:48:43 [2021-06-24T22:48:43.801Z] === RUN   TestDockerSuite/TestRunPublishPort
22:48:44 [2021-06-24T22:48:44.734Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
22:48:44 [2021-06-24T22:48:44.992Z] === RUN   TestDockerSuite/TestRunReadProcLatency
22:48:44 [2021-06-24T22:48:44.992Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
22:48:44 [2021-06-24T22:48:44.992Z] === RUN   TestDockerSuite/TestRunReadProcTimer
22:48:45 [2021-06-24T22:48:45.557Z] === RUN   TestDockerSuite/TestRunRedirectStdout
22:48:46 [2021-06-24T22:48:46.930Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
22:48:46 [2021-06-24T22:48:46.930Z]     docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
22:48:46 [2021-06-24T22:48:46.930Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
22:48:50 [2021-06-24T22:48:50.214Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
22:48:51 [2021-06-24T22:48:51.587Z] === RUN   TestDockerSuite/TestRunRm
22:48:52 [2021-06-24T22:48:52.156Z] === RUN   TestDockerSuite/TestRunRmAndWait
22:48:56 [2021-06-24T22:48:56.338Z] === RUN   TestDockerSuite/TestRunRmPre125Api
22:48:56 [2021-06-24T22:48:56.595Z] === RUN   TestDockerSuite/TestRunRootWorkdir
22:48:57 [2021-06-24T22:48:57.161Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
22:48:58 [2021-06-24T22:48:58.536Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
22:48:59 [2021-06-24T22:48:59.472Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
22:49:03 [2021-06-24T22:49:03.658Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
22:49:06 [2021-06-24T22:49:06.955Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
22:49:07 [2021-06-24T22:49:07.521Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
22:49:08 [2021-06-24T22:49:08.088Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
22:49:08 [2021-06-24T22:49:08.654Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
22:49:09 [2021-06-24T22:49:09.220Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
22:49:09 [2021-06-24T22:49:09.787Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
22:49:10 [2021-06-24T22:49:10.045Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
22:49:10 [2021-06-24T22:49:10.981Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
22:49:11 [2021-06-24T22:49:11.027Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
22:49:11 [2021-06-24T22:49:11.549Z] === RUN   TestDockerSuite/TestRunSetMacAddress
22:49:11 [2021-06-24T22:49:11.978Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
22:49:12 [2021-06-24T22:49:12.116Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
22:49:12 [2021-06-24T22:49:12.929Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
22:49:15 [2021-06-24T22:49:15.397Z] === RUN   TestDockerSuite/TestRunState
22:49:16 [2021-06-24T22:49:16.331Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
22:49:16 [2021-06-24T22:49:16.897Z] === RUN   TestDockerSuite/TestRunStdinPipe
22:49:17 [2021-06-24T22:49:17.831Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
22:49:17 [2021-06-24T22:49:17.831Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
22:49:17 [2021-06-24T22:49:17.831Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
22:49:17 [2021-06-24T22:49:17.831Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
22:49:18 [2021-06-24T22:49:18.765Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
22:49:19 [2021-06-24T22:49:19.022Z] === RUN   TestDockerSuite/TestRunSysctls
22:49:20 [2021-06-24T22:49:20.397Z] === RUN   TestDockerSuite/TestRunTLSVerify
22:49:20 [2021-06-24T22:49:20.656Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
22:49:20 [2021-06-24T22:49:20.656Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
22:49:21 [2021-06-24T22:49:21.223Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
22:49:23 [2021-06-24T22:49:23.782Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
22:49:24 [2021-06-24T22:49:24.353Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
22:49:26 [2021-06-24T22:49:26.253Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
22:49:29 [2021-06-24T22:49:29.537Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
22:49:32 [2021-06-24T22:49:32.822Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
22:49:33 [2021-06-24T22:49:33.758Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
22:49:33 [2021-06-24T22:49:33.884Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
22:49:34 [2021-06-24T22:49:34.324Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
22:49:34 [2021-06-24T22:49:34.891Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
22:49:36 [2021-06-24T22:49:36.793Z] === RUN   TestDockerSuite/TestRunUnshareProc
22:49:37 [2021-06-24T22:49:37.726Z] === RUN   TestDockerSuite/TestRunUserByID
22:49:38 [2021-06-24T22:49:38.659Z] === RUN   TestDockerSuite/TestRunUserByIDBig
22:49:38 [2021-06-24T22:49:38.659Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
22:49:38 [2021-06-24T22:49:38.917Z] === RUN   TestDockerSuite/TestRunUserByIDZero
22:49:39 [2021-06-24T22:49:39.483Z] === RUN   TestDockerSuite/TestRunUserByName
22:49:40 [2021-06-24T22:49:40.417Z] === RUN   TestDockerSuite/TestRunUserDefaults
22:49:40 [2021-06-24T22:49:40.989Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
22:49:40 [2021-06-24T22:49:40.989Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
22:49:40 [2021-06-24T22:49:40.989Z] === RUN   TestDockerSuite/TestRunUserNotFound
22:49:40 [2021-06-24T22:49:40.989Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
22:49:41 [2021-06-24T22:49:41.925Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
22:49:42 [2021-06-24T22:49:42.358Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
22:49:46 [2021-06-24T22:49:46.110Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
22:49:46 [2021-06-24T22:49:46.382Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
22:49:47 [2021-06-24T22:49:47.320Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
22:49:49 [2021-06-24T22:49:49.849Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
22:49:50 [2021-06-24T22:49:50.784Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
22:49:53 [2021-06-24T22:49:53.313Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
22:49:55 [2021-06-24T22:49:55.213Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
22:49:56 [2021-06-24T22:49:56.152Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
22:49:56 [2021-06-24T22:49:56.152Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
22:49:56 [2021-06-24T22:49:56.152Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWithBadDevice
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
22:49:56 [2021-06-24T22:49:56.152Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
22:49:56 [2021-06-24T22:49:56.152Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
22:49:59 [2021-06-24T22:49:59.918Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
22:50:00 [2021-06-24T22:50:00.334Z] === RUN   TestDockerSuite/TestRunWithCPUShares
22:50:00 [2021-06-24T22:50:00.593Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
22:50:01 [2021-06-24T22:50:01.967Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
22:50:02 [2021-06-24T22:50:02.555Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
22:50:03 [2021-06-24T22:50:03.495Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
22:50:03 [2021-06-24T22:50:03.495Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
22:50:04 [2021-06-24T22:50:04.060Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
22:50:04 [2021-06-24T22:50:04.060Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildDotDotFile
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEOLInLine
22:50:04 [2021-06-24T22:50:04.462Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
22:50:04 [2021-06-24T22:50:04.462Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
22:50:04 [2021-06-24T22:50:04.462Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEntrypoint
22:50:04 [2021-06-24T22:50:04.462Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
22:50:04 [2021-06-24T22:50:04.993Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
22:50:05 [2021-06-24T22:50:05.560Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
22:50:05 [2021-06-24T22:50:05.560Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
22:50:06 [2021-06-24T22:50:06.495Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
22:50:06 [2021-06-24T22:50:06.754Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
22:50:07 [2021-06-24T22:50:07.320Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
22:50:07 [2021-06-24T22:50:07.320Z] === RUN   TestDockerSuite/TestRunWithShmSize
22:50:07 [2021-06-24T22:50:07.336Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
22:50:08 [2021-06-24T22:50:08.255Z] === RUN   TestDockerSuite/TestRunWithSwappiness
22:50:08 [2021-06-24T22:50:08.822Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
22:50:08 [2021-06-24T22:50:08.822Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
22:50:08 [2021-06-24T22:50:08.822Z] === RUN   TestDockerSuite/TestRunWithUlimits
22:50:09 [2021-06-24T22:50:09.757Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
22:50:11 [2021-06-24T22:50:11.131Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
22:50:11 [2021-06-24T22:50:11.697Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
22:50:11 [2021-06-24T22:50:11.697Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
22:50:11 [2021-06-24T22:50:11.697Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
22:50:12 [2021-06-24T22:50:12.264Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
22:50:12 [2021-06-24T22:50:12.264Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
22:50:13 [2021-06-24T22:50:13.638Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
22:50:14 [2021-06-24T22:50:14.205Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
22:50:15 [2021-06-24T22:50:15.843Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
22:50:16 [2021-06-24T22:50:16.734Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
22:50:16 [2021-06-24T22:50:16.992Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
22:50:16 [2021-06-24T22:50:16.992Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
22:50:16 [2021-06-24T22:50:16.992Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
22:50:17 [2021-06-24T22:50:17.927Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
22:50:18 [2021-06-24T22:50:18.863Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
22:50:19 [2021-06-24T22:50:19.542Z] === RUN   TestDockerSuite/TestBuildEnv
22:50:19 [2021-06-24T22:50:19.542Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
22:50:19 [2021-06-24T22:50:19.542Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
22:50:19 [2021-06-24T22:50:19.542Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
22:50:19 [2021-06-24T22:50:19.995Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
22:50:19 [2021-06-24T22:50:19.995Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
22:50:19 [2021-06-24T22:50:19.995Z] === RUN   TestDockerSuite/TestBuildEnvUsage
22:50:19 [2021-06-24T22:50:19.995Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
22:50:19 [2021-06-24T22:50:19.995Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
22:50:19 [2021-06-24T22:50:19.995Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
22:50:19 [2021-06-24T22:50:19.995Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
22:50:20 [2021-06-24T22:50:20.260Z] === RUN   TestDockerSuite/TestSaveCheckTimes
22:50:20 [2021-06-24T22:50:20.260Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
22:50:21 [2021-06-24T22:50:21.633Z] === RUN   TestDockerSuite/TestSaveImageId
22:50:21 [2021-06-24T22:50:21.891Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
22:50:22 [2021-06-24T22:50:22.149Z] === RUN   TestDockerSuite/TestSaveLoadParents
22:50:24 [2021-06-24T22:50:24.050Z]     docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents239684879
22:50:24 [2021-06-24T22:50:24.050Z] === RUN   TestDockerSuite/TestSaveMultipleNames
22:50:24 [2021-06-24T22:50:24.050Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
22:50:24 [2021-06-24T22:50:24.642Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
22:50:24 [2021-06-24T22:50:24.642Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
22:50:24 [2021-06-24T22:50:24.642Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
22:50:24 [2021-06-24T22:50:24.642Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
22:50:24 [2021-06-24T22:50:24.642Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
22:50:24 [2021-06-24T22:50:24.642Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
22:50:24 [2021-06-24T22:50:24.642Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
22:50:25 [2021-06-24T22:50:25.597Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
22:50:25 [2021-06-24T22:50:25.950Z] === RUN   TestDockerSuite/TestSaveSingleTag
22:50:25 [2021-06-24T22:50:25.950Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
22:50:25 [2021-06-24T22:50:25.950Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
22:50:27 [2021-06-24T22:50:27.325Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
22:50:28 [2021-06-24T22:50:28.700Z] === RUN   TestDockerSuite/TestSearchCmdOptions
22:50:28 [2021-06-24T22:50:28.959Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
22:50:29 [2021-06-24T22:50:29.216Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
22:50:29 [2021-06-24T22:50:29.216Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
22:50:29 [2021-06-24T22:50:29.216Z] === RUN   TestDockerSuite/TestSearchWithLimit
22:50:29 [2021-06-24T22:50:29.728Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
22:50:29 [2021-06-24T22:50:29.783Z] === RUN   TestDockerSuite/TestSlowStdinClosing
22:50:32 [2021-06-24T22:50:32.317Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
22:50:35 [2021-06-24T22:50:35.847Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
22:50:37 [2021-06-24T22:50:37.577Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
22:50:39 [2021-06-24T22:50:39.477Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
22:50:39 [2021-06-24T22:50:39.735Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
22:50:40 [2021-06-24T22:50:40.686Z] === RUN   TestDockerSuite/TestStartAttachSilent
22:50:42 [2021-06-24T22:50:42.592Z] === RUN   TestDockerSuite/TestStartAttachWithRename
22:50:44 [2021-06-24T22:50:44.491Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
22:50:45 [2021-06-24T22:50:45.864Z] === RUN   TestDockerSuite/TestStartMultipleContainers
22:50:47 [2021-06-24T22:50:47.305Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
22:50:49 [2021-06-24T22:50:49.147Z] === RUN   TestDockerSuite/TestStartPausedContainer
22:50:49 [2021-06-24T22:50:49.714Z] === RUN   TestDockerSuite/TestStartRecordError
22:50:52 [2021-06-24T22:50:52.244Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
22:50:52 [2021-06-24T22:50:52.244Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
22:50:53 [2021-06-24T22:50:53.457Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
22:50:53 [2021-06-24T22:50:53.911Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildExpose
22:50:53 [2021-06-24T22:50:53.911Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
22:50:53 [2021-06-24T22:50:53.911Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildExposeOrder
22:50:53 [2021-06-24T22:50:53.911Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
22:50:53 [2021-06-24T22:50:53.911Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
22:50:53 [2021-06-24T22:50:53.911Z] === RUN   TestDockerSuite/TestBuildFails
22:50:54 [2021-06-24T22:50:54.145Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
22:50:56 [2021-06-24T22:50:56.304Z] === RUN   TestDockerSuite/TestStatsAllNoStream
22:50:56 [2021-06-24T22:50:56.786Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
22:50:56 [2021-06-24T22:50:56.786Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
22:50:59 [2021-06-24T22:50:59.588Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
22:51:00 [2021-06-24T22:51:00.156Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
22:51:02 [2021-06-24T22:51:02.013Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
22:51:02 [2021-06-24T22:51:02.699Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
22:51:03 [2021-06-24T22:51:03.800Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
22:51:05 [2021-06-24T22:51:05.227Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
22:51:07 [2021-06-24T22:51:07.127Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
22:51:08 [2021-06-24T22:51:08.059Z] === RUN   TestDockerSuite/TestStatsFormatAll
22:51:09 [2021-06-24T22:51:09.545Z] === RUN   TestDockerSuite/TestBuildForceRm
22:51:11 [2021-06-24T22:51:11.342Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
22:51:13 [2021-06-24T22:51:13.869Z] === RUN   TestDockerSuite/TestStatsNoStream
22:51:15 [2021-06-24T22:51:15.244Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
22:51:15 [2021-06-24T22:51:15.244Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
22:51:15 [2021-06-24T22:51:15.244Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
22:51:16 [2021-06-24T22:51:16.180Z] === RUN   TestDockerSuite/TestStopContainerSignal
22:51:16 [2021-06-24T22:51:16.571Z] === RUN   TestDockerSuite/TestBuildFromGit
22:51:18 [2021-06-24T22:51:18.083Z] === RUN   TestDockerSuite/TestTopMultipleArgs
22:51:19 [2021-06-24T22:51:19.021Z] === RUN   TestDockerSuite/TestTopNonPrivileged
22:51:19 [2021-06-24T22:51:19.957Z] === RUN   TestDockerSuite/TestTopPrivileged
22:51:20 [2021-06-24T22:51:20.524Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
22:51:20 [2021-06-24T22:51:20.524Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
22:51:20 [2021-06-24T22:51:20.524Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
22:51:21 [2021-06-24T22:51:21.901Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
22:51:21 [2021-06-24T22:51:21.901Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
22:51:22 [2021-06-24T22:51:22.317Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
22:51:22 [2021-06-24T22:51:22.835Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
22:51:23 [2021-06-24T22:51:23.402Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
22:51:23 [2021-06-24T22:51:23.833Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
22:51:26 [2021-06-24T22:51:26.685Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
22:51:26 [2021-06-24T22:51:26.685Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
22:51:28 [2021-06-24T22:51:28.482Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
22:51:28 [2021-06-24T22:51:28.482Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
22:51:28 [2021-06-24T22:51:28.482Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
22:51:29 [2021-06-24T22:51:29.437Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
22:51:29 [2021-06-24T22:51:29.891Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
22:51:29 [2021-06-24T22:51:29.891Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
22:51:29 [2021-06-24T22:51:29.891Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
22:51:29 [2021-06-24T22:51:29.969Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
22:51:30 [2021-06-24T22:51:30.903Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
22:51:31 [2021-06-24T22:51:31.471Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
22:51:31 [2021-06-24T22:51:31.471Z]     docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
22:51:31 [2021-06-24T22:51:31.471Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
22:51:31 [2021-06-24T22:51:31.471Z]     docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
22:51:31 [2021-06-24T22:51:31.471Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
22:51:32 [2021-06-24T22:51:32.846Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
22:51:33 [2021-06-24T22:51:33.781Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
22:51:35 [2021-06-24T22:51:35.154Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
22:51:36 [2021-06-24T22:51:36.528Z] === RUN   TestDockerSuite/TestUpdateStats
22:51:40 [2021-06-24T22:51:40.713Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
22:51:41 [2021-06-24T22:51:41.655Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
22:51:41 [2021-06-24T22:51:41.655Z]     docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
22:51:41 [2021-06-24T22:51:41.655Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
22:51:43 [2021-06-24T22:51:43.553Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
22:51:44 [2021-06-24T22:51:44.656Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
22:51:44 [2021-06-24T22:51:44.656Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
22:51:44 [2021-06-24T22:51:44.656Z] === RUN   TestDockerSuite/TestBuildHistory
22:51:44 [2021-06-24T22:51:44.926Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
22:51:50 [2021-06-24T22:51:50.192Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
22:51:54 [2021-06-24T22:51:54.378Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
22:51:57 [2021-06-24T22:51:57.069Z] === RUN   TestDockerSuite/TestBuildIidFile
22:51:57 [2021-06-24T22:51:57.069Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
22:51:57 [2021-06-24T22:51:57.663Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
22:51:58 [2021-06-24T22:51:58.612Z] === RUN   TestDockerSuite/TestBuildInheritance
22:51:58 [2021-06-24T22:51:58.613Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
22:51:58 [2021-06-24T22:51:58.613Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
22:51:59 [2021-06-24T22:51:59.585Z] === RUN   TestDockerSuite/TestBuildInvalidTag
22:51:59 [2021-06-24T22:51:59.585Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
22:52:00 [2021-06-24T22:52:00.195Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
22:52:04 [2021-06-24T22:52:04.292Z] === RUN   TestDockerSuite/TestBuildLabel
22:52:05 [2021-06-24T22:52:05.264Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
22:52:05 [2021-06-24T22:52:05.463Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
22:52:05 [2021-06-24T22:52:05.725Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
22:52:06 [2021-06-24T22:52:06.697Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
22:52:07 [2021-06-24T22:52:07.669Z] === RUN   TestDockerSuite/TestBuildLabels
22:52:08 [2021-06-24T22:52:08.642Z] === RUN   TestDockerSuite/TestBuildLabelsCache
22:52:09 [2021-06-24T22:52:09.655Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
22:52:10 [2021-06-24T22:52:10.184Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
22:52:12 [2021-06-24T22:52:12.187Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
22:52:14 [2021-06-24T22:52:14.088Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
22:52:15 [2021-06-24T22:52:15.460Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
22:52:16 [2021-06-24T22:52:16.834Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLastModified
22:52:17 [2021-06-24T22:52:17.281Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLineBreak
22:52:17 [2021-06-24T22:52:17.281Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
22:52:17 [2021-06-24T22:52:17.281Z] === RUN   TestDockerSuite/TestBuildMaintainer
22:52:17 [2021-06-24T22:52:17.743Z] === RUN   TestDockerSuite/TestBuildMissingArgs
22:52:18 [2021-06-24T22:52:18.203Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
22:52:18 [2021-06-24T22:52:18.734Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
22:52:20 [2021-06-24T22:52:20.110Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
22:52:21 [2021-06-24T22:52:21.049Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
22:52:22 [2021-06-24T22:52:22.953Z]     docker_cli_swarm_test.go:1186: [d68d305c61003] joining swarm manager [dcf235cd1450d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:52:23 [2021-06-24T22:52:23.520Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
22:52:24 [2021-06-24T22:52:24.022Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
22:52:25 [2021-06-24T22:52:25.422Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
22:52:27 [2021-06-24T22:52:27.955Z] === RUN   TestDockerSuite/TestVolumeCLICreate
22:52:29 [2021-06-24T22:52:29.328Z]     docker_cli_swarm_test.go:1195: [dbfc31434f635] joining swarm manager [dcf235cd1450d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:52:41 [2021-06-24T22:52:41.746Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
22:52:41 [2021-06-24T22:52:41.746Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
22:52:41 [2021-06-24T22:52:41.746Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
22:52:42 [2021-06-24T22:52:42.208Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
22:52:43 [2021-06-24T22:52:43.065Z] === RUN   TestDockerSuite/TestBuildDotDotFile
22:52:43 [2021-06-24T22:52:43.065Z] === RUN   TestDockerSuite/TestBuildEOLInLine
22:52:43 [2021-06-24T22:52:43.065Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
22:52:43 [2021-06-24T22:52:43.065Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
22:52:43 [2021-06-24T22:52:43.065Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
22:52:43 [2021-06-24T22:52:43.065Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
22:52:43 [2021-06-24T22:52:43.065Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
22:52:43 [2021-06-24T22:52:43.515Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
22:52:43 [2021-06-24T22:52:43.515Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
22:52:43 [2021-06-24T22:52:43.515Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
22:52:43 [2021-06-24T22:52:43.967Z] === RUN   TestDockerSuite/TestBuildEntrypoint
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
22:52:44 [2021-06-24T22:52:44.193Z] === RUN   TestDockerSuite/TestVolumeCLILs
22:52:44 [2021-06-24T22:52:44.419Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
22:52:44 [2021-06-24T22:52:44.451Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
22:52:44 [2021-06-24T22:52:44.452Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
22:52:45 [2021-06-24T22:52:45.387Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
22:52:45 [2021-06-24T22:52:45.387Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
22:52:45 [2021-06-24T22:52:45.387Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
22:52:45 [2021-06-24T22:52:45.387Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
22:52:45 [2021-06-24T22:52:45.387Z] === RUN   TestDockerSuite/TestVolumeCLIRm
22:52:47 [2021-06-24T22:52:47.919Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
22:52:47 [2021-06-24T22:52:47.919Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
22:52:47 [2021-06-24T22:52:47.919Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
22:52:47 [2021-06-24T22:52:47.919Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
22:52:47 [2021-06-24T22:52:47.919Z] === RUN   TestDockerSuite/TestVolumeEvents
22:52:50 [2021-06-24T22:52:50.152Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
22:52:52 [2021-06-24T22:52:52.294Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
22:52:54 [2021-06-24T22:52:54.475Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
22:52:55 [2021-06-24T22:52:55.852Z] === RUN   TestDockerSuite/TestVolumeLsFormat
22:52:55 [2021-06-24T22:52:55.852Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
22:52:55 [2021-06-24T22:52:55.852Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnv
22:52:56 [2021-06-24T22:52:56.927Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
22:52:56 [2021-06-24T22:52:56.927Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
22:52:56 [2021-06-24T22:52:56.927Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnvUsage
22:52:56 [2021-06-24T22:52:56.927Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
22:52:56 [2021-06-24T22:52:56.927Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
22:52:56 [2021-06-24T22:52:56.927Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
22:52:59 [2021-06-24T22:52:59.134Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
22:53:00 [2021-06-24T22:53:00.611Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
22:53:00 [2021-06-24T22:53:00.611Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
22:53:00 [2021-06-24T22:53:00.611Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
22:53:00 [2021-06-24T22:53:00.611Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
22:53:00 [2021-06-24T22:53:00.611Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
22:53:00 [2021-06-24T22:53:00.611Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
22:53:00 [2021-06-24T22:53:00.611Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
22:53:01 [2021-06-24T22:53:01.561Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
22:53:02 [2021-06-24T22:53:02.419Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
22:53:02 [2021-06-24T22:53:02.419Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
22:53:02 [2021-06-24T22:53:02.419Z] --- PASS: TestDockerSuite (1806.86s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.14s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.52s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.85s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.74s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.18s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.55s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.53s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.14s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.54s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.05s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.22s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.15s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.16s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.31s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.56s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.19s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.46s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.40s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.34s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.33s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.23s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.80s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.72s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.61s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.71s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.82s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.58s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.55s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.41s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.14s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.47s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.21s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.00s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.71s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (10.00s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.66s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.76s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.85s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.93s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.71s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.03s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.58s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.57s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.84s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.18s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.80s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.31s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.76s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (2.08s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.73s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.05s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (10.39s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.46s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.65s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.33s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.11s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.99s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.41s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.45s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.70s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.63s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (16.92s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.62s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.53s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.47s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.09s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.62s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.46s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.74s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.86s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.97s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.86s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.50s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.13s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.24s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.16s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.37s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.65s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.41s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.34s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.27s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.24s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.62s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.10s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.43s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.40s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.23s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.62s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.12s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.65s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.34s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.68s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.77s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.05s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.97s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.91s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.87s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.36s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.76s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.82s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.65s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.72s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.73s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.79s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (15.20s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.89s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.57s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.17s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.19s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.15s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.01s)
22:53:02 [2021-06-24T22:53:02.419Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.05s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.36s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.28s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.98s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.51s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.12s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (6.11s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.48s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.17s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.47s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.46s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.08s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.73s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.64s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.53s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.50s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.72s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (8.62s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (25.39s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.21s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.47s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.44s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.34s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.25s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.75s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.22s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.40s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.31s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.20s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFails (0.77s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.16s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.34s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.08s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.47s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.31s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.99s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.65s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.22s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.05s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.15s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.25s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.14s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.35s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.86s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.57s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.55s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.33s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.40s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.53s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.41s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.93s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.32s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.32s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.07s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.50s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.64s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.43s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.64s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.23s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.26s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.38s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.48s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.46s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.13s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.22s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.29s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.94s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.84s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.32s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.50s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.53s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.15s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.03s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (3.58s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.23s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.37s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.08s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.49s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.77s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.84s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.61s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.64s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRm (3.96s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.13s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.18s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.50s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.47s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.13s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.19s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (5.37s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.16s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.49s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.18s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildStderr (1.26s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.98s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.37s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.19s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.40s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.39s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildUser (2.22s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.43s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.36s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.99s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.34s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.18s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.11s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.46s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.87s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.17s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.38s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.20s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.55s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.21s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.83s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.42s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.87s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.82s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.68s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitChange (0.92s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.78s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitHardlink (2.10s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitNewFile (2.37s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.99s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitTTY (2.17s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.96s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.37s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.52s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.71s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.76s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.68s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.72s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.70s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.72s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.70s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.91s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.11s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.97s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.96s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.17s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.86s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.85s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (1.19s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.82s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.82s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.74s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.02s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (5.11s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.07s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPITop (1.10s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.23s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.11s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.68s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.68s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.91s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.05s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.73s)
22:53:02 [2021-06-24T22:53:02.420Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.51s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.76s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.77s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.91s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.20s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000799f38_<nil>} (0.81s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1011403319_/foo_false__<nil>_<nil>_<nil>} (1.93s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1011403319_/foo_true__<nil>_<nil>_<nil>} (1.59s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_false__<nil>_<nil>_<nil>} (1.61s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_true__<nil>_<nil>_<nil>} (1.55s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3411049514_/foo_true__0xc000799f68_<nil>_<nil>} (1.64s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000799fc8_<nil>} (1.58s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000799fe0_<nil>} (1.79s)
22:53:02 [2021-06-24T22:53:02.420Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000b4c000_<nil>} (0.66s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000b4c060_<nil>} (1.54s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.42s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.67s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.94s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.43s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.87s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.88s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.95s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.17s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.80s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.83s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.10s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.81s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.97s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.82s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.86s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.91s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.85s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.52s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.85s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.58s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.26s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.40s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (5.25s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.99s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToDot (0.80s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.40s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.64s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToStdout (1.56s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.36s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.88s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.18s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.37s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.70s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.87s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.88s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.72s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.40s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.94s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.91s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.87s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.76s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.69s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.08s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.79s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.28s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.28s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.37s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.31s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.28s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.35s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsAttach (1.19s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.89s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.75s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.70s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.75s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.73s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.44s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.27s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.47s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.60s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.38s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.50s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.26s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.48s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.64s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsImageImport (1.37s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.43s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.45s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.07s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.32s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.46s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.92s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsRename (1.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsResize (0.92s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.17s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.71s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.95s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsTop (0.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.57s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.39s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExec (1.37s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.43s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.85s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStart (2.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.13s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.98s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.97s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecCgroup (3.20s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecEnv (1.85s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.21s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.09s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.99s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.97s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecParseError (0.76s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.76s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.72s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.46s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.28s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.69s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.73s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecTTY (1.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.04s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (1.76s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.04s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.30s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.79s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.82s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.91s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.18s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.72s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHealth (22.83s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.04s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.92s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.80s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.67s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.71s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportFile (1.69s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportGzipped (2.65s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.17s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.04s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.77s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.78s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.75s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.72s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.69s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.67s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.78s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.75s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (1.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.71s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.28s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.58s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.25s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.21s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectHistory (1.31s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectImage (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.92s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.94s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.14s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.89s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.41s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.81s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.84s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.49s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.95s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.74s)
22:53:02 [2021-06-24T22:53:02.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.75s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.67s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.68s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.25s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.47s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.46s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.14s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.84s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.19s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.78s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.79s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.49s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.08s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.14s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.76s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.22s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.37s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.92s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.73s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.82s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.76s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.93s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.41s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.80s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.63s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.61s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.22s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.38s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.99s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.87s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsSince (7.21s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.13s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.83s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsTail (1.25s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.75s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.95s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.28s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestMountIntoSys (1.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestNetHostname (3.10s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.60s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestNetworkEvents (1.43s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.66s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.98s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginActive (1.38s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.79s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.16s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.48s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.97s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.13s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.76s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.94s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.16s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPortList (9.20s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.43s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.91s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.70s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.70s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.40s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (4.04s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.86s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.49s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.49s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.07s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (3.87s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.81s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.58s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.82s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.97s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.56s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.75s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.92s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.83s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.90s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.80s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.18s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.14s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.81s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.95s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.04s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.19s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.85s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.81s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.92s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.73s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.58s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.72s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.51s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.45s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.40s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.70s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.75s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.03s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.13s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.42s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.08s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.94s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.41s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.92s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (1.16s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiTag (0.34s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.86s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.62s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.89s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.97s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.88s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.49s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.50s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.82s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.81s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.39s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.85s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.96s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.97s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.97s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.11s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.87s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.04s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.70s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.67s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.09s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.78s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.71s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.92s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.80s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.04s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (1.21s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.74s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.02s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.79s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.77s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.69s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.68s)
22:53:02 [2021-06-24T22:53:02.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.39s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.43s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.78s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.94s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.81s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.93s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.79s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.24s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.20s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.14s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.23s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.29s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.84s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.90s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.67s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.60s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.84s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.96s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.78s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.82s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.72s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.66s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.67s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.68s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.69s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.69s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.73s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.69s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.39s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.48s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.11s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.84s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.79s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.66s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.43s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.70s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.12s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.75s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.43s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.76s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.89s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.66s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.41s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.41s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.48s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.40s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.38s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMount (7.89s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.69s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.85s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.18s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.61s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.60s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.58s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.49s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.49s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.04s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.23s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.96s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.07s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.21s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.21s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.61s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.71s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.69s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.67s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.77s)
22:53:02 [2021-06-24T22:53:02.681Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.75s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.55s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.90s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.48s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.74s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.98s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.38s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRm (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.68s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.39s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.86s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunState (1.46s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.66s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.48s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.27s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.90s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.50s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.17s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.89s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.67s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.92s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.95s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.14s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.38s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.10s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.35s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.67s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.64s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.38s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.74s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.72s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.93s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.68s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.70s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.67s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.37s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.68s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.60s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.15s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.90s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.96s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.14s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.65s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.09s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.44s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.84s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.63s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.43s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.44s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.20s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.36s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.23s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.82s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (3.10s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (3.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (1.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartRecordError (2.12s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.16s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.19s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.53s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.12s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.54s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.81s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.90s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.94s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.83s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.35s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.61s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.45s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.67s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.39s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.10s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.69s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.40s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.90s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.81s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.33s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.75s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.37s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.41s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.37s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.09s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.29s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.46s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.09s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.76s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.73s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.83s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.21s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.19s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.80s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.71s)
22:53:02 [2021-06-24T22:53:02.682Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:53:02 [2021-06-24T22:53:02.682Z] === RUN   TestDockerRegistrySuite
22:53:02 [2021-06-24T22:53:02.682Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
22:53:04 [2021-06-24T22:53:04.057Z]     check_test.go:196: [d0f47c0bc3ff1] daemon is not started
22:53:04 [2021-06-24T22:53:04.057Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
22:53:05 [2021-06-24T22:53:05.431Z]     check_test.go:196: [d7591d79c822d] daemon is not started
22:53:05 [2021-06-24T22:53:05.431Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
22:53:06 [2021-06-24T22:53:06.192Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
22:53:06 [2021-06-24T22:53:06.808Z]     check_test.go:196: [d87c682a2257c] daemon is not started
22:53:06 [2021-06-24T22:53:06.808Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
22:53:06 [2021-06-24T22:53:06.808Z]     check_test.go:196: [daf0424147fb6] daemon is not started
22:53:06 [2021-06-24T22:53:06.808Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
22:53:10 [2021-06-24T22:53:10.093Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
22:53:10 [2021-06-24T22:53:10.659Z]     check_test.go:196: [d0817be760f97] daemon is not started
22:53:10 [2021-06-24T22:53:10.659Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
22:53:17 [2021-06-24T22:53:17.216Z]     check_test.go:196: [dae3ab9fefe4d] daemon is not started
22:53:17 [2021-06-24T22:53:17.216Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
22:53:19 [2021-06-24T22:53:19.119Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
22:53:21 [2021-06-24T22:53:21.023Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildExpose
22:53:21 [2021-06-24T22:53:21.023Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
22:53:21 [2021-06-24T22:53:21.023Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildExposeOrder
22:53:21 [2021-06-24T22:53:21.023Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
22:53:21 [2021-06-24T22:53:21.023Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
22:53:21 [2021-06-24T22:53:21.023Z] === RUN   TestDockerSuite/TestBuildFails
22:53:21 [2021-06-24T22:53:21.652Z]     check_test.go:196: [d9e30cd99f26b] daemon is not started
22:53:21 [2021-06-24T22:53:21.652Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
22:53:23 [2021-06-24T22:53:23.041Z]     check_test.go:196: [dd2efd999ba25] daemon is not started
22:53:23 [2021-06-24T22:53:23.041Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
22:53:23 [2021-06-24T22:53:23.975Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
22:53:24 [2021-06-24T22:53:24.234Z]     check_test.go:196: [dedba218c06ee] daemon is not started
22:53:24 [2021-06-24T22:53:24.492Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
22:53:24 [2021-06-24T22:53:24.790Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
22:53:25 [2021-06-24T22:53:25.867Z]     docker_cli_swarm_test.go:1118: [d0aefca09074b] joining swarm manager [d941aed0a555a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:53:26 [2021-06-24T22:53:26.126Z]     check_test.go:196: [d17451e80e483] daemon is not started
22:53:26 [2021-06-24T22:53:26.126Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
22:53:27 [2021-06-24T22:53:27.502Z]     docker_cli_swarm_test.go:1119: [d0415e9037152] joining swarm manager [d941aed0a555a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:53:27 [2021-06-24T22:53:27.760Z]     check_test.go:196: [d56c79c5f8b3d] daemon is not started
22:53:27 [2021-06-24T22:53:27.760Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
22:53:28 [2021-06-24T22:53:28.016Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
22:53:28 [2021-06-24T22:53:28.016Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
22:53:29 [2021-06-24T22:53:29.134Z]     check_test.go:196: [d92c0e5408751] daemon is not started
22:53:29 [2021-06-24T22:53:29.134Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
22:53:30 [2021-06-24T22:53:30.509Z]     check_test.go:196: [d690f7a9081f2] daemon is not started
22:53:30 [2021-06-24T22:53:30.509Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
22:53:31 [2021-06-24T22:53:31.448Z]     check_test.go:196: [d5cacaa49dfd8] daemon is not started
22:53:31 [2021-06-24T22:53:31.448Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
22:53:32 [2021-06-24T22:53:32.647Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
22:53:32 [2021-06-24T22:53:32.823Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d6d795e156ca711a3f50c70ef48039cd03c3c822b55d6edd860b7f3011fa9efb
22:53:33 [2021-06-24T22:53:33.757Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:24aff81cc7e828efde02f5cfba3d3788ff1b05f9e4b7634c2b87bbfac98e3aa0
22:53:34 [2021-06-24T22:53:34.015Z]     check_test.go:196: [d2439aba1ec8a] daemon is not started
22:53:34 [2021-06-24T22:53:34.015Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
22:53:35 [2021-06-24T22:53:35.172Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
22:53:35 [2021-06-24T22:53:35.391Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:eeffe3cd02f2ee20f8d4aa9a5d722286dacd00382b596a4dc44809b413cebbf3
22:53:35 [2021-06-24T22:53:35.957Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:853b0f1e85068ff78b05f99ccaafa9bc7e39e2b00e2d6dca42e87d4c4f2a4b96
22:53:36 [2021-06-24T22:53:36.215Z]     check_test.go:196: [d2d2fd4279e5f] daemon is not started
22:53:36 [2021-06-24T22:53:36.474Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
22:53:37 [2021-06-24T22:53:37.273Z] === RUN   TestDockerSuite/TestBuildForceRm
22:53:37 [2021-06-24T22:53:37.850Z]     check_test.go:196: [d63facafae07b] daemon is not started
22:53:37 [2021-06-24T22:53:37.850Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
22:53:40 [2021-06-24T22:53:40.381Z]     check_test.go:196: [ddcd84420e273] daemon is not started
22:53:40 [2021-06-24T22:53:40.381Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
22:53:40 [2021-06-24T22:53:40.980Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
22:53:41 [2021-06-24T22:53:41.761Z]     check_test.go:196: [d0600edfc8152] daemon is not started
22:53:41 [2021-06-24T22:53:41.761Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
22:53:41 [2021-06-24T22:53:41.761Z]     check_test.go:196: [dda13ed8834ec] daemon is not started
22:53:41 [2021-06-24T22:53:41.761Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
22:53:43 [2021-06-24T22:53:43.000Z] === RUN   TestDockerSuite/TestBuildFromGit
22:53:43 [2021-06-24T22:53:43.137Z]     check_test.go:196: [d4328e18b0010] daemon is not started
22:53:43 [2021-06-24T22:53:43.137Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
22:53:44 [2021-06-24T22:53:44.513Z]     check_test.go:196: [df939c3c2b6cc] daemon is not started
22:53:44 [2021-06-24T22:53:44.513Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
22:53:45 [2021-06-24T22:53:45.886Z]     check_test.go:196: [d936cae5101a1] daemon is not started
22:53:45 [2021-06-24T22:53:45.886Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
22:53:47 [2021-06-24T22:53:47.627Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
22:53:48 [2021-06-24T22:53:48.075Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
22:53:49 [2021-06-24T22:53:49.136Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
22:53:49 [2021-06-24T22:53:49.171Z]     check_test.go:196: [d77f9d5447598] daemon is not started
22:53:49 [2021-06-24T22:53:49.171Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
22:53:49 [2021-06-24T22:53:49.171Z]     check_test.go:196: [d25878926203a] daemon is not started
22:53:49 [2021-06-24T22:53:49.171Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
22:53:50 [2021-06-24T22:53:50.544Z]     check_test.go:196: [d6656e6dded2c] daemon is not started
22:53:50 [2021-06-24T22:53:50.544Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
22:53:50 [2021-06-24T22:53:50.802Z]     check_test.go:196: [dd18c6d01ee73] daemon is not started
22:53:50 [2021-06-24T22:53:50.802Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
22:53:50 [2021-06-24T22:53:50.802Z]     check_test.go:196: [d958c86a2243e] daemon is not started
22:53:50 [2021-06-24T22:53:50.802Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
22:53:51 [2021-06-24T22:53:51.060Z]     check_test.go:196: [d5f49f84eda9b] daemon is not started
22:53:51 [2021-06-24T22:53:51.060Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
22:53:51 [2021-06-24T22:53:51.318Z]     check_test.go:196: [d02854d6597af] daemon is not started
22:53:51 [2021-06-24T22:53:51.318Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
22:53:51 [2021-06-24T22:53:51.885Z]     check_test.go:196: [d8c1b18d967e8] daemon is not started
22:53:51 [2021-06-24T22:53:51.885Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
22:53:51 [2021-06-24T22:53:51.885Z]     check_test.go:196: [d6f71c3ef0865] daemon is not started
22:53:51 [2021-06-24T22:53:51.885Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
22:53:52 [2021-06-24T22:53:52.778Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
22:53:53 [2021-06-24T22:53:53.261Z]     check_test.go:196: [d834f0a7dd958] daemon is not started
22:53:53 [2021-06-24T22:53:53.261Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
22:53:53 [2021-06-24T22:53:53.771Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
22:53:53 [2021-06-24T22:53:53.771Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
22:53:53 [2021-06-24T22:53:53.771Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
22:53:54 [2021-06-24T22:53:54.222Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
22:53:54 [2021-06-24T22:53:54.672Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
22:53:54 [2021-06-24T22:53:54.672Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
22:53:54 [2021-06-24T22:53:54.672Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
22:53:55 [2021-06-24T22:53:55.162Z]     check_test.go:196: [dd5a4db9d6d40] daemon is not started
22:53:55 [2021-06-24T22:53:55.162Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
22:53:56 [2021-06-24T22:53:56.538Z]     check_test.go:196: [ddf268f6fb7bb] daemon is not started
22:53:56 [2021-06-24T22:53:56.538Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
22:53:57 [2021-06-24T22:53:57.913Z]     check_test.go:196: [dfa8b2be08a64] daemon is not started
22:53:57 [2021-06-24T22:53:57.913Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
22:53:58 [2021-06-24T22:53:58.486Z] === RUN   TestDockerRegistrySuite/TestV2Only
22:53:59 [2021-06-24T22:53:59.418Z] --- PASS: TestDockerRegistrySuite (56.89s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.45s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.25s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.60s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.66s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.67s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.25s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.44s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.43s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.74s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.61s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.24s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.22s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.46s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.38s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.23s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.88s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.26s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.25s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.11s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.39s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.07s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.26s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.35s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.91s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.27s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.27s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s)
22:53:59 [2021-06-24T22:53:59.418Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
22:53:59 [2021-06-24T22:53:59.418Z] === RUN   TestDockerSchema1RegistrySuite
22:53:59 [2021-06-24T22:53:59.418Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
22:53:59 [2021-06-24T22:53:59.676Z]     check_test.go:223: [d8223695ac2d3] daemon is not started
22:53:59 [2021-06-24T22:53:59.676Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
22:54:03 [2021-06-24T22:54:03.860Z]     check_test.go:223: [d08d95a844d7e] daemon is not started
22:54:03 [2021-06-24T22:54:03.860Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
22:54:06 [2021-06-24T22:54:06.948Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
22:54:06 [2021-06-24T22:54:06.948Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
22:54:06 [2021-06-24T22:54:06.948Z] === RUN   TestDockerSuite/TestBuildHistory
22:54:10 [2021-06-24T22:54:10.420Z]     check_test.go:223: [dbb31cc9dea61] daemon is not started
22:54:10 [2021-06-24T22:54:10.420Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
22:54:10 [2021-06-24T22:54:10.505Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
22:54:10 [2021-06-24T22:54:10.505Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
22:54:10 [2021-06-24T22:54:10.505Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
22:54:13 [2021-06-24T22:54:13.700Z]     check_test.go:223: [dc89472295231] daemon is not started
22:54:13 [2021-06-24T22:54:13.700Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
22:54:14 [2021-06-24T22:54:14.266Z]     check_test.go:223: [dc0cc29389114] daemon is not started
22:54:14 [2021-06-24T22:54:14.266Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
22:54:15 [2021-06-24T22:54:15.643Z]     check_test.go:223: [d2dbe26fdd95f] daemon is not started
22:54:15 [2021-06-24T22:54:15.643Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
22:54:15 [2021-06-24T22:54:15.901Z]     check_test.go:223: [d41d6b5c8d788] daemon is not started
22:54:15 [2021-06-24T22:54:15.901Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
22:54:16 [2021-06-24T22:54:16.317Z] === RUN   TestDockerSuite/TestBuildMultipleTags
22:54:17 [2021-06-24T22:54:17.178Z] === RUN   TestDockerSuite/TestBuildIidFile
22:54:17 [2021-06-24T22:54:17.277Z]     check_test.go:223: [d1f2afcc061b6] daemon is not started
22:54:17 [2021-06-24T22:54:17.277Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
22:54:17 [2021-06-24T22:54:17.292Z] === RUN   TestDockerSuite/TestBuildNetContainer
22:54:17 [2021-06-24T22:54:17.292Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
22:54:17 [2021-06-24T22:54:17.292Z] === RUN   TestDockerSuite/TestBuildNetNone
22:54:17 [2021-06-24T22:54:17.292Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
22:54:17 [2021-06-24T22:54:17.292Z] === RUN   TestDockerSuite/TestBuildNoContext
22:54:18 [2021-06-24T22:54:18.128Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
22:54:18 [2021-06-24T22:54:18.210Z]     check_test.go:223: [d9c3222d2f7eb] daemon is not started
22:54:18 [2021-06-24T22:54:18.210Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
22:54:19 [2021-06-24T22:54:19.583Z]     check_test.go:223: [ddca3b54997af] daemon is not started
22:54:19 [2021-06-24T22:54:19.583Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
22:54:19 [2021-06-24T22:54:19.642Z] === RUN   TestDockerSuite/TestBuildInheritance
22:54:19 [2021-06-24T22:54:19.643Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
22:54:19 [2021-06-24T22:54:19.643Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
22:54:20 [2021-06-24T22:54:20.207Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
22:54:20 [2021-06-24T22:54:20.593Z] === RUN   TestDockerSuite/TestBuildInvalidTag
22:54:20 [2021-06-24T22:54:20.593Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
22:54:22 [2021-06-24T22:54:22.878Z]     check_test.go:223: [dd1e99fb12d39] daemon is not started
22:54:22 [2021-06-24T22:54:22.878Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
22:54:22 [2021-06-24T22:54:22.878Z]     check_test.go:223: [d50411f6a0f1b] daemon is not started
22:54:23 [2021-06-24T22:54:23.136Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
22:54:23 [2021-06-24T22:54:23.394Z]     check_test.go:223: [dfec76c2876f3] daemon is not started
22:54:23 [2021-06-24T22:54:23.394Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
22:54:23 [2021-06-24T22:54:23.652Z]     check_test.go:223: [de4df99e1a370] daemon is not started
22:54:23 [2021-06-24T22:54:23.652Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
22:54:23 [2021-06-24T22:54:23.910Z]     check_test.go:223: [da83c9f6c647e] daemon is not started
22:54:23 [2021-06-24T22:54:23.910Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
22:54:24 [2021-06-24T22:54:24.168Z]     check_test.go:223: [d462de73d5d67] daemon is not started
22:54:24 [2021-06-24T22:54:24.168Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
22:54:24 [2021-06-24T22:54:24.276Z] === RUN   TestDockerSuite/TestBuildLabel
22:54:24 [2021-06-24T22:54:24.426Z]     check_test.go:223: [dedabb9a3482a] daemon is not started
22:54:24 [2021-06-24T22:54:24.426Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
22:54:24 [2021-06-24T22:54:24.685Z]     check_test.go:223: [d7b40ddc2064d] daemon is not started
22:54:24 [2021-06-24T22:54:24.685Z] --- PASS: TestDockerSchema1RegistrySuite (25.27s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.59s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.27s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.64s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.20s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.35s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.29s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.16s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.13s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.18s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s)
22:54:24 [2021-06-24T22:54:24.685Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
22:54:24 [2021-06-24T22:54:24.685Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
22:54:24 [2021-06-24T22:54:24.685Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
22:54:24 [2021-06-24T22:54:24.928Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
22:54:25 [2021-06-24T22:54:25.226Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
22:54:25 [2021-06-24T22:54:25.251Z]     check_test.go:252: [d01faf3d75608] daemon is not started
22:54:25 [2021-06-24T22:54:25.251Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
22:54:25 [2021-06-24T22:54:25.677Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
22:54:25 [2021-06-24T22:54:25.818Z]     check_test.go:252: [d81ddc3cb8bab] daemon is not started
22:54:25 [2021-06-24T22:54:25.818Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
22:54:26 [2021-06-24T22:54:26.076Z]     check_test.go:252: [d4e4c6fc34438] daemon is not started
22:54:26 [2021-06-24T22:54:26.076Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
22:54:26 [2021-06-24T22:54:26.629Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
22:54:27 [2021-06-24T22:54:27.079Z] === RUN   TestDockerSuite/TestBuildLabels
22:54:27 [2021-06-24T22:54:27.117Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
22:54:27 [2021-06-24T22:54:27.453Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
22:54:27 [2021-06-24T22:54:27.454Z]     check_test.go:252: [dfbcd310ea777] daemon is not started
22:54:27 [2021-06-24T22:54:27.454Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
22:54:27 [2021-06-24T22:54:27.579Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
22:54:27 [2021-06-24T22:54:27.579Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
22:54:28 [2021-06-24T22:54:28.020Z]     check_test.go:252: [d9182340939b3] daemon is not started
22:54:28 [2021-06-24T22:54:28.021Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
22:54:28 [2021-06-24T22:54:28.030Z] === RUN   TestDockerSuite/TestBuildLabelsCache
22:54:28 [2021-06-24T22:54:28.588Z]     check_test.go:252: [db0fcff65cc49] daemon is not started
22:54:28 [2021-06-24T22:54:28.588Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
22:54:28 [2021-06-24T22:54:28.588Z]     check_test.go:252: [db73f42516824] daemon is not started
22:54:28 [2021-06-24T22:54:28.588Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.97s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.76s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.19s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.57s)
22:54:28 [2021-06-24T22:54:28.588Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
22:54:28 [2021-06-24T22:54:28.588Z] === RUN   TestDockerRegistryAuthTokenSuite
22:54:28 [2021-06-24T22:54:28.588Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
22:54:29 [2021-06-24T22:54:29.540Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
22:54:30 [2021-06-24T22:54:30.493Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
22:54:31 [2021-06-24T22:54:31.465Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
22:54:33 [2021-06-24T22:54:33.008Z] === RUN   TestDockerSuite/TestBuildOnBuild
22:54:33 [2021-06-24T22:54:33.846Z]     check_test.go:279: [d9ebdbaa483ce] daemon is not started
22:54:33 [2021-06-24T22:54:33.846Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
22:54:33 [2021-06-24T22:54:33.846Z]     check_test.go:279: [dbf5bbee8c0c3] daemon is not started
22:54:33 [2021-06-24T22:54:33.846Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
22:54:34 [2021-06-24T22:54:34.103Z]     check_test.go:279: [d0b0eb8a20a6d] daemon is not started
22:54:34 [2021-06-24T22:54:34.103Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
22:54:34 [2021-06-24T22:54:34.103Z]     check_test.go:279: [d58f347658984] daemon is not started
22:54:34 [2021-06-24T22:54:34.103Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
22:54:34 [2021-06-24T22:54:34.361Z]     check_test.go:279: [db1c54744941a] daemon is not started
22:54:34 [2021-06-24T22:54:34.361Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s)
22:54:34 [2021-06-24T22:54:34.361Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
22:54:34 [2021-06-24T22:54:34.361Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
22:54:34 [2021-06-24T22:54:34.361Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
22:54:34 [2021-06-24T22:54:34.361Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
22:54:34 [2021-06-24T22:54:34.361Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
22:54:34 [2021-06-24T22:54:34.361Z] === RUN   TestDockerNetworkSuite
22:54:34 [2021-06-24T22:54:34.361Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLastModified
22:54:35 [2021-06-24T22:54:35.262Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLineBreak
22:54:35 [2021-06-24T22:54:35.262Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
22:54:35 [2021-06-24T22:54:35.262Z] === RUN   TestDockerSuite/TestBuildMaintainer
22:54:35 [2021-06-24T22:54:35.712Z] === RUN   TestDockerSuite/TestBuildMissingArgs
22:54:36 [2021-06-24T22:54:36.162Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
22:54:36 [2021-06-24T22:54:36.891Z]     docker_cli_network_unix_test.go:46: [d10ddbf3cb016] daemon is not started
22:54:36 [2021-06-24T22:54:36.891Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
22:54:37 [2021-06-24T22:54:37.829Z]     docker_cli_network_unix_test.go:46: [dd8b7c83b0bf9] daemon is not started
22:54:37 [2021-06-24T22:54:37.829Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
22:54:40 [2021-06-24T22:54:40.793Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
22:54:43 [2021-06-24T22:54:43.103Z]     docker_cli_network_unix_test.go:46: [d9146979975dc] daemon is not started
22:54:43 [2021-06-24T22:54:43.358Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
22:54:43 [2021-06-24T22:54:43.669Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
22:54:43 [2021-06-24T22:54:43.819Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
22:54:45 [2021-06-24T22:54:45.571Z]     docker_cli_network_unix_test.go:46: [dee9daa95ac5f] daemon is not started
22:54:45 [2021-06-24T22:54:45.829Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
22:54:45 [2021-06-24T22:54:45.829Z]     docker_cli_network_unix_test.go:1233: [d794f41098ced] daemon is not started
22:54:49 [2021-06-24T22:54:49.110Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
22:54:50 [2021-06-24T22:54:50.046Z]     docker_cli_network_unix_test.go:46: [d4ebcf6de9051] daemon is not started
22:54:50 [2021-06-24T22:54:50.306Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
22:54:54 [2021-06-24T22:54:54.187Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
22:54:54 [2021-06-24T22:54:54.494Z]     docker_cli_swarm_test.go:1172: [d0caa23140fcd] joining swarm manager [d941aed0a555a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
22:54:57 [2021-06-24T22:54:57.775Z]     docker_cli_network_unix_test.go:46: [ddd115798a83a] daemon is not started
22:54:57 [2021-06-24T22:54:57.939Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
22:54:58 [2021-06-24T22:54:58.708Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
22:55:01 [2021-06-24T22:55:01.240Z]     docker_cli_network_unix_test.go:46: [ddbf6cb96a1c0] daemon is not started
22:55:01 [2021-06-24T22:55:01.757Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
22:55:01 [2021-06-24T22:55:01.757Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
22:55:01 [2021-06-24T22:55:01.757Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
22:55:01 [2021-06-24T22:55:01.757Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
22:55:01 [2021-06-24T22:55:01.808Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
22:55:03 [2021-06-24T22:55:03.208Z]     docker_cli_network_unix_test.go:46: [d859878c25907] daemon is not started
22:55:03 [2021-06-24T22:55:03.208Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
22:55:03 [2021-06-24T22:55:03.774Z]     docker_cli_network_unix_test.go:46: [dba073352c6c4] daemon is not started
22:55:03 [2021-06-24T22:55:03.774Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
22:55:04 [2021-06-24T22:55:04.340Z]     docker_cli_network_unix_test.go:46: [dde1794bf1e27] daemon is not started
22:55:04 [2021-06-24T22:55:04.599Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
22:55:05 [2021-06-24T22:55:05.166Z]     docker_cli_network_unix_test.go:46: [d2fbb45720d92] daemon is not started
22:55:05 [2021-06-24T22:55:05.732Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
22:55:06 [2021-06-24T22:55:06.298Z]     docker_cli_network_unix_test.go:46: [d826edee29049] daemon is not started
22:55:06 [2021-06-24T22:55:06.864Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
22:55:07 [2021-06-24T22:55:07.122Z]     docker_cli_network_unix_test.go:46: [dc54c6b40b763] daemon is not started
22:55:07 [2021-06-24T22:55:07.122Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
22:55:07 [2021-06-24T22:55:07.379Z]     docker_cli_network_unix_test.go:46: [d64827d78cc2a] daemon is not started
22:55:07 [2021-06-24T22:55:07.380Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
22:55:07 [2021-06-24T22:55:07.946Z]     docker_cli_network_unix_test.go:46: [d01f88fdb189d] daemon is not started
22:55:08 [2021-06-24T22:55:08.204Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
22:55:08 [2021-06-24T22:55:08.462Z]     docker_cli_network_unix_test.go:46: [de24fefe3e92a] daemon is not started
22:55:08 [2021-06-24T22:55:08.462Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
22:55:08 [2021-06-24T22:55:08.462Z]     docker_cli_network_unix_test.go:46: [de250aefca91d] daemon is not started
22:55:08 [2021-06-24T22:55:08.463Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
22:55:08 [2021-06-24T22:55:08.721Z]     docker_cli_network_unix_test.go:46: [d5e1f651c0bf9] daemon is not started
22:55:08 [2021-06-24T22:55:08.721Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
22:55:09 [2021-06-24T22:55:09.655Z]     docker_cli_network_unix_test.go:46: [d4eaed76819bc] daemon is not started
22:55:09 [2021-06-24T22:55:09.655Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
22:55:10 [2021-06-24T22:55:10.359Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
22:55:10 [2021-06-24T22:55:10.590Z]     docker_cli_network_unix_test.go:46: [d041c18edf56a] daemon is not started
22:55:11 [2021-06-24T22:55:11.158Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
22:55:11 [2021-06-24T22:55:11.158Z]     docker_cli_network_unix_test.go:46: [d5d91d8bc36b9] daemon is not started
22:55:11 [2021-06-24T22:55:11.158Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
22:55:11 [2021-06-24T22:55:11.417Z]     docker_cli_network_unix_test.go:46: [d64e4adccf981] daemon is not started
22:55:11 [2021-06-24T22:55:11.676Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
22:55:11 [2021-06-24T22:55:11.676Z]     docker_cli_network_unix_test.go:46: [d64966ba10da0] daemon is not started
22:55:11 [2021-06-24T22:55:11.676Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
22:55:13 [2021-06-24T22:55:13.051Z]     docker_cli_network_unix_test.go:968: [dbbb0e1362f96] daemon is not started
22:55:14 [2021-06-24T22:55:14.427Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
22:55:15 [2021-06-24T22:55:15.066Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
22:55:16 [2021-06-24T22:55:16.328Z]     docker_cli_network_unix_test.go:46: [da39e2317ea14] daemon is not started
22:55:16 [2021-06-24T22:55:16.328Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
22:55:18 [2021-06-24T22:55:18.813Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
22:55:20 [2021-06-24T22:55:20.357Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
22:55:20 [2021-06-24T22:55:20.357Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
22:55:20 [2021-06-24T22:55:20.357Z] === RUN   TestDockerSuite/TestBuildPATH
22:55:20 [2021-06-24T22:55:20.357Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
22:55:20 [2021-06-24T22:55:20.357Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
22:55:21 [2021-06-24T22:55:21.624Z]     docker_cli_network_unix_test.go:1116: [dff6d912ef921] daemon is not started
22:55:26 [2021-06-24T22:55:26.897Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
22:55:26 [2021-06-24T22:55:26.897Z]     docker_cli_network_unix_test.go:46: [d32e6ed351c15] daemon is not started
22:55:26 [2021-06-24T22:55:26.897Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
22:55:27 [2021-06-24T22:55:27.155Z]     docker_cli_network_unix_test.go:46: [d1733b32e99c9] daemon is not started
22:55:27 [2021-06-24T22:55:27.155Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
22:55:27 [2021-06-24T22:55:27.155Z]     docker_cli_network_unix_test.go:46: [da476e708527c] daemon is not started
22:55:27 [2021-06-24T22:55:27.413Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
22:55:27 [2021-06-24T22:55:27.413Z]     docker_cli_network_unix_test.go:46: [d3a575838cc10] daemon is not started
22:55:27 [2021-06-24T22:55:27.413Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
22:55:27 [2021-06-24T22:55:27.456Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
22:55:27 [2021-06-24T22:55:27.456Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
22:55:27 [2021-06-24T22:55:27.456Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
22:55:27 [2021-06-24T22:55:27.670Z]     docker_cli_network_unix_test.go:46: [d1b5ef39c34d0] daemon is not started
22:55:27 [2021-06-24T22:55:27.670Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
22:55:27 [2021-06-24T22:55:27.670Z]     docker_cli_network_unix_test.go:46: [d558c7c1de3db] daemon is not started
22:55:27 [2021-06-24T22:55:27.670Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
22:55:27 [2021-06-24T22:55:27.670Z]     docker_cli_network_unix_test.go:46: [df252a9c9e6f5] daemon is not started
22:55:27 [2021-06-24T22:55:27.670Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
22:55:30 [2021-06-24T22:55:30.954Z]     docker_cli_network_unix_test.go:46: [d74d16dbe9a7b] daemon is not started
22:55:31 [2021-06-24T22:55:31.213Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
22:55:31 [2021-06-24T22:55:31.213Z]     docker_cli_network_unix_test.go:46: [d436ed733f81a] daemon is not started
22:55:31 [2021-06-24T22:55:31.213Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
22:55:31 [2021-06-24T22:55:31.213Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
22:55:31 [2021-06-24T22:55:31.213Z]     docker_cli_network_unix_test.go:46: [d668a3ddbe74a] daemon is not started
22:55:31 [2021-06-24T22:55:31.213Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
22:55:31 [2021-06-24T22:55:31.780Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
22:55:32 [2021-06-24T22:55:32.038Z]     docker_cli_network_unix_test.go:46: [d14d306e0b21a] daemon is not started
22:55:32 [2021-06-24T22:55:32.605Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
22:55:33 [2021-06-24T22:55:33.983Z]     docker_cli_swarm_test.go:1453: [dcfc58177dbba] joining swarm manager [de7d854126cd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:55:34 [2021-06-24T22:55:34.922Z]     docker_cli_swarm_test.go:1454: [d4ef7d00557f1] joining swarm manager [de7d854126cd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
22:55:36 [2021-06-24T22:55:36.823Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
22:55:38 [2021-06-24T22:55:38.723Z]     docker_cli_network_unix_test.go:1084: [dc2c043ed843b] daemon is not started
22:55:40 [2021-06-24T22:55:40.642Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
22:55:40 [2021-06-24T22:55:40.642Z]     docker_cli_network_unix_test.go:46: [d05caf266fc1a] daemon is not started
22:55:40 [2021-06-24T22:55:40.642Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
22:55:41 [2021-06-24T22:55:41.209Z]     docker_cli_network_unix_test.go:46: [d1738891ec4c2] daemon is not started
22:55:41 [2021-06-24T22:55:41.467Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
22:55:43 [2021-06-24T22:55:43.367Z]     docker_cli_network_unix_test.go:46: [df0d936ad85f3] daemon is not started
22:55:43 [2021-06-24T22:55:43.367Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
22:55:43 [2021-06-24T22:55:43.626Z]     docker_cli_network_unix_test.go:46: [d72adae99267b] daemon is not started
22:55:43 [2021-06-24T22:55:43.626Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
22:55:44 [2021-06-24T22:55:44.112Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
22:55:44 [2021-06-24T22:55:44.195Z]     docker_cli_network_unix_test.go:46: [d90df5f43298e] daemon is not started
22:55:44 [2021-06-24T22:55:44.454Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
22:55:45 [2021-06-24T22:55:45.021Z]     docker_cli_network_unix_test.go:46: [ded6dedf0e66f] daemon is not started
22:55:45 [2021-06-24T22:55:45.021Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
22:55:45 [2021-06-24T22:55:45.587Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
22:55:45 [2021-06-24T22:55:45.846Z]     docker_cli_network_unix_test.go:46: [d0e5e6f16c98a] daemon is not started
22:55:46 [2021-06-24T22:55:46.412Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
22:55:46 [2021-06-24T22:55:46.980Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
22:55:46 [2021-06-24T22:55:46.980Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
22:55:47 [2021-06-24T22:55:47.239Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
22:55:47 [2021-06-24T22:55:47.239Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
22:55:48 [2021-06-24T22:55:48.172Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
22:55:50 [2021-06-24T22:55:50.702Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
22:55:51 [2021-06-24T22:55:51.129Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
22:55:52 [2021-06-24T22:55:52.078Z]     docker_cli_network_unix_test.go:46: [d0e5d766ef5fe] daemon is not started
22:55:52 [2021-06-24T22:55:52.337Z] --- PASS: TestDockerNetworkSuite (77.96s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.56s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.96s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.84s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.00s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.00s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.71s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.21s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.01s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.46s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.78s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.64s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.13s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.18s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.95s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.98s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.30s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.51s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.83s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.66s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.89s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.86s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.25s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.49s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.13s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.47s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.56s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.04s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.93s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.97s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.52s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.33s)
22:55:52 [2021-06-24T22:55:52.337Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.96s)
22:55:52 [2021-06-24T22:55:52.337Z] === RUN   TestDockerHubPullSuite
22:55:52 [2021-06-24T22:55:52.337Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
22:55:54 [2021-06-24T22:55:54.238Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
22:55:54 [2021-06-24T22:55:54.803Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
22:55:55 [2021-06-24T22:55:55.757Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
22:55:56 [2021-06-24T22:55:56.177Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
22:55:56 [2021-06-24T22:55:56.761Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
22:55:57 [2021-06-24T22:55:57.340Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
22:55:57 [2021-06-24T22:55:57.907Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
22:55:58 [2021-06-24T22:55:58.165Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
22:55:58 [2021-06-24T22:55:58.165Z] --- PASS: TestDockerHubPullSuite (5.91s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.61s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.26s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.43s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.22s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.31s)
22:55:58 [2021-06-24T22:55:58.165Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
22:55:58 [2021-06-24T22:55:58.165Z] PASS
22:55:58 [2021-06-24T22:55:58.165Z] 
22:55:58 [2021-06-24T22:55:58.165Z] === Skipped
22:55:58 [2021-06-24T22:55:58.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
22:55:58 [2021-06-24T22:55:58.165Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.165Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
22:55:58 [2021-06-24T22:55:58.165Z] 
22:55:58 [2021-06-24T22:55:58.165Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
22:55:58 [2021-06-24T22:55:58.165Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.165Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s)
22:55:58 [2021-06-24T22:55:58.165Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_sni_test.go:18: Flakey test
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
22:55:58 [2021-06-24T22:55:58.166Z]     docker_cli_network_unix_test.go:46: [d668a3ddbe74a] daemon is not started
22:55:58 [2021-06-24T22:55:58.166Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] DONE 1269 tests, 51 skipped in 2036.355s
22:55:58 [2021-06-24T22:55:58.166Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
22:55:58 [2021-06-24T22:55:58.166Z] ++++ cat bundles/test-integration/docker.pid
22:55:58 [2021-06-24T22:55:58.166Z] +++ kill 8236
22:55:58 [2021-06-24T22:55:58.166Z] +++ /etc/init.d/apparmor stop
22:55:58 [2021-06-24T22:55:58.166Z] Leaving: AppArmorNo profiles have been unloaded.
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] Unloading profiles will leave already running processes permanently
22:55:58 [2021-06-24T22:55:58.166Z] unconfined, which can lead to unexpected situations.
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.166Z] To set a process to complain mode, use the command line tool
22:55:58 [2021-06-24T22:55:58.166Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
22:55:58 [2021-06-24T22:55:58.166Z] +++ true
22:55:58 [2021-06-24T22:55:58.166Z] exiting test-integration
22:55:58 [2021-06-24T22:55:58.166Z] ++ exit 0
22:55:58 [2021-06-24T22:55:58.166Z] 
22:55:58 [2021-06-24T22:55:58.735Z] + for job in $(jobs -p)
22:55:58 [2021-06-24T22:55:58.735Z] + wait 3973
22:55:59 [2021-06-24T22:55:59.302Z]     docker_cli_swarm_unix_test.go:62: [d3e269354ead6] joining swarm manager [d3d2d8cda1dcb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:56:00 [2021-06-24T22:56:00.390Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
22:56:06 [2021-06-24T22:56:06.117Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
22:56:10 [2021-06-24T22:56:10.029Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
22:56:20 [2021-06-24T22:56:20.827Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
22:56:20 [2021-06-24T22:56:20.827Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
22:56:20 [2021-06-24T22:56:20.827Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
22:56:27 [2021-06-24T22:56:27.815Z] === RUN   TestDockerSuite/TestBuildMultipleTags
22:56:27 [2021-06-24T22:56:27.815Z] === RUN   TestDockerSuite/TestBuildNetContainer
22:56:27 [2021-06-24T22:56:27.815Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
22:56:27 [2021-06-24T22:56:27.815Z] === RUN   TestDockerSuite/TestBuildNetNone
22:56:27 [2021-06-24T22:56:27.815Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
22:56:27 [2021-06-24T22:56:27.815Z] === RUN   TestDockerSuite/TestBuildNoContext
22:56:29 [2021-06-24T22:56:29.960Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
22:56:31 [2021-06-24T22:56:31.161Z] === RUN   TestDockerSuite/TestBuildRm
22:56:33 [2021-06-24T22:56:33.642Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
22:56:35 [2021-06-24T22:56:35.781Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
22:56:36 [2021-06-24T22:56:36.231Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
22:56:36 [2021-06-24T22:56:36.231Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
22:56:39 [2021-06-24T22:56:39.089Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
22:56:40 [2021-06-24T22:56:40.038Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
22:56:40 [2021-06-24T22:56:40.990Z] === RUN   TestDockerSuite/TestBuildOnBuild
22:56:52 [2021-06-24T22:56:52.287Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
22:56:53 [2021-06-24T22:56:53.266Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
22:56:54 [2021-06-24T22:56:54.785Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
22:56:55 [2021-06-24T22:56:55.511Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
22:56:55 [2021-06-24T22:56:55.511Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
22:56:56 [2021-06-24T22:56:56.444Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
22:56:58 [2021-06-24T22:56:58.101Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
22:56:58 [2021-06-24T22:56:58.101Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
22:56:58 [2021-06-24T22:56:58.101Z] === RUN   TestDockerSuite/TestBuildScratchCopy
22:56:58 [2021-06-24T22:56:58.101Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
22:56:58 [2021-06-24T22:56:58.101Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
22:56:58 [2021-06-24T22:56:58.971Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
22:56:59 [2021-06-24T22:56:59.644Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
22:57:02 [2021-06-24T22:57:02.250Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
22:57:04 [2021-06-24T22:57:04.348Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
22:57:04 [2021-06-24T22:57:04.787Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
22:57:06 [2021-06-24T22:57:06.687Z]     docker_api_swarm_test.go:961: [da64e31f454a8] joining swarm manager [de1bc1453aa21]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
22:57:07 [2021-06-24T22:57:07.051Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
22:57:08 [2021-06-24T22:57:08.093Z] === RUN   TestDockerSuite/TestBuildShellInherited
22:57:10 [2021-06-24T22:57:10.729Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
22:57:12 [2021-06-24T22:57:12.790Z] === RUN   TestDockerSuite/TestBuildShellMultiple
22:57:19 [2021-06-24T22:57:19.203Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
22:57:22 [2021-06-24T22:57:22.881Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
22:57:24 [2021-06-24T22:57:24.756Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
22:57:26 [2021-06-24T22:57:26.560Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
22:57:27 [2021-06-24T22:57:27.511Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
22:57:27 [2021-06-24T22:57:27.511Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
22:57:27 [2021-06-24T22:57:27.511Z] === RUN   TestDockerSuite/TestBuildPATH
22:57:27 [2021-06-24T22:57:27.511Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
22:57:27 [2021-06-24T22:57:27.511Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
22:57:27 [2021-06-24T22:57:27.623Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
22:57:28 [2021-06-24T22:57:28.084Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
22:57:29 [2021-06-24T22:57:29.055Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
22:57:29 [2021-06-24T22:57:29.652Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
22:57:29 [2021-06-24T22:57:29.652Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
22:57:29 [2021-06-24T22:57:29.652Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
22:57:36 [2021-06-24T22:57:36.950Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
22:57:37 [2021-06-24T22:57:37.638Z] === RUN   TestDockerSuite/TestBuildSpaces
22:57:38 [2021-06-24T22:57:38.099Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
22:57:38 [2021-06-24T22:57:38.324Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
22:57:40 [2021-06-24T22:57:40.853Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
22:57:44 [2021-06-24T22:57:44.153Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
22:57:48 [2021-06-24T22:57:48.437Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
22:57:48 [2021-06-24T22:57:48.437Z] === RUN   TestDockerSuite/TestBuildStderr
22:57:54 [2021-06-24T22:57:54.121Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
22:57:57 [2021-06-24T22:57:57.029Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
22:57:58 [2021-06-24T22:57:58.304Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
22:58:00 [2021-06-24T22:58:00.835Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
22:58:03 [2021-06-24T22:58:03.367Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
22:58:06 [2021-06-24T22:58:06.646Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
22:58:09 [2021-06-24T22:58:09.173Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
22:58:12 [2021-06-24T22:58:12.126Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
22:58:13 [2021-06-24T22:58:13.366Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
22:58:15 [2021-06-24T22:58:15.264Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
22:58:32 [2021-06-24T22:58:32.744Z] === RUN   TestDockerSuite/TestBuildStopSignal
22:58:32 [2021-06-24T22:58:32.744Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
22:58:33 [2021-06-24T22:58:33.205Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
22:58:36 [2021-06-24T22:58:36.959Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
22:58:37 [2021-06-24T22:58:37.113Z] === RUN   TestDockerSuite/TestBuildRm
22:58:37 [2021-06-24T22:58:37.930Z] === RUN   TestDockerSuite/TestBuildTagEvent
22:58:46 [2021-06-24T22:58:46.515Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
22:58:47 [2021-06-24T22:58:47.327Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
22:58:48 [2021-06-24T22:58:48.837Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
22:58:48 [2021-06-24T22:58:48.837Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
22:58:49 [2021-06-24T22:58:49.286Z] === RUN   TestDockerSuite/TestBuildScratchCopy
22:58:49 [2021-06-24T22:58:49.287Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
22:58:49 [2021-06-24T22:58:49.287Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
22:58:50 [2021-06-24T22:58:50.794Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
22:58:52 [2021-06-24T22:58:52.317Z] === RUN   TestDockerSuite/TestBuildUser
22:58:52 [2021-06-24T22:58:52.317Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
22:58:52 [2021-06-24T22:58:52.317Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
22:58:52 [2021-06-24T22:58:52.317Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
22:58:52 [2021-06-24T22:58:52.317Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
22:58:52 [2021-06-24T22:58:52.317Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
22:58:52 [2021-06-24T22:58:52.317Z] === RUN   TestDockerSuite/TestBuildVerboseOut
22:58:53 [2021-06-24T22:58:53.650Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
22:58:56 [2021-06-24T22:58:56.516Z] === RUN   TestDockerSuite/TestBuildShellInherited
22:59:00 [2021-06-24T22:59:00.907Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
22:59:00 [2021-06-24T22:59:00.907Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
22:59:01 [2021-06-24T22:59:01.141Z] === RUN   TestDockerSuite/TestBuildShellMultiple
22:59:03 [2021-06-24T22:59:03.818Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
22:59:03 [2021-06-24T22:59:03.818Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
22:59:03 [2021-06-24T22:59:03.818Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
22:59:03 [2021-06-24T22:59:03.818Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
22:59:03 [2021-06-24T22:59:03.818Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
22:59:11 [2021-06-24T22:59:11.471Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
22:59:15 [2021-06-24T22:59:15.835Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
22:59:15 [2021-06-24T22:59:15.835Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
22:59:15 [2021-06-24T22:59:15.835Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
22:59:24 [2021-06-24T22:59:24.315Z] === RUN   TestDockerSuite/TestBuildSpaces
22:59:24 [2021-06-24T22:59:24.315Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
22:59:26 [2021-06-24T22:59:26.334Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
22:59:28 [2021-06-24T22:59:28.937Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
22:59:28 [2021-06-24T22:59:28.937Z] === RUN   TestDockerSuite/TestBuildStderr
22:59:28 [2021-06-24T22:59:28.980Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
22:59:28 [2021-06-24T22:59:28.980Z] === RUN   TestDockerSuite/TestBuildWindowsUser
22:59:32 [2021-06-24T22:59:32.617Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
22:59:36 [2021-06-24T22:59:36.068Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
22:59:40 [2021-06-24T22:59:40.768Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
22:59:40 [2021-06-24T22:59:40.768Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
22:59:41 [2021-06-24T22:59:41.229Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
22:59:41 [2021-06-24T22:59:41.229Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
22:59:41 [2021-06-24T22:59:41.229Z] === RUN   TestDockerSuite/TestBuildWithFailure
22:59:43 [2021-06-24T22:59:43.418Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
22:59:43 [2021-06-24T22:59:43.418Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
22:59:43 [2021-06-24T22:59:43.878Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
22:59:44 [2021-06-24T22:59:44.417Z] --- PASS: TestDockerSwarmSuite (1784.00s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.17s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.97s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.34s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.95s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.09s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.73s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.91s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.59s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.44s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.55s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.22s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.07s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.23s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.82s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.52s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (23.51s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.08s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (58.58s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.27s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.49s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.16s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.52s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.09s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (8.10s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.01s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.21s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.08s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.85s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.27s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.50s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (33.76s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.64s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.20s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (4.53s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.37s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.38s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.37s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.99s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.49s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.76s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.48s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.15s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.23s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.21s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.24s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.54s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.50s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.30s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.15s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.75s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.80s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.51s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (7.07s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.98s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.26s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.70s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.61s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.45s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.60s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.37s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.64s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.13s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.66s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.49s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.52s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.61s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.89s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.50s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.20s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.05s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.17s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.43s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (152.33s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.37s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.55s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.50s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.46s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.40s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.23s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.68s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.75s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.70s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.05s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (49.28s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.48s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.76s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (128.05s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.69s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.51s)
22:59:44 [2021-06-24T22:59:44.417Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s)
22:59:44 [2021-06-24T22:59:44.417Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.32s)
22:59:44 [2021-06-24T22:59:44.417Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s)
22:59:44 [2021-06-24T22:59:44.417Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.83s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.04s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.34s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.33s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.18s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.63s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.40s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.90s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.97s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.38s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.22s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.24s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.34s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.48s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.64s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.78s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.45s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.98s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.74s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.60s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.24s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.04s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.23s)
22:59:44 [2021-06-24T22:59:44.417Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.17s)
22:59:44 [2021-06-24T22:59:44.417Z] === RUN   TestDockerExternalVolumeSuite
22:59:44 [2021-06-24T22:59:44.417Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
22:59:44 [2021-06-24T22:59:44.417Z]     docker_cli_external_volume_driver_test.go:53: [d9cc7abc11a0e] daemon is not started
22:59:50 [2021-06-24T22:59:50.170Z] === RUN   TestDockerSuite/TestBuildStopSignal
22:59:50 [2021-06-24T22:59:50.170Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
22:59:50 [2021-06-24T22:59:50.170Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
22:59:52 [2021-06-24T22:59:52.311Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
22:59:53 [2021-06-24T22:59:53.821Z] === RUN   TestDockerSuite/TestBuildTagEvent
22:59:54 [2021-06-24T22:59:54.219Z] === RUN   TestDockerSuite/TestBuildWithTabs
22:59:57 [2021-06-24T22:59:57.499Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
22:59:59 [2021-06-24T22:59:59.278Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
23:00:02 [2021-06-24T23:00:02.121Z] === RUN   TestDockerSuite/TestBuildUser
23:00:02 [2021-06-24T23:00:02.121Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
23:00:02 [2021-06-24T23:00:02.121Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
23:00:02 [2021-06-24T23:00:02.121Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
23:00:02 [2021-06-24T23:00:02.121Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
23:00:02 [2021-06-24T23:00:02.121Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
23:00:02 [2021-06-24T23:00:02.121Z] === RUN   TestDockerSuite/TestBuildVerboseOut
23:00:02 [2021-06-24T23:00:02.818Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
23:00:02 [2021-06-24T23:00:02.818Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
23:00:05 [2021-06-24T23:00:05.809Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
23:00:06 [2021-06-24T23:00:06.259Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
23:00:09 [2021-06-24T23:00:09.116Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
23:00:09 [2021-06-24T23:00:09.116Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
23:00:09 [2021-06-24T23:00:09.116Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
23:00:09 [2021-06-24T23:00:09.116Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
23:00:09 [2021-06-24T23:00:09.116Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
23:00:17 [2021-06-24T23:00:17.675Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
23:00:17 [2021-06-24T23:00:17.675Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:00:17 [2021-06-24T23:00:17.675Z] === RUN   TestDockerSuite/TestBuildWithVolumes
23:00:17 [2021-06-24T23:00:17.675Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:00:17 [2021-06-24T23:00:17.675Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
23:00:17 [2021-06-24T23:00:17.675Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:00:17 [2021-06-24T23:00:17.675Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
23:00:18 [2021-06-24T23:00:18.136Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
23:00:25 [2021-06-24T23:00:25.241Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
23:00:27 [2021-06-24T23:00:27.442Z] === RUN   TestDockerSuite/TestBuildXZHost
23:00:27 [2021-06-24T23:00:27.442Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:00:27 [2021-06-24T23:00:27.442Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
23:00:27 [2021-06-24T23:00:27.442Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:00:27 [2021-06-24T23:00:27.442Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
23:00:27 [2021-06-24T23:00:27.442Z]     docker_cli_sni_test.go:18: Flakey test
23:00:27 [2021-06-24T23:00:27.442Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
23:00:29 [2021-06-24T23:00:29.634Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
23:00:30 [2021-06-24T23:00:30.068Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
23:00:30 [2021-06-24T23:00:30.068Z] === RUN   TestDockerSuite/TestBuildWindowsUser
23:00:34 [2021-06-24T23:00:34.345Z] === RUN   TestDockerSuite/TestCommitChange
23:00:35 [2021-06-24T23:00:35.786Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
23:00:39 [2021-06-24T23:00:39.061Z] === RUN   TestDockerSuite/TestCommitChangeLabels
23:00:40 [2021-06-24T23:00:40.412Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
23:00:40 [2021-06-24T23:00:40.412Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
23:00:40 [2021-06-24T23:00:40.861Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
23:00:40 [2021-06-24T23:00:40.861Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
23:00:40 [2021-06-24T23:00:40.861Z] === RUN   TestDockerSuite/TestBuildWithFailure
23:00:43 [2021-06-24T23:00:43.002Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
23:00:43 [2021-06-24T23:00:43.002Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
23:00:43 [2021-06-24T23:00:43.451Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
23:00:43 [2021-06-24T23:00:43.773Z] === RUN   TestDockerSuite/TestCommitHardlink
23:00:43 [2021-06-24T23:00:43.773Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:00:43 [2021-06-24T23:00:43.773Z] === RUN   TestDockerSuite/TestCommitNewFile
23:00:50 [2021-06-24T23:00:50.885Z] === RUN   TestDockerSuite/TestCommitPausedContainer
23:00:50 [2021-06-24T23:00:50.885Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:00:50 [2021-06-24T23:00:50.885Z] === RUN   TestDockerSuite/TestCommitTTY
23:00:53 [2021-06-24T23:00:53.671Z] === RUN   TestDockerSuite/TestBuildWithTabs
23:00:56 [2021-06-24T23:00:56.529Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
23:00:56 [2021-06-24T23:00:56.978Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
23:00:57 [2021-06-24T23:00:57.993Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestCommitWithoutPause
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
23:01:02 [2021-06-24T23:01:02.711Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
23:01:02 [2021-06-24T23:01:02.711Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
23:01:02 [2021-06-24T23:01:02.711Z] === RUN   TestDockerSuite/TestContainerAPICommit
23:01:06 [2021-06-24T23:01:06.945Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
23:01:11 [2021-06-24T23:01:11.312Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
23:01:14 [2021-06-24T23:01:14.539Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
23:01:14 [2021-06-24T23:01:14.539Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:01:14 [2021-06-24T23:01:14.539Z] === RUN   TestDockerSuite/TestBuildWithVolumes
23:01:14 [2021-06-24T23:01:14.539Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:01:14 [2021-06-24T23:01:14.539Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
23:01:14 [2021-06-24T23:01:14.539Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:01:14 [2021-06-24T23:01:14.539Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
23:01:14 [2021-06-24T23:01:14.539Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
23:01:15 [2021-06-24T23:01:15.070Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
23:01:18 [2021-06-24T23:01:18.419Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
23:01:18 [2021-06-24T23:01:18.419Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:01:18 [2021-06-24T23:01:18.419Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
23:01:20 [2021-06-24T23:01:20.611Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
23:01:20 [2021-06-24T23:01:20.611Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:01:20 [2021-06-24T23:01:20.611Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
23:01:20 [2021-06-24T23:01:20.611Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:01:20 [2021-06-24T23:01:20.611Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
23:01:20 [2021-06-24T23:01:20.611Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:01:20 [2021-06-24T23:01:20.611Z] === RUN   TestDockerSuite/TestContainerAPICreate
23:01:23 [2021-06-24T23:01:23.012Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
23:01:23 [2021-06-24T23:01:23.462Z] === RUN   TestDockerSuite/TestBuildXZHost
23:01:23 [2021-06-24T23:01:23.462Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:01:23 [2021-06-24T23:01:23.536Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
23:01:23 [2021-06-24T23:01:23.536Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:01:23 [2021-06-24T23:01:23.536Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
23:01:23 [2021-06-24T23:01:23.536Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
23:01:23 [2021-06-24T23:01:23.912Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
23:01:23 [2021-06-24T23:01:23.912Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:01:23 [2021-06-24T23:01:23.912Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
23:01:23 [2021-06-24T23:01:23.912Z]     docker_cli_sni_test.go:18: Flakey test
23:01:23 [2021-06-24T23:01:23.912Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
23:01:26 [2021-06-24T23:01:26.054Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
23:01:26 [2021-06-24T23:01:26.459Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
23:01:26 [2021-06-24T23:01:26.459Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
23:01:26 [2021-06-24T23:01:26.459Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:01:26 [2021-06-24T23:01:26.459Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
23:01:26 [2021-06-24T23:01:26.459Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:01:26 [2021-06-24T23:01:26.459Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
23:01:26 [2021-06-24T23:01:26.459Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:01:26 [2021-06-24T23:01:26.459Z] === RUN   TestDockerSuite/TestContainerAPIDelete
23:01:29 [2021-06-24T23:01:29.380Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
23:01:29 [2021-06-24T23:01:29.732Z] === RUN   TestDockerSuite/TestCommitChange
23:01:29 [2021-06-24T23:01:29.930Z]     docker_cli_external_volume_driver_test.go:53: [d735b6d5689d7] daemon is not started
23:01:31 [2021-06-24T23:01:31.571Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
23:01:33 [2021-06-24T23:01:33.765Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
23:01:33 [2021-06-24T23:01:33.765Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
23:01:33 [2021-06-24T23:01:33.765Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:01:33 [2021-06-24T23:01:33.765Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
23:01:34 [2021-06-24T23:01:34.356Z] === RUN   TestDockerSuite/TestCommitChangeLabels
23:01:36 [2021-06-24T23:01:36.690Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
23:01:36 [2021-06-24T23:01:36.690Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
23:01:38 [2021-06-24T23:01:38.035Z] === RUN   TestDockerSuite/TestCommitHardlink
23:01:38 [2021-06-24T23:01:38.035Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:01:38 [2021-06-24T23:01:38.035Z] === RUN   TestDockerSuite/TestCommitNewFile
23:01:39 [2021-06-24T23:01:39.611Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
23:01:39 [2021-06-24T23:01:39.611Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:01:39 [2021-06-24T23:01:39.611Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
23:01:39 [2021-06-24T23:01:39.611Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:01:39 [2021-06-24T23:01:39.611Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
23:01:41 [2021-06-24T23:01:41.807Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
23:01:41 [2021-06-24T23:01:41.807Z] === RUN   TestDockerSuite/TestContainerAPIKill
23:01:43 [2021-06-24T23:01:43.749Z] === RUN   TestDockerSuite/TestCommitPausedContainer
23:01:43 [2021-06-24T23:01:43.749Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:01:43 [2021-06-24T23:01:43.749Z] === RUN   TestDockerSuite/TestCommitTTY
23:01:44 [2021-06-24T23:01:44.731Z] === RUN   TestDockerSuite/TestContainerAPIPause
23:01:44 [2021-06-24T23:01:44.731Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:01:44 [2021-06-24T23:01:44.731Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
23:01:44 [2021-06-24T23:01:44.792Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
23:01:46 [2021-06-24T23:01:46.925Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
23:01:46 [2021-06-24T23:01:46.926Z] === RUN   TestDockerSuite/TestContainerAPIRename
23:01:49 [2021-06-24T23:01:49.851Z] === RUN   TestDockerSuite/TestContainerAPIRestart
23:01:54 [2021-06-24T23:01:54.563Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
23:01:56 [2021-06-24T23:01:56.031Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
23:01:58 [2021-06-24T23:01:58.321Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
23:01:58 [2021-06-24T23:01:58.321Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
23:01:58 [2021-06-24T23:01:58.321Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
23:01:58 [2021-06-24T23:01:58.321Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
23:01:58 [2021-06-24T23:01:58.321Z] === RUN   TestDockerSuite/TestContainerAPIStart
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestCommitWithoutPause
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
23:01:58 [2021-06-24T23:01:58.892Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
23:01:58 [2021-06-24T23:01:58.892Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
23:01:58 [2021-06-24T23:01:58.892Z] === RUN   TestDockerSuite/TestContainerAPICommit
23:02:00 [2021-06-24T23:02:00.510Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
23:02:00 [2021-06-24T23:02:00.510Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:02:00 [2021-06-24T23:02:00.510Z] === RUN   TestDockerSuite/TestContainerAPIStop
23:02:02 [2021-06-24T23:02:02.861Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
23:02:03 [2021-06-24T23:02:03.444Z] === RUN   TestDockerSuite/TestContainerAPITop
23:02:03 [2021-06-24T23:02:03.444Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:02:03 [2021-06-24T23:02:03.444Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
23:02:05 [2021-06-24T23:02:05.635Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
23:02:05 [2021-06-24T23:02:05.635Z] === RUN   TestDockerSuite/TestContainerAPIWait
23:02:09 [2021-06-24T23:02:09.112Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
23:02:10 [2021-06-24T23:02:10.351Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainerNetworkMode
23:02:12 [2021-06-24T23:02:12.550Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
23:02:12 [2021-06-24T23:02:12.550Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
23:02:12 [2021-06-24T23:02:12.550Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
23:02:12 [2021-06-24T23:02:12.550Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
23:02:12 [2021-06-24T23:02:12.550Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
23:02:12 [2021-06-24T23:02:12.550Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
23:02:14 [2021-06-24T23:02:14.097Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
23:02:14 [2021-06-24T23:02:14.097Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
23:02:14 [2021-06-24T23:02:14.833Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
23:02:14 [2021-06-24T23:02:14.833Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:02:15 [2021-06-24T23:02:15.078Z]     docker_cli_external_volume_driver_test.go:53: [d3058fe858b89] daemon is not started
23:02:15 [2021-06-24T23:02:15.283Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
23:02:17 [2021-06-24T23:02:17.018Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
23:02:19 [2021-06-24T23:02:19.211Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
23:02:22 [2021-06-24T23:02:22.140Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
23:02:22 [2021-06-24T23:02:22.281Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
23:02:22 [2021-06-24T23:02:22.281Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:02:22 [2021-06-24T23:02:22.281Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
23:02:22 [2021-06-24T23:02:22.281Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:02:22 [2021-06-24T23:02:22.281Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
23:02:22 [2021-06-24T23:02:22.281Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:02:22 [2021-06-24T23:02:22.281Z] === RUN   TestDockerSuite/TestContainerAPICreate
23:02:23 [2021-06-24T23:02:23.790Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
23:02:23 [2021-06-24T23:02:23.790Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:02:23 [2021-06-24T23:02:23.790Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
23:02:23 [2021-06-24T23:02:23.790Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
23:02:25 [2021-06-24T23:02:25.062Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0005ae630_<nil>}
23:02:25 [2021-06-24T23:02:25.930Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
23:02:25 [2021-06-24T23:02:25.930Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
23:02:25 [2021-06-24T23:02:25.930Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:02:25 [2021-06-24T23:02:25.930Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
23:02:25 [2021-06-24T23:02:25.930Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:02:25 [2021-06-24T23:02:25.930Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
23:02:25 [2021-06-24T23:02:25.930Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:02:25 [2021-06-24T23:02:25.930Z] === RUN   TestDockerSuite/TestContainerAPIDelete
23:02:27 [2021-06-24T23:02:27.252Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1382968718_c:\foo_false__<nil>_<nil>_<nil>}
23:02:28 [2021-06-24T23:02:28.787Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
23:02:29 [2021-06-24T23:02:29.940Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
23:02:29 [2021-06-24T23:02:29.940Z]     docker_cli_external_volume_driver_test.go:53: [d6e76197774a3] daemon is not started
23:02:30 [2021-06-24T23:02:30.176Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1382968718_c:\foo_true__<nil>_<nil>_<nil>}
23:02:30 [2021-06-24T23:02:30.298Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
23:02:32 [2021-06-24T23:02:32.369Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
23:02:32 [2021-06-24T23:02:32.369Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
23:02:32 [2021-06-24T23:02:32.446Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
23:02:32 [2021-06-24T23:02:32.446Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
23:02:32 [2021-06-24T23:02:32.446Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:02:32 [2021-06-24T23:02:32.446Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
23:02:32 [2021-06-24T23:02:32.834Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
23:02:32 [2021-06-24T23:02:32.834Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
23:02:32 [2021-06-24T23:02:32.834Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
23:02:33 [2021-06-24T23:02:33.296Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
23:02:33 [2021-06-24T23:02:33.296Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
23:02:33 [2021-06-24T23:02:33.296Z] === RUN   TestDockerSuite/TestCopyAndRestart
23:02:33 [2021-06-24T23:02:33.296Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:02:33 [2021-06-24T23:02:33.296Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
23:02:33 [2021-06-24T23:02:33.296Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:02:33 [2021-06-24T23:02:33.296Z] === RUN   TestDockerSuite/TestCpAbsolutePath
23:02:34 [2021-06-24T23:02:34.587Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
23:02:34 [2021-06-24T23:02:34.587Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
23:02:36 [2021-06-24T23:02:36.217Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
23:02:36 [2021-06-24T23:02:36.217Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseA
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseB
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseC
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseD
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseE
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseF
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseG
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseH
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseI
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromCaseJ
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
23:02:36 [2021-06-24T23:02:36.218Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.218Z] === RUN   TestDockerSuite/TestCpGarbagePath
23:02:36 [2021-06-24T23:02:36.728Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
23:02:36 [2021-06-24T23:02:36.728Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.728Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
23:02:36 [2021-06-24T23:02:36.728Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:02:36 [2021-06-24T23:02:36.728Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
23:02:38 [2021-06-24T23:02:38.866Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
23:02:38 [2021-06-24T23:02:38.867Z] === RUN   TestDockerSuite/TestContainerAPIKill
23:02:39 [2021-06-24T23:02:39.141Z] === RUN   TestDockerSuite/TestCpLocalOnly
23:02:39 [2021-06-24T23:02:39.141Z] === RUN   TestDockerSuite/TestCpNameHasColon
23:02:39 [2021-06-24T23:02:39.141Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:02:39 [2021-06-24T23:02:39.141Z] === RUN   TestDockerSuite/TestCpRelativePath
23:02:40 [2021-06-24T23:02:40.377Z] === RUN   TestDockerSuite/TestContainerAPIPause
23:02:40 [2021-06-24T23:02:40.377Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:02:40 [2021-06-24T23:02:40.377Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
23:02:42 [2021-06-24T23:02:42.065Z] === RUN   TestDockerSuite/TestCpSpecialFiles
23:02:42 [2021-06-24T23:02:42.065Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:02:42 [2021-06-24T23:02:42.065Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
23:02:42 [2021-06-24T23:02:42.065Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:02:42 [2021-06-24T23:02:42.065Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
23:02:42 [2021-06-24T23:02:42.065Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:02:42 [2021-06-24T23:02:42.065Z] === RUN   TestDockerSuite/TestCpToCaseA
23:02:42 [2021-06-24T23:02:42.520Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
23:02:42 [2021-06-24T23:02:42.970Z] === RUN   TestDockerSuite/TestContainerAPIRename
23:02:45 [2021-06-24T23:02:45.110Z] === RUN   TestDockerSuite/TestContainerAPIRestart
23:02:46 [2021-06-24T23:02:46.777Z] === RUN   TestDockerSuite/TestCpToCaseB
23:02:48 [2021-06-24T23:02:48.009Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
23:02:48 [2021-06-24T23:02:48.787Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
23:02:49 [2021-06-24T23:02:49.702Z] === RUN   TestDockerSuite/TestCpToCaseC
23:02:49 [2021-06-24T23:02:49.702Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:02:49 [2021-06-24T23:02:49.702Z] === RUN   TestDockerSuite/TestCpToCaseD
23:02:49 [2021-06-24T23:02:49.702Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:02:49 [2021-06-24T23:02:49.702Z] === RUN   TestDockerSuite/TestCpToCaseE
23:02:52 [2021-06-24T23:02:52.468Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
23:02:52 [2021-06-24T23:02:52.469Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
23:02:52 [2021-06-24T23:02:52.469Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
23:02:52 [2021-06-24T23:02:52.469Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
23:02:52 [2021-06-24T23:02:52.469Z] === RUN   TestDockerSuite/TestContainerAPIStart
23:02:53 [2021-06-24T23:02:53.981Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
23:02:53 [2021-06-24T23:02:53.981Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:02:53 [2021-06-24T23:02:53.981Z] === RUN   TestDockerSuite/TestContainerAPIStop
23:02:56 [2021-06-24T23:02:56.122Z] === RUN   TestDockerSuite/TestContainerAPITop
23:02:56 [2021-06-24T23:02:56.122Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:02:56 [2021-06-24T23:02:56.122Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
23:02:57 [2021-06-24T23:02:57.631Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
23:02:57 [2021-06-24T23:02:57.631Z] === RUN   TestDockerSuite/TestContainerAPIWait
23:03:00 [2021-06-24T23:03:00.064Z] === RUN   TestDockerSuite/TestCpToCaseF
23:03:00 [2021-06-24T23:03:00.064Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:03:00 [2021-06-24T23:03:00.064Z] === RUN   TestDockerSuite/TestCpToCaseG
23:03:00 [2021-06-24T23:03:00.064Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:03:00 [2021-06-24T23:03:00.064Z] === RUN   TestDockerSuite/TestCpToCaseH
23:03:02 [2021-06-24T23:03:02.254Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainerNetworkMode
23:03:03 [2021-06-24T23:03:03.766Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
23:03:03 [2021-06-24T23:03:03.766Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
23:03:03 [2021-06-24T23:03:03.766Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
23:03:03 [2021-06-24T23:03:03.766Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
23:03:03 [2021-06-24T23:03:03.766Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
23:03:03 [2021-06-24T23:03:03.766Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
23:03:05 [2021-06-24T23:03:05.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
23:03:05 [2021-06-24T23:03:05.276Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
23:03:08 [2021-06-24T23:03:08.138Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
23:03:08 [2021-06-24T23:03:08.679Z] === RUN   TestDockerSuite/TestCpToCaseI
23:03:08 [2021-06-24T23:03:08.679Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:03:08 [2021-06-24T23:03:08.679Z] === RUN   TestDockerSuite/TestCpToCaseJ
23:03:08 [2021-06-24T23:03:08.679Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:03:08 [2021-06-24T23:03:08.679Z] === RUN   TestDockerSuite/TestCpToDot
23:03:10 [2021-06-24T23:03:10.279Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
23:03:11 [2021-06-24T23:03:11.606Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
23:03:11 [2021-06-24T23:03:11.606Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:03:11 [2021-06-24T23:03:11.606Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
23:03:11 [2021-06-24T23:03:11.606Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:03:11 [2021-06-24T23:03:11.606Z] === RUN   TestDockerSuite/TestCpToStdout
23:03:12 [2021-06-24T23:03:12.544Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
23:03:14 [2021-06-24T23:03:14.532Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
23:03:14 [2021-06-24T23:03:14.532Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:03:14 [2021-06-24T23:03:14.532Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
23:03:14 [2021-06-24T23:03:14.532Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:03:14 [2021-06-24T23:03:14.532Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
23:03:14 [2021-06-24T23:03:14.532Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:03:14 [2021-06-24T23:03:14.532Z] === RUN   TestDockerSuite/TestCpVolumePath
23:03:14 [2021-06-24T23:03:14.532Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:03:14 [2021-06-24T23:03:14.532Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
23:03:14 [2021-06-24T23:03:14.995Z] === RUN   TestDockerSuite/TestCreateArgs
23:03:14 [2021-06-24T23:03:14.995Z] === RUN   TestDockerSuite/TestCreateByImageID
23:03:15 [2021-06-24T23:03:15.404Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007d64f8_<nil>}
23:03:17 [2021-06-24T23:03:17.188Z] === RUN   TestDockerSuite/TestCreateEchoStdout
23:03:17 [2021-06-24T23:03:17.548Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1101657346_c:\foo_false__<nil>_<nil>_<nil>}
23:03:19 [2021-06-24T23:03:19.688Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1101657346_c:\foo_true__<nil>_<nil>_<nil>}
23:03:20 [2021-06-24T23:03:20.084Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
23:03:20 [2021-06-24T23:03:20.112Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
23:03:20 [2021-06-24T23:03:20.112Z] === RUN   TestDockerSuite/TestCreateHostConfig
23:03:20 [2021-06-24T23:03:20.112Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
23:03:22 [2021-06-24T23:03:22.314Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
23:03:22 [2021-06-24T23:03:22.546Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
23:03:22 [2021-06-24T23:03:22.546Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
23:03:22 [2021-06-24T23:03:22.546Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
23:03:22 [2021-06-24T23:03:22.546Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestCopyAndRestart
23:03:22 [2021-06-24T23:03:22.546Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
23:03:22 [2021-06-24T23:03:22.546Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:03:22 [2021-06-24T23:03:22.546Z] === RUN   TestDockerSuite/TestCpAbsolutePath
23:03:23 [2021-06-24T23:03:23.291Z] === RUN   TestDockerSuite/TestCreateLabels
23:03:23 [2021-06-24T23:03:23.291Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
23:03:23 [2021-06-24T23:03:23.291Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:03:23 [2021-06-24T23:03:23.291Z] === RUN   TestDockerSuite/TestCreateRM
23:03:23 [2021-06-24T23:03:23.754Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
23:03:23 [2021-06-24T23:03:23.754Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:03:23 [2021-06-24T23:03:23.754Z] === RUN   TestDockerSuite/TestCreateStopSignal
23:03:24 [2021-06-24T23:03:24.216Z] === RUN   TestDockerSuite/TestCreateStopTimeout
23:03:24 [2021-06-24T23:03:24.678Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseA
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseB
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseC
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseD
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseE
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseF
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseG
23:03:24 [2021-06-24T23:03:24.687Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:03:24 [2021-06-24T23:03:24.687Z] === RUN   TestDockerSuite/TestCpFromCaseH
23:03:25 [2021-06-24T23:03:25.137Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:03:25 [2021-06-24T23:03:25.137Z] === RUN   TestDockerSuite/TestCpFromCaseI
23:03:25 [2021-06-24T23:03:25.137Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:03:25 [2021-06-24T23:03:25.137Z] === RUN   TestDockerSuite/TestCpFromCaseJ
23:03:25 [2021-06-24T23:03:25.137Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:03:25 [2021-06-24T23:03:25.137Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
23:03:25 [2021-06-24T23:03:25.137Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:03:25 [2021-06-24T23:03:25.137Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
23:03:25 [2021-06-24T23:03:25.137Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:03:25 [2021-06-24T23:03:25.137Z] === RUN   TestDockerSuite/TestCpGarbagePath
23:03:27 [2021-06-24T23:03:27.281Z] === RUN   TestDockerSuite/TestCpLocalOnly
23:03:27 [2021-06-24T23:03:27.281Z] === RUN   TestDockerSuite/TestCpNameHasColon
23:03:27 [2021-06-24T23:03:27.281Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:03:27 [2021-06-24T23:03:27.281Z] === RUN   TestDockerSuite/TestCpRelativePath
23:03:33 [2021-06-24T23:03:33.289Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
23:03:33 [2021-06-24T23:03:33.289Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
23:03:33 [2021-06-24T23:03:33.751Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
23:03:34 [2021-06-24T23:03:34.265Z] === RUN   TestDockerSuite/TestCpSpecialFiles
23:03:34 [2021-06-24T23:03:34.265Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:03:34 [2021-06-24T23:03:34.265Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
23:03:34 [2021-06-24T23:03:34.265Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:03:34 [2021-06-24T23:03:34.265Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
23:03:34 [2021-06-24T23:03:34.265Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:03:34 [2021-06-24T23:03:34.265Z] === RUN   TestDockerSuite/TestCpToCaseA
23:03:34 [2021-06-24T23:03:34.947Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
23:03:37 [2021-06-24T23:03:37.511Z] === RUN   TestDockerSuite/TestCreateWithPortRange
23:03:37 [2021-06-24T23:03:37.946Z] === RUN   TestDockerSuite/TestCpToCaseB
23:03:37 [2021-06-24T23:03:37.973Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
23:03:37 [2021-06-24T23:03:37.973Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:03:37 [2021-06-24T23:03:37.973Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
23:03:40 [2021-06-24T23:03:40.804Z] === RUN   TestDockerSuite/TestCpToCaseC
23:03:40 [2021-06-24T23:03:40.805Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.805Z] === RUN   TestDockerSuite/TestCpToCaseD
23:03:40 [2021-06-24T23:03:40.805Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.805Z] === RUN   TestDockerSuite/TestCpToCaseE
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
23:03:40 [2021-06-24T23:03:40.895Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDevicePermissions
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDockerFails
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestEventsAttach
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestEventsCommit
23:03:40 [2021-06-24T23:03:40.895Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:03:40 [2021-06-24T23:03:40.895Z] === RUN   TestDockerSuite/TestEventsContainerEvents
23:03:43 [2021-06-24T23:03:43.815Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
23:03:46 [2021-06-24T23:03:46.735Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
23:03:48 [2021-06-24T23:03:48.928Z] === RUN   TestDockerSuite/TestEventsContainerRestart
23:03:49 [2021-06-24T23:03:49.279Z] === RUN   TestDockerSuite/TestCpToCaseF
23:03:49 [2021-06-24T23:03:49.279Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:03:49 [2021-06-24T23:03:49.279Z] === RUN   TestDockerSuite/TestCpToCaseG
23:03:49 [2021-06-24T23:03:49.279Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:03:49 [2021-06-24T23:03:49.279Z] === RUN   TestDockerSuite/TestCpToCaseH
23:03:49 [2021-06-24T23:03:49.810Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
23:03:56 [2021-06-24T23:03:56.268Z] === RUN   TestDockerSuite/TestCpToCaseI
23:03:56 [2021-06-24T23:03:56.268Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:03:56 [2021-06-24T23:03:56.268Z] === RUN   TestDockerSuite/TestCpToCaseJ
23:03:56 [2021-06-24T23:03:56.268Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:03:56 [2021-06-24T23:03:56.268Z] === RUN   TestDockerSuite/TestCpToDot
23:03:57 [2021-06-24T23:03:57.532Z] === RUN   TestDockerSuite/TestEventsCopy
23:03:58 [2021-06-24T23:03:58.408Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
23:03:58 [2021-06-24T23:03:58.408Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:03:58 [2021-06-24T23:03:58.408Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
23:03:58 [2021-06-24T23:03:58.408Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:03:58 [2021-06-24T23:03:58.408Z] === RUN   TestDockerSuite/TestCpToStdout
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
23:04:00 [2021-06-24T23:04:00.550Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
23:04:00 [2021-06-24T23:04:00.550Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
23:04:00 [2021-06-24T23:04:00.550Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCpVolumePath
23:04:00 [2021-06-24T23:04:00.550Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCreateArgs
23:04:00 [2021-06-24T23:04:00.550Z] === RUN   TestDockerSuite/TestCreateByImageID
23:04:02 [2021-06-24T23:04:02.246Z] === RUN   TestDockerSuite/TestEventsFilterContainer
23:04:02 [2021-06-24T23:04:02.694Z] === RUN   TestDockerSuite/TestCreateEchoStdout
23:04:04 [2021-06-24T23:04:04.834Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
23:04:04 [2021-06-24T23:04:04.834Z] === RUN   TestDockerSuite/TestCreateHostConfig
23:04:04 [2021-06-24T23:04:04.834Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
23:04:06 [2021-06-24T23:04:06.975Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
23:04:07 [2021-06-24T23:04:07.424Z] === RUN   TestDockerSuite/TestCreateLabels
23:04:07 [2021-06-24T23:04:07.424Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
23:04:07 [2021-06-24T23:04:07.424Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:04:07 [2021-06-24T23:04:07.424Z] === RUN   TestDockerSuite/TestCreateRM
23:04:07 [2021-06-24T23:04:07.873Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
23:04:07 [2021-06-24T23:04:07.873Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:04:07 [2021-06-24T23:04:07.873Z] === RUN   TestDockerSuite/TestCreateStopSignal
23:04:07 [2021-06-24T23:04:07.873Z] === RUN   TestDockerSuite/TestCreateStopTimeout
23:04:08 [2021-06-24T23:04:08.082Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
23:04:08 [2021-06-24T23:04:08.325Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
23:04:10 [2021-06-24T23:04:10.274Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
23:04:10 [2021-06-24T23:04:10.737Z] === RUN   TestDockerSuite/TestEventsFilterImageName
23:04:15 [2021-06-24T23:04:15.451Z] === RUN   TestDockerSuite/TestEventsFilterLabels
23:04:15 [2021-06-24T23:04:15.451Z] === RUN   TestDockerSuite/TestEventsFilterType
23:04:16 [2021-06-24T23:04:16.425Z] === RUN   TestDockerSuite/TestEventsFilters
23:04:20 [2021-06-24T23:04:20.595Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
23:04:20 [2021-06-24T23:04:20.596Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
23:04:20 [2021-06-24T23:04:20.596Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
23:04:21 [2021-06-24T23:04:21.136Z] === RUN   TestDockerSuite/TestEventsFormat
23:04:23 [2021-06-24T23:04:23.456Z] === RUN   TestDockerSuite/TestCreateWithPortRange
23:04:23 [2021-06-24T23:04:23.906Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
23:04:23 [2021-06-24T23:04:23.906Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:04:23 [2021-06-24T23:04:23.906Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsFormatBadField
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsImageImport
23:04:26 [2021-06-24T23:04:26.961Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsImageLoad
23:04:26 [2021-06-24T23:04:26.961Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsImagePull
23:04:26 [2021-06-24T23:04:26.961Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:04:26 [2021-06-24T23:04:26.961Z] === RUN   TestDockerSuite/TestEventsImageTag
23:04:27 [2021-06-24T23:04:27.936Z] === RUN   TestDockerSuite/TestEventsPluginOps
23:04:27 [2021-06-24T23:04:27.936Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:04:27 [2021-06-24T23:04:27.936Z] === RUN   TestDockerSuite/TestEventsRename
23:04:30 [2021-06-24T23:04:30.856Z] === RUN   TestDockerSuite/TestEventsResize
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
23:04:30 [2021-06-24T23:04:30.896Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDevicePermissions
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDockerFails
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestEventsAttach
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestEventsCommit
23:04:30 [2021-06-24T23:04:30.896Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:04:30 [2021-06-24T23:04:30.896Z] === RUN   TestDockerSuite/TestEventsContainerEvents
23:04:33 [2021-06-24T23:04:33.036Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
23:04:35 [2021-06-24T23:04:35.178Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
23:04:36 [2021-06-24T23:04:36.472Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
23:04:37 [2021-06-24T23:04:37.319Z] === RUN   TestDockerSuite/TestEventsContainerRestart
23:04:39 [2021-06-24T23:04:39.460Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
23:04:41 [2021-06-24T23:04:41.006Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
23:04:43 [2021-06-24T23:04:43.928Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
23:04:44 [2021-06-24T23:04:44.304Z] === RUN   TestDockerSuite/TestEventsCopy
23:04:48 [2021-06-24T23:04:48.928Z] === RUN   TestDockerSuite/TestEventsFilterContainer
23:04:53 [2021-06-24T23:04:53.550Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
23:04:54 [2021-06-24T23:04:54.295Z] === RUN   TestDockerSuite/TestEventsTop
23:04:54 [2021-06-24T23:04:54.295Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:04:54 [2021-06-24T23:04:54.295Z] === RUN   TestDockerSuite/TestEventsUntag
23:04:54 [2021-06-24T23:04:54.549Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
23:04:55 [2021-06-24T23:04:55.690Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
23:04:55 [2021-06-24T23:04:55.846Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
23:04:56 [2021-06-24T23:04:56.140Z] === RUN   TestDockerSuite/TestEventsFilterImageName
23:04:59 [2021-06-24T23:04:59.819Z] === RUN   TestDockerSuite/TestEventsFilterLabels
23:05:00 [2021-06-24T23:05:00.268Z] === RUN   TestDockerSuite/TestEventsFilterType
23:05:00 [2021-06-24T23:05:00.570Z] === RUN   TestDockerSuite/TestExec
23:05:00 [2021-06-24T23:05:00.570Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:05:00 [2021-06-24T23:05:00.570Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
23:05:00 [2021-06-24T23:05:00.570Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:05:00 [2021-06-24T23:05:00.570Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
23:05:01 [2021-06-24T23:05:01.217Z] === RUN   TestDockerSuite/TestEventsFilters
23:05:02 [2021-06-24T23:05:02.761Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
23:05:04 [2021-06-24T23:05:04.308Z] === RUN   TestDockerSuite/TestExecAPIStart
23:05:04 [2021-06-24T23:05:04.308Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:05:04 [2021-06-24T23:05:04.308Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
23:05:04 [2021-06-24T23:05:04.308Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:05:04 [2021-06-24T23:05:04.308Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
23:05:04 [2021-06-24T23:05:04.308Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:05:04 [2021-06-24T23:05:04.771Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
23:05:06 [2021-06-24T23:05:06.963Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
23:05:09 [2021-06-24T23:05:09.159Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
23:05:11 [2021-06-24T23:05:11.350Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
23:05:11 [2021-06-24T23:05:11.437Z] === RUN   TestDockerSuite/TestEventsFormat
23:05:13 [2021-06-24T23:05:13.540Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsFormatBadField
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsImageImport
23:05:14 [2021-06-24T23:05:14.296Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsImageLoad
23:05:14 [2021-06-24T23:05:14.296Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsImagePull
23:05:14 [2021-06-24T23:05:14.296Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:05:14 [2021-06-24T23:05:14.296Z] === RUN   TestDockerSuite/TestEventsImageTag
23:05:15 [2021-06-24T23:05:15.246Z] === RUN   TestDockerSuite/TestEventsPluginOps
23:05:15 [2021-06-24T23:05:15.246Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:05:15 [2021-06-24T23:05:15.246Z] === RUN   TestDockerSuite/TestEventsRename
23:05:17 [2021-06-24T23:05:17.386Z] === RUN   TestDockerSuite/TestEventsResize
23:05:18 [2021-06-24T23:05:18.256Z] === RUN   TestDockerSuite/TestExecCgroup
23:05:18 [2021-06-24T23:05:18.256Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:05:18 [2021-06-24T23:05:18.256Z] === RUN   TestDockerSuite/TestExecEnv
23:05:18 [2021-06-24T23:05:18.256Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:05:18 [2021-06-24T23:05:18.256Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
23:05:18 [2021-06-24T23:05:18.256Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:05:18 [2021-06-24T23:05:18.256Z] === RUN   TestDockerSuite/TestExecExitStatus
23:05:20 [2021-06-24T23:05:20.450Z] === RUN   TestDockerSuite/TestExecInspectID
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecInteractive
23:05:25 [2021-06-24T23:05:25.162Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
23:05:25 [2021-06-24T23:05:25.162Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecParseError
23:05:25 [2021-06-24T23:05:25.162Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecPausedContainer
23:05:25 [2021-06-24T23:05:25.162Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
23:05:25 [2021-06-24T23:05:25.162Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:05:25 [2021-06-24T23:05:25.162Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
23:05:25 [2021-06-24T23:05:25.865Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
23:05:26 [2021-06-24T23:05:26.606Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
23:05:26 [2021-06-24T23:05:26.814Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecSetEnv
23:05:28 [2021-06-24T23:05:28.094Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecStartFails
23:05:28 [2021-06-24T23:05:28.094Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecStateCleanup
23:05:28 [2021-06-24T23:05:28.094Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecStopNotHanging
23:05:28 [2021-06-24T23:05:28.094Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
23:05:28 [2021-06-24T23:05:28.094Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:05:28 [2021-06-24T23:05:28.094Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
23:05:29 [2021-06-24T23:05:29.673Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
23:05:30 [2021-06-24T23:05:30.287Z] === RUN   TestDockerSuite/TestExecUlimits
23:05:30 [2021-06-24T23:05:30.287Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:05:30 [2021-06-24T23:05:30.287Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
23:05:34 [2021-06-24T23:05:34.299Z] === RUN   TestDockerSuite/TestEventsTop
23:05:34 [2021-06-24T23:05:34.299Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:05:34 [2021-06-24T23:05:34.299Z] === RUN   TestDockerSuite/TestEventsUntag
23:05:36 [2021-06-24T23:05:36.110Z] === RUN   TestDockerSuite/TestExecWithImageUser
23:05:36 [2021-06-24T23:05:36.110Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:05:36 [2021-06-24T23:05:36.110Z] === RUN   TestDockerSuite/TestExecWithPrivileged
23:05:36 [2021-06-24T23:05:36.110Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:05:36 [2021-06-24T23:05:36.110Z] === RUN   TestDockerSuite/TestExecWithUser
23:05:36 [2021-06-24T23:05:36.110Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:05:36 [2021-06-24T23:05:36.110Z] === RUN   TestDockerSuite/TestGetContainerStats
23:05:36 [2021-06-24T23:05:36.443Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
23:05:40 [2021-06-24T23:05:40.121Z] === RUN   TestDockerSuite/TestExec
23:05:40 [2021-06-24T23:05:40.121Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:05:40 [2021-06-24T23:05:40.121Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
23:05:40 [2021-06-24T23:05:40.121Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:05:40 [2021-06-24T23:05:40.121Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
23:05:41 [2021-06-24T23:05:41.631Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
23:05:41 [2021-06-24T23:05:41.934Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
23:05:43 [2021-06-24T23:05:43.141Z] === RUN   TestDockerSuite/TestExecAPIStart
23:05:43 [2021-06-24T23:05:43.141Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:05:43 [2021-06-24T23:05:43.141Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
23:05:43 [2021-06-24T23:05:43.141Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:05:43 [2021-06-24T23:05:43.141Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
23:05:43 [2021-06-24T23:05:43.141Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:05:43 [2021-06-24T23:05:43.141Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
23:05:45 [2021-06-24T23:05:45.291Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
23:05:47 [2021-06-24T23:05:47.436Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
23:05:47 [2021-06-24T23:05:47.755Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
23:05:49 [2021-06-24T23:05:49.577Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
23:05:51 [2021-06-24T23:05:51.512Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
23:05:51 [2021-06-24T23:05:51.718Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
23:05:55 [2021-06-24T23:05:55.398Z] === RUN   TestDockerSuite/TestExecCgroup
23:05:55 [2021-06-24T23:05:55.398Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:05:55 [2021-06-24T23:05:55.398Z] === RUN   TestDockerSuite/TestExecEnv
23:05:55 [2021-06-24T23:05:55.398Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:05:55 [2021-06-24T23:05:55.398Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
23:05:55 [2021-06-24T23:05:55.398Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:05:55 [2021-06-24T23:05:55.398Z] === RUN   TestDockerSuite/TestExecExitStatus
23:05:56 [2021-06-24T23:05:56.909Z] === RUN   TestDockerSuite/TestExecInspectID
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
23:05:57 [2021-06-24T23:05:57.335Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestHealth
23:05:57 [2021-06-24T23:05:57.335Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestHistoryExistentImage
23:05:57 [2021-06-24T23:05:57.335Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
23:05:57 [2021-06-24T23:05:57.795Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
23:05:57 [2021-06-24T23:05:57.795Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
23:05:58 [2021-06-24T23:05:58.661Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecInteractive
23:06:01 [2021-06-24T23:06:01.532Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
23:06:01 [2021-06-24T23:06:01.532Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecParseError
23:06:01 [2021-06-24T23:06:01.532Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecPausedContainer
23:06:01 [2021-06-24T23:06:01.532Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
23:06:01 [2021-06-24T23:06:01.532Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:06:01 [2021-06-24T23:06:01.532Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
23:06:02 [2021-06-24T23:06:02.491Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
23:06:02 [2021-06-24T23:06:02.491Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
23:06:02 [2021-06-24T23:06:02.491Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:06:02 [2021-06-24T23:06:02.491Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
23:06:02 [2021-06-24T23:06:02.491Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
23:06:02 [2021-06-24T23:06:02.491Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
23:06:02 [2021-06-24T23:06:02.952Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
23:06:03 [2021-06-24T23:06:03.413Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
23:06:03 [2021-06-24T23:06:03.413Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.413Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecSetEnv
23:06:03 [2021-06-24T23:06:03.672Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecStartFails
23:06:03 [2021-06-24T23:06:03.672Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecStateCleanup
23:06:03 [2021-06-24T23:06:03.672Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecStopNotHanging
23:06:03 [2021-06-24T23:06:03.672Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
23:06:03 [2021-06-24T23:06:03.672Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:06:03 [2021-06-24T23:06:03.672Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
23:06:04 [2021-06-24T23:06:04.957Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
23:06:04 [2021-06-24T23:06:04.957Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
23:06:05 [2021-06-24T23:06:05.815Z] === RUN   TestDockerSuite/TestExecUlimits
23:06:05 [2021-06-24T23:06:05.815Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:06:05 [2021-06-24T23:06:05.815Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
23:06:07 [2021-06-24T23:06:07.139Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
23:06:07 [2021-06-24T23:06:07.139Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
23:06:10 [2021-06-24T23:06:10.056Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
23:06:12 [2021-06-24T23:06:12.807Z] === RUN   TestDockerSuite/TestExecWithImageUser
23:06:12 [2021-06-24T23:06:12.807Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:06:12 [2021-06-24T23:06:12.807Z] === RUN   TestDockerSuite/TestExecWithPrivileged
23:06:12 [2021-06-24T23:06:12.807Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:06:12 [2021-06-24T23:06:12.807Z] === RUN   TestDockerSuite/TestExecWithUser
23:06:12 [2021-06-24T23:06:12.807Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:06:12 [2021-06-24T23:06:12.807Z] === RUN   TestDockerSuite/TestGetContainerStats
23:06:12 [2021-06-24T23:06:12.969Z] === RUN   TestDockerSuite/TestImagesFormat
23:06:12 [2021-06-24T23:06:12.969Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
23:06:12 [2021-06-24T23:06:12.969Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:06:12 [2021-06-24T23:06:12.969Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
23:06:13 [2021-06-24T23:06:13.527Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
23:06:16 [2021-06-24T23:06:16.717Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
23:06:16 [2021-06-24T23:06:16.717Z] === RUN   TestDockerSuite/TestImportBadURL
23:06:18 [2021-06-24T23:06:18.527Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportDisplay
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportFile
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportFileWithMessage
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportGzipped
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
23:06:19 [2021-06-24T23:06:19.628Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
23:06:19 [2021-06-24T23:06:19.628Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
23:06:19 [2021-06-24T23:06:19.628Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:06:19 [2021-06-24T23:06:19.628Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
23:06:21 [2021-06-24T23:06:21.811Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
23:06:24 [2021-06-24T23:06:24.242Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
23:06:24 [2021-06-24T23:06:24.721Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
23:06:24 [2021-06-24T23:06:24.721Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:06:24 [2021-06-24T23:06:24.721Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
23:06:24 [2021-06-24T23:06:24.721Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:06:24 [2021-06-24T23:06:24.721Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
23:06:24 [2021-06-24T23:06:24.721Z] === RUN   TestDockerSuite/TestInspectAmpersand
23:06:24 [2021-06-24T23:06:24.721Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:06:24 [2021-06-24T23:06:24.721Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
23:06:27 [2021-06-24T23:06:27.104Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
23:06:27 [2021-06-24T23:06:27.638Z] === RUN   TestDockerSuite/TestInspectByPrefix
23:06:27 [2021-06-24T23:06:27.638Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
23:06:30 [2021-06-24T23:06:30.548Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
23:06:30 [2021-06-24T23:06:30.548Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:06:30 [2021-06-24T23:06:30.548Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
23:06:30 [2021-06-24T23:06:30.548Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:06:30 [2021-06-24T23:06:30.548Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
23:06:30 [2021-06-24T23:06:30.548Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:06:30 [2021-06-24T23:06:30.548Z] === RUN   TestDockerSuite/TestInspectDefault
23:06:31 [2021-06-24T23:06:31.598Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
23:06:31 [2021-06-24T23:06:31.598Z]     docker_cli_external_volume_driver_test.go:485: [ddf29b1b92891] daemon is not started
23:06:32 [2021-06-24T23:06:32.730Z] === RUN   TestDockerSuite/TestInspectHistory
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
23:06:32 [2021-06-24T23:06:32.825Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestHealth
23:06:32 [2021-06-24T23:06:32.825Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestHistoryExistentImage
23:06:32 [2021-06-24T23:06:32.825Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
23:06:33 [2021-06-24T23:06:33.275Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
23:06:33 [2021-06-24T23:06:33.275Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
23:06:36 [2021-06-24T23:06:36.953Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
23:06:36 [2021-06-24T23:06:36.953Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
23:06:36 [2021-06-24T23:06:36.953Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:06:36 [2021-06-24T23:06:36.953Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
23:06:36 [2021-06-24T23:06:36.953Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
23:06:36 [2021-06-24T23:06:36.953Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
23:06:37 [2021-06-24T23:06:37.403Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
23:06:37 [2021-06-24T23:06:37.428Z] === RUN   TestDockerSuite/TestInspectImage
23:06:37 [2021-06-24T23:06:37.428Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:06:37 [2021-06-24T23:06:37.428Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
23:06:37 [2021-06-24T23:06:37.428Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:06:37 [2021-06-24T23:06:37.428Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
23:06:37 [2021-06-24T23:06:37.428Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:06:37 [2021-06-24T23:06:37.428Z] === RUN   TestDockerSuite/TestInspectInt64
23:06:37 [2021-06-24T23:06:37.854Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
23:06:37 [2021-06-24T23:06:37.854Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:06:37 [2021-06-24T23:06:37.854Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
23:06:38 [2021-06-24T23:06:38.808Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
23:06:38 [2021-06-24T23:06:38.808Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
23:06:39 [2021-06-24T23:06:39.612Z] === RUN   TestDockerSuite/TestInspectJSONFields
23:06:40 [2021-06-24T23:06:40.317Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
23:06:40 [2021-06-24T23:06:40.767Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
23:06:41 [2021-06-24T23:06:41.798Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
23:06:42 [2021-06-24T23:06:42.258Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
23:06:42 [2021-06-24T23:06:42.906Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
23:06:45 [2021-06-24T23:06:45.046Z] === RUN   TestDockerSuite/TestImagesFormat
23:06:45 [2021-06-24T23:06:45.046Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
23:06:45 [2021-06-24T23:06:45.046Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:06:45 [2021-06-24T23:06:45.046Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
23:06:45 [2021-06-24T23:06:45.169Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
23:06:46 [2021-06-24T23:06:46.459Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
23:06:46 [2021-06-24T23:06:46.459Z]     docker_cli_external_volume_driver_test.go:53: [d98fe415a8ea8] daemon is not started
23:06:47 [2021-06-24T23:06:47.353Z] === RUN   TestDockerSuite/TestInspectPlugin
23:06:47 [2021-06-24T23:06:47.353Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:06:47 [2021-06-24T23:06:47.353Z] === RUN   TestDockerSuite/TestInspectRootFS
23:06:47 [2021-06-24T23:06:47.353Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
23:06:48 [2021-06-24T23:06:48.728Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
23:06:48 [2021-06-24T23:06:48.728Z] === RUN   TestDockerSuite/TestImportBadURL
23:06:49 [2021-06-24T23:06:49.538Z] === RUN   TestDockerSuite/TestInspectStatus
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportDisplay
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportFile
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportFileWithMessage
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportGzipped
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
23:06:51 [2021-06-24T23:06:51.591Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
23:06:51 [2021-06-24T23:06:51.591Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
23:06:51 [2021-06-24T23:06:51.591Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:06:51 [2021-06-24T23:06:51.591Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
23:06:53 [2021-06-24T23:06:53.731Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
23:06:55 [2021-06-24T23:06:55.238Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
23:06:55 [2021-06-24T23:06:55.238Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:06:55 [2021-06-24T23:06:55.238Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
23:06:55 [2021-06-24T23:06:55.238Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:06:55 [2021-06-24T23:06:55.238Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
23:06:55 [2021-06-24T23:06:55.687Z] === RUN   TestDockerSuite/TestInspectAmpersand
23:06:55 [2021-06-24T23:06:55.687Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:06:55 [2021-06-24T23:06:55.687Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
23:06:57 [2021-06-24T23:06:57.830Z] === RUN   TestDockerSuite/TestInspectByPrefix
23:06:57 [2021-06-24T23:06:57.830Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
23:06:58 [2021-06-24T23:06:58.121Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
23:06:59 [2021-06-24T23:06:59.972Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
23:06:59 [2021-06-24T23:06:59.972Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:06:59 [2021-06-24T23:06:59.972Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
23:06:59 [2021-06-24T23:06:59.972Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:06:59 [2021-06-24T23:06:59.972Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
23:06:59 [2021-06-24T23:06:59.972Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:06:59 [2021-06-24T23:06:59.972Z] === RUN   TestDockerSuite/TestInspectDefault
23:07:01 [2021-06-24T23:07:01.334Z] --- PASS: TestDockerExternalVolumeSuite (439.75s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.79s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.43s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.48s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.44s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.46s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.54s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.91s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.45s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.14s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.29s)
23:07:01 [2021-06-24T23:07:01.334Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
23:07:01 [2021-06-24T23:07:01.334Z] PASS
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] === Skipped
23:07:01 [2021-06-24T23:07:01.334Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s)
23:07:01 [2021-06-24T23:07:01.334Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
23:07:01 [2021-06-24T23:07:01.334Z]     check_test.go:309: [df97eba7a0ee4] daemon is not started
23:07:01 [2021-06-24T23:07:01.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.03s)
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
23:07:01 [2021-06-24T23:07:01.334Z]     check_test.go:309: [d97c14d62c891] daemon is not started
23:07:01 [2021-06-24T23:07:01.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
23:07:01 [2021-06-24T23:07:01.334Z]     check_test.go:309: [d5790dff414d6] daemon is not started
23:07:01 [2021-06-24T23:07:01.334Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z]     docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
23:07:01 [2021-06-24T23:07:01.334Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
23:07:01 [2021-06-24T23:07:01.334Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
23:07:01 [2021-06-24T23:07:01.334Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] 
23:07:01 [2021-06-24T23:07:01.334Z] DONE 273 tests, 5 skipped in 2699.219s
23:07:01 [2021-06-24T23:07:01.334Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
23:07:01 [2021-06-24T23:07:01.334Z] ++++ cat bundles/test-integration/docker.pid
23:07:01 [2021-06-24T23:07:01.334Z] +++ kill 8268
23:07:01 [2021-06-24T23:07:01.334Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d367a405d96d9/docker.pid
23:07:01 [2021-06-24T23:07:01.484Z] === RUN   TestDockerSuite/TestInspectHistory
23:07:01 [2021-06-24T23:07:01.592Z] +++ kill 7105
23:07:01 [2021-06-24T23:07:01.592Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7105 is not a child of this shell
23:07:01 [2021-06-24T23:07:01.592Z] warning: PID 7105 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d367a405d96d9/docker.pid had a nonzero exit code
23:07:01 [2021-06-24T23:07:01.592Z] +++ /etc/init.d/apparmor stop
23:07:01 [2021-06-24T23:07:01.592Z] Leaving: AppArmorNo profiles have been unloaded.
23:07:01 [2021-06-24T23:07:01.592Z] 
23:07:01 [2021-06-24T23:07:01.592Z] Unloading profiles will leave already running processes permanently
23:07:01 [2021-06-24T23:07:01.592Z] unconfined, which can lead to unexpected situations.
23:07:01 [2021-06-24T23:07:01.592Z] 
23:07:01 [2021-06-24T23:07:01.592Z] To set a process to complain mode, use the command line tool
23:07:01 [2021-06-24T23:07:01.592Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
23:07:01 [2021-06-24T23:07:01.592Z] +++ true
23:07:01 [2021-06-24T23:07:01.592Z] exiting test-integration
23:07:01 [2021-06-24T23:07:01.592Z] ++ exit 0
23:07:01 [2021-06-24T23:07:01.592Z] 
23:07:01 [2021-06-24T23:07:01.850Z] + exit 0
23:07:01 [2021-06-24T23:07:01.850Z] ++ jobs -p
23:07:01 [2021-06-24T23:07:01.850Z] + pids=
23:07:01 [2021-06-24T23:07:01.850Z] + echo 'Remaining pids to kill: []'
23:07:01 [2021-06-24T23:07:01.850Z] Remaining pids to kill: []
23:07:01 [2021-06-24T23:07:01.850Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
23:07:01 [2021-06-24T23:07:01.867Z] Recording test results
23:07:01 [2021-06-24T23:07:01.871Z] === RUN   TestDockerSuite/TestInspectTemplateError
23:07:03 [2021-06-24T23:07:03.483Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
23:07:03 [2021-06-24T23:07:03.810Z] + echo Ensuring container killed.
23:07:03 [2021-06-24T23:07:03.810Z] Ensuring container killed.
23:07:03 [2021-06-24T23:07:03.810Z] + docker ps -aq -f name=docker-pr33-*
23:07:03 [2021-06-24T23:07:03.810Z] + cids=ee4212caa92a
23:07:03 [2021-06-24T23:07:03.810Z] d5c4a421ba37
23:07:03 [2021-06-24T23:07:03.810Z] 5387761d9449
23:07:03 [2021-06-24T23:07:03.810Z] + [ -n ee4212caa92a
23:07:03 [2021-06-24T23:07:03.810Z] d5c4a421ba37
23:07:03 [2021-06-24T23:07:03.810Z] 5387761d9449 ]
23:07:03 [2021-06-24T23:07:03.810Z] + docker rm -vf ee4212caa92a d5c4a421ba37 5387761d9449
23:07:04 [2021-06-24T23:07:04.061Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
23:07:05 [2021-06-24T23:07:05.168Z] === RUN   TestDockerSuite/TestInspectImage
23:07:05 [2021-06-24T23:07:05.168Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:07:05 [2021-06-24T23:07:05.168Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
23:07:05 [2021-06-24T23:07:05.168Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:07:05 [2021-06-24T23:07:05.618Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
23:07:05 [2021-06-24T23:07:05.618Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:07:05 [2021-06-24T23:07:05.618Z] === RUN   TestDockerSuite/TestInspectInt64
23:07:06 [2021-06-24T23:07:06.355Z] ee4212caa92a
23:07:06 [2021-06-24T23:07:06.355Z] d5c4a421ba37
23:07:06 [2021-06-24T23:07:06.355Z] 5387761d9449
[Pipeline] sh
23:07:06 [2021-06-24T23:07:06.645Z] + echo Chowning /workspace to jenkins user
23:07:06 [2021-06-24T23:07:06.645Z] Chowning /workspace to jenkins user
23:07:06 [2021-06-24T23:07:06.645Z] + id -u
23:07:06 [2021-06-24T23:07:06.645Z] + id -g
23:07:06 [2021-06-24T23:07:06.645Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42450:/workspace busybox chown -R 1000:1000 /workspace
23:07:06 [2021-06-24T23:07:06.645Z] Unable to find image 'busybox:latest' locally
23:07:06 [2021-06-24T23:07:06.902Z] latest: Pulling from library/busybox
23:07:06 [2021-06-24T23:07:06.902Z] b71f96345d44: Pulling fs layer
23:07:06 [2021-06-24T23:07:06.902Z] b71f96345d44: Verifying Checksum
23:07:06 [2021-06-24T23:07:06.902Z] b71f96345d44: Download complete
23:07:06 [2021-06-24T23:07:06.902Z] b71f96345d44: Pull complete
23:07:06 [2021-06-24T23:07:06.973Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
23:07:07 [2021-06-24T23:07:07.161Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d
23:07:07 [2021-06-24T23:07:07.161Z] Status: Downloaded newer image for busybox:latest
23:07:07 [2021-06-24T23:07:07.757Z] === RUN   TestDockerSuite/TestInspectJSONFields
23:07:09 [2021-06-24T23:07:09.156Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
23:07:09 [2021-06-24T23:07:09.265Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
23:07:09 [2021-06-24T23:07:09.265Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
23:07:11 [2021-06-24T23:07:11.341Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
23:07:11 [2021-06-24T23:07:11.643Z] + bundleName=amd64
23:07:11 [2021-06-24T23:07:11.643Z] + echo Creating amd64-bundles.tar.gz
23:07:11 [2021-06-24T23:07:11.643Z] Creating amd64-bundles.tar.gz
23:07:11 [2021-06-24T23:07:11.643Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
23:07:11 [2021-06-24T23:07:11.643Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
23:07:13 [2021-06-24T23:07:13.029Z] Archiving artifacts
23:07:14 [2021-06-24T23:07:14.255Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
23:07:15 [2021-06-24T23:07:15.142Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:07:15 [2021-06-24T23:07:15.456Z] + make clean
23:07:15 [2021-06-24T23:07:15.714Z] docker volume rm -f docker-dev-cache
23:07:15 [2021-06-24T23:07:15.714Z] docker-dev-cache
[Pipeline] deleteDir
23:07:16 [2021-06-24T23:07:16.257Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestInspectUnknownObject
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinkShortDefinition
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksEnvs
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
23:07:16 [2021-06-24T23:07:16.582Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
23:07:16 [2021-06-24T23:07:16.582Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
23:07:18 [2021-06-24T23:07:18.397Z] === RUN   TestDockerSuite/TestInspectPlugin
23:07:18 [2021-06-24T23:07:18.397Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:07:18 [2021-06-24T23:07:18.397Z] === RUN   TestDockerSuite/TestInspectRootFS
23:07:18 [2021-06-24T23:07:18.397Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
23:07:18 [2021-06-24T23:07:18.765Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
23:07:20 [2021-06-24T23:07:20.536Z] === RUN   TestDockerSuite/TestInspectStatus
23:07:20 [2021-06-24T23:07:20.952Z] === RUN   TestDockerSuite/TestLogsAPIUntil
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:07:22 [2021-06-24T23:07:22.678Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
23:07:26 [2021-06-24T23:07:26.361Z] === RUN   TestDockerSuite/TestInspectTemplateError
23:07:26 [2021-06-24T23:07:26.760Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
23:07:28 [2021-06-24T23:07:28.502Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
23:07:29 [2021-06-24T23:07:29.677Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
23:07:29 [2021-06-24T23:07:29.677Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:07:29 [2021-06-24T23:07:29.677Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
23:07:30 [2021-06-24T23:07:30.640Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
23:07:31 [2021-06-24T23:07:31.859Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
23:07:32 [2021-06-24T23:07:32.147Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
23:07:32 [2021-06-24T23:07:32.322Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
23:07:34 [2021-06-24T23:07:34.289Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
23:07:36 [2021-06-24T23:07:36.430Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
23:07:37 [2021-06-24T23:07:37.941Z] === RUN   TestDockerSuite/TestInspectUnknownObject
23:07:38 [2021-06-24T23:07:38.127Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinkShortDefinition
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksEnvs
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
23:07:38 [2021-06-24T23:07:38.391Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
23:07:38 [2021-06-24T23:07:38.391Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
23:07:40 [2021-06-24T23:07:40.530Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
23:07:42 [2021-06-24T23:07:42.038Z] === RUN   TestDockerSuite/TestLogsAPIUntil
23:07:43 [2021-06-24T23:07:43.932Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
23:07:47 [2021-06-24T23:07:47.761Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
23:07:49 [2021-06-24T23:07:49.747Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
23:07:49 [2021-06-24T23:07:49.901Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
23:07:49 [2021-06-24T23:07:49.901Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:07:49 [2021-06-24T23:07:49.901Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
23:07:51 [2021-06-24T23:07:51.410Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
23:07:51 [2021-06-24T23:07:51.860Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
23:07:51 [2021-06-24T23:07:51.930Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
23:07:54 [2021-06-24T23:07:54.113Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
23:07:54 [2021-06-24T23:07:54.113Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:07:54 [2021-06-24T23:07:54.113Z] === RUN   TestDockerSuite/TestLogsFollowStopped
23:07:57 [2021-06-24T23:07:57.027Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
23:07:57 [2021-06-24T23:07:57.575Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
23:07:59 [2021-06-24T23:07:59.945Z] === RUN   TestDockerSuite/TestLogsSince
23:08:02 [2021-06-24T23:08:02.198Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
23:08:07 [2021-06-24T23:08:07.917Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
23:08:10 [2021-06-24T23:08:10.059Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
23:08:10 [2021-06-24T23:08:10.289Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
23:08:10 [2021-06-24T23:08:10.289Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:08:10 [2021-06-24T23:08:10.289Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
23:08:10 [2021-06-24T23:08:10.289Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:08:10 [2021-06-24T23:08:10.289Z] === RUN   TestDockerSuite/TestLogsTail
23:08:12 [2021-06-24T23:08:12.198Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
23:08:12 [2021-06-24T23:08:12.198Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:08:12 [2021-06-24T23:08:12.198Z] === RUN   TestDockerSuite/TestLogsFollowStopped
23:08:12 [2021-06-24T23:08:12.481Z] === RUN   TestDockerSuite/TestLogsTimestamps
23:08:14 [2021-06-24T23:08:14.342Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
23:08:15 [2021-06-24T23:08:15.390Z] === RUN   TestDockerSuite/TestLogsWithDetails
23:08:16 [2021-06-24T23:08:16.483Z] === RUN   TestDockerSuite/TestLogsSince
23:08:18 [2021-06-24T23:08:18.301Z] === RUN   TestDockerSuite/TestMountIntoProc
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestMountIntoSys
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestNetHostname
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginActive
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginLogDriver
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPluginUpgrade
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPortHostBinding
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPortList
23:08:18 [2021-06-24T23:08:18.302Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:08:18 [2021-06-24T23:08:18.302Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersAttach
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.009Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
23:08:23 [2021-06-24T23:08:23.009Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:08:23 [2021-06-24T23:08:23.011Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
23:08:24 [2021-06-24T23:08:24.964Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
23:08:24 [2021-06-24T23:08:24.964Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:08:24 [2021-06-24T23:08:24.964Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
23:08:24 [2021-06-24T23:08:24.964Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:08:24 [2021-06-24T23:08:24.964Z] === RUN   TestDockerSuite/TestLogsTail
23:08:27 [2021-06-24T23:08:27.822Z] === RUN   TestDockerSuite/TestLogsTimestamps
23:08:28 [2021-06-24T23:08:28.823Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
23:08:28 [2021-06-24T23:08:28.823Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:08:28 [2021-06-24T23:08:28.823Z] === RUN   TestDockerSuite/TestPsByOrder
23:08:29 [2021-06-24T23:08:29.963Z] === RUN   TestDockerSuite/TestLogsWithDetails
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestMountIntoProc
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestMountIntoSys
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestNetHostname
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginActive
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginLogDriver
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPluginUpgrade
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPortHostBinding
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPortList
23:08:32 [2021-06-24T23:08:32.105Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:08:32 [2021-06-24T23:08:32.105Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersAttach
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
23:08:36 [2021-06-24T23:08:36.729Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:08:36 [2021-06-24T23:08:36.729Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
23:08:37 [2021-06-24T23:08:37.409Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
23:08:37 [2021-06-24T23:08:37.410Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:08:37 [2021-06-24T23:08:37.410Z] === RUN   TestDockerSuite/TestPsListContainersBase
23:08:40 [2021-06-24T23:08:40.409Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
23:08:40 [2021-06-24T23:08:40.409Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:08:40 [2021-06-24T23:08:40.409Z] === RUN   TestDockerSuite/TestPsByOrder
23:08:45 [2021-06-24T23:08:45.995Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
23:08:47 [2021-06-24T23:08:47.399Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
23:08:47 [2021-06-24T23:08:47.399Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:08:47 [2021-06-24T23:08:47.399Z] === RUN   TestDockerSuite/TestPsListContainersBase
23:08:55 [2021-06-24T23:08:55.875Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
23:09:00 [2021-06-24T23:09:00.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
23:09:00 [2021-06-24T23:09:00.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
23:09:00 [2021-06-24T23:09:00.829Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:09:00 [2021-06-24T23:09:00.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
23:09:08 [2021-06-24T23:09:08.144Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
23:09:08 [2021-06-24T23:09:08.145Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
23:09:08 [2021-06-24T23:09:08.145Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:09:08 [2021-06-24T23:09:08.145Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
23:09:15 [2021-06-24T23:09:15.668Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
23:09:17 [2021-06-24T23:09:17.855Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
23:09:20 [2021-06-24T23:09:20.417Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
23:09:23 [2021-06-24T23:09:23.273Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
23:09:26 [2021-06-24T23:09:26.433Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
23:09:30 [2021-06-24T23:09:30.264Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
23:09:31 [2021-06-24T23:09:31.142Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
23:09:31 [2021-06-24T23:09:31.142Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
23:09:31 [2021-06-24T23:09:31.142Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
23:09:31 [2021-06-24T23:09:31.142Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
23:09:31 [2021-06-24T23:09:31.142Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
23:09:33 [2021-06-24T23:09:33.942Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
23:09:33 [2021-06-24T23:09:33.942Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
23:09:33 [2021-06-24T23:09:33.942Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
23:09:33 [2021-06-24T23:09:33.942Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
23:09:33 [2021-06-24T23:09:33.942Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
23:09:36 [2021-06-24T23:09:36.941Z] === RUN   TestDockerSuite/TestPsListContainersSize
23:09:36 [2021-06-24T23:09:36.942Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:09:36 [2021-06-24T23:09:36.942Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
23:09:36 [2021-06-24T23:09:36.942Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
23:09:36 [2021-06-24T23:09:36.942Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
23:09:36 [2021-06-24T23:09:36.942Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:09:36 [2021-06-24T23:09:36.942Z] === RUN   TestDockerSuite/TestPsRightTagName
23:09:36 [2021-06-24T23:09:36.942Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:09:36 [2021-06-24T23:09:36.942Z] === RUN   TestDockerSuite/TestPsShowMounts
23:09:38 [2021-06-24T23:09:38.579Z] === RUN   TestDockerSuite/TestPsListContainersSize
23:09:38 [2021-06-24T23:09:38.579Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:09:38 [2021-06-24T23:09:38.579Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
23:09:38 [2021-06-24T23:09:38.579Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
23:09:38 [2021-06-24T23:09:38.579Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
23:09:38 [2021-06-24T23:09:38.579Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:09:38 [2021-06-24T23:09:38.579Z] === RUN   TestDockerSuite/TestPsRightTagName
23:09:38 [2021-06-24T23:09:38.579Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:09:38 [2021-06-24T23:09:38.579Z] === RUN   TestDockerSuite/TestPsShowMounts
23:09:44 [2021-06-24T23:09:44.028Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
23:09:44 [2021-06-24T23:09:44.028Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
23:09:44 [2021-06-24T23:09:44.028Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
23:09:45 [2021-06-24T23:09:45.568Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
23:09:45 [2021-06-24T23:09:45.568Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
23:09:45 [2021-06-24T23:09:45.568Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
23:09:45 [2021-06-24T23:09:45.569Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
23:09:45 [2021-06-24T23:09:45.569Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:09:45 [2021-06-24T23:09:45.569Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
23:09:46 [2021-06-24T23:09:46.518Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
23:09:46 [2021-06-24T23:09:46.518Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:09:46 [2021-06-24T23:09:46.518Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
23:09:46 [2021-06-24T23:09:46.538Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
23:09:47 [2021-06-24T23:09:47.477Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
23:09:47 [2021-06-24T23:09:47.507Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
23:09:47 [2021-06-24T23:09:47.507Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:09:47 [2021-06-24T23:09:47.507Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
23:09:48 [2021-06-24T23:09:48.427Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
23:09:48 [2021-06-24T23:09:48.427Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:09:48 [2021-06-24T23:09:48.427Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
23:09:52 [2021-06-24T23:09:52.110Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
23:09:52 [2021-06-24T23:09:52.208Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
23:09:55 [2021-06-24T23:09:55.788Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
23:09:56 [2021-06-24T23:09:56.908Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
23:09:59 [2021-06-24T23:09:59.819Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
23:10:02 [2021-06-24T23:10:02.784Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
23:10:20 [2021-06-24T23:10:20.342Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
23:10:20 [2021-06-24T23:10:20.342Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:10:20 [2021-06-24T23:10:20.342Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
23:10:24 [2021-06-24T23:10:24.025Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
23:10:24 [2021-06-24T23:10:24.025Z] === RUN   TestDockerSuite/TestRestartPolicyNO
23:10:24 [2021-06-24T23:10:24.025Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
23:10:24 [2021-06-24T23:10:24.975Z] === RUN   TestDockerSuite/TestRestartRunningContainer
23:10:24 [2021-06-24T23:10:24.989Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
23:10:24 [2021-06-24T23:10:24.989Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:10:24 [2021-06-24T23:10:24.989Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
23:10:28 [2021-06-24T23:10:28.656Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
23:10:29 [2021-06-24T23:10:29.685Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
23:10:30 [2021-06-24T23:10:30.146Z] === RUN   TestDockerSuite/TestRestartPolicyNO
23:10:30 [2021-06-24T23:10:30.146Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
23:10:31 [2021-06-24T23:10:31.115Z] === RUN   TestDockerSuite/TestRestartRunningContainer
23:10:32 [2021-06-24T23:10:32.337Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
23:10:32 [2021-06-24T23:10:32.337Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:10:32 [2021-06-24T23:10:32.337Z] === RUN   TestDockerSuite/TestRestartWithVolumes
23:10:36 [2021-06-24T23:10:36.019Z] === RUN   TestDockerSuite/TestRmiBlank
23:10:36 [2021-06-24T23:10:36.019Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
23:10:36 [2021-06-24T23:10:36.019Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
23:10:36 [2021-06-24T23:10:36.923Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
23:10:41 [2021-06-24T23:10:41.621Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
23:10:41 [2021-06-24T23:10:41.621Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:10:41 [2021-06-24T23:10:41.621Z] === RUN   TestDockerSuite/TestRestartWithVolumes
23:10:46 [2021-06-24T23:10:46.325Z] === RUN   TestDockerSuite/TestRmiBlank
23:10:46 [2021-06-24T23:10:46.325Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
23:10:46 [2021-06-24T23:10:46.325Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
23:10:50 [2021-06-24T23:10:50.730Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
23:10:51 [2021-06-24T23:10:51.181Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
23:10:52 [2021-06-24T23:10:52.132Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
23:10:57 [2021-06-24T23:10:57.856Z] === RUN   TestDockerSuite/TestRmiImgIDForce
23:11:02 [2021-06-24T23:11:02.479Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
23:11:07 [2021-06-24T23:11:07.503Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
23:11:07 [2021-06-24T23:11:07.513Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
23:11:08 [2021-06-24T23:11:08.197Z] === RUN   TestDockerSuite/TestRmiParentImageFail
23:11:08 [2021-06-24T23:11:08.486Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
23:11:11 [2021-06-24T23:11:11.877Z] === RUN   TestDockerSuite/TestRmiTag
23:11:12 [2021-06-24T23:11:12.826Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
23:11:14 [2021-06-24T23:11:14.966Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
23:11:20 [2021-06-24T23:11:20.884Z] === RUN   TestDockerSuite/TestRmiImgIDForce
23:11:24 [2021-06-24T23:11:24.637Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
23:11:29 [2021-06-24T23:11:29.660Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
23:11:31 [2021-06-24T23:11:31.801Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
23:11:33 [2021-06-24T23:11:33.227Z] === RUN   TestDockerSuite/TestRmiParentImageFail
23:11:36 [2021-06-24T23:11:36.428Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddHost
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
23:11:36 [2021-06-24T23:11:36.877Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:11:36 [2021-06-24T23:11:36.877Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
23:11:36 [2021-06-24T23:11:36.968Z] === RUN   TestDockerSuite/TestRmiTag
23:11:36 [2021-06-24T23:11:36.968Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
23:11:39 [2021-06-24T23:11:39.015Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
23:11:39 [2021-06-24T23:11:39.015Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
23:11:39 [2021-06-24T23:11:39.015Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
23:11:39 [2021-06-24T23:11:39.015Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
23:11:39 [2021-06-24T23:11:39.015Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
23:11:41 [2021-06-24T23:11:41.405Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
23:11:42 [2021-06-24T23:11:42.732Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
23:11:45 [2021-06-24T23:11:45.588Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
23:11:47 [2021-06-24T23:11:47.728Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
23:11:49 [2021-06-24T23:11:49.237Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
23:11:51 [2021-06-24T23:11:51.377Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
23:11:51 [2021-06-24T23:11:51.377Z] === RUN   TestDockerSuite/TestRunBindMounts
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
23:11:56 [2021-06-24T23:11:56.012Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:11:56 [2021-06-24T23:11:56.012Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
23:11:57 [2021-06-24T23:11:57.519Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
23:11:57 [2021-06-24T23:11:57.519Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:11:57 [2021-06-24T23:11:57.519Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
23:12:00 [2021-06-24T23:12:00.376Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
23:12:00 [2021-06-24T23:12:00.376Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:12:00 [2021-06-24T23:12:00.376Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
23:12:00 [2021-06-24T23:12:00.376Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:12:00 [2021-06-24T23:12:00.376Z] === RUN   TestDockerSuite/TestRunContainerNetwork
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
23:12:01 [2021-06-24T23:12:01.884Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
23:12:01 [2021-06-24T23:12:01.884Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
23:12:02 [2021-06-24T23:12:02.528Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
23:12:03 [2021-06-24T23:12:03.501Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
23:12:04 [2021-06-24T23:12:04.027Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
23:12:06 [2021-06-24T23:12:06.169Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
23:12:08 [2021-06-24T23:12:08.215Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
23:12:08 [2021-06-24T23:12:08.308Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
23:12:08 [2021-06-24T23:12:08.308Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:12:08 [2021-06-24T23:12:08.308Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
23:12:08 [2021-06-24T23:12:08.308Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:12:08 [2021-06-24T23:12:08.308Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
23:12:08 [2021-06-24T23:12:08.308Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
23:12:08 [2021-06-24T23:12:08.308Z] === RUN   TestDockerSuite/TestRunCreateVolume
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddHost
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
23:12:09 [2021-06-24T23:12:09.184Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:12:09 [2021-06-24T23:12:09.184Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
23:12:10 [2021-06-24T23:12:10.447Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
23:12:10 [2021-06-24T23:12:10.447Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
23:12:10 [2021-06-24T23:12:10.447Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
23:12:10 [2021-06-24T23:12:10.447Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:12:10 [2021-06-24T23:12:10.448Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
23:12:10 [2021-06-24T23:12:10.448Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:12:10 [2021-06-24T23:12:10.448Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
23:12:10 [2021-06-24T23:12:10.448Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:12:10 [2021-06-24T23:12:10.448Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
23:12:11 [2021-06-24T23:12:11.378Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
23:12:11 [2021-06-24T23:12:11.378Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
23:12:11 [2021-06-24T23:12:11.378Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
23:12:11 [2021-06-24T23:12:11.378Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
23:12:11 [2021-06-24T23:12:11.378Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
23:12:11 [2021-06-24T23:12:11.957Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDNSOptions
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
23:12:16 [2021-06-24T23:12:16.582Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:12:16 [2021-06-24T23:12:16.582Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
23:12:17 [2021-06-24T23:12:17.187Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
23:12:18 [2021-06-24T23:12:18.722Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
23:12:18 [2021-06-24T23:12:18.722Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:12:18 [2021-06-24T23:12:18.722Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
23:12:18 [2021-06-24T23:12:18.722Z] === RUN   TestDockerSuite/TestRunDuplicateMount
23:12:18 [2021-06-24T23:12:18.722Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
23:12:18 [2021-06-24T23:12:18.722Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
23:12:20 [2021-06-24T23:12:20.098Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
23:12:20 [2021-06-24T23:12:20.862Z] === RUN   TestDockerSuite/TestRunEchoStdout
23:12:23 [2021-06-24T23:12:23.001Z] === RUN   TestDockerSuite/TestRunEmptyEnv
23:12:23 [2021-06-24T23:12:23.001Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
23:12:23 [2021-06-24T23:12:23.001Z] === RUN   TestDockerSuite/TestRunEntrypoint
23:12:23 [2021-06-24T23:12:23.008Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
23:12:25 [2021-06-24T23:12:25.140Z] === RUN   TestDockerSuite/TestRunEnvironment
23:12:25 [2021-06-24T23:12:25.140Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:12:25 [2021-06-24T23:12:25.140Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
23:12:25 [2021-06-24T23:12:25.140Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:12:25 [2021-06-24T23:12:25.140Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
23:12:25 [2021-06-24T23:12:25.140Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:12:25 [2021-06-24T23:12:25.140Z] === RUN   TestDockerSuite/TestRunExitCode
23:12:25 [2021-06-24T23:12:25.203Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
23:12:27 [2021-06-24T23:12:27.283Z] === RUN   TestDockerSuite/TestRunExitCodeOne
23:12:28 [2021-06-24T23:12:28.118Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
23:12:28 [2021-06-24T23:12:28.118Z] === RUN   TestDockerSuite/TestRunBindMounts
23:12:29 [2021-06-24T23:12:29.424Z] === RUN   TestDockerSuite/TestRunExitCodeZero
23:12:31 [2021-06-24T23:12:31.563Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
23:12:32 [2021-06-24T23:12:32.817Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
23:12:32 [2021-06-24T23:12:32.817Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.070Z] === RUN   TestDockerSuite/TestRunExposePort
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
23:12:33 [2021-06-24T23:12:33.278Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.278Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunGroupAdd
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
23:12:33 [2021-06-24T23:12:33.520Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:12:33 [2021-06-24T23:12:33.520Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
23:12:36 [2021-06-24T23:12:36.189Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
23:12:36 [2021-06-24T23:12:36.189Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:12:36 [2021-06-24T23:12:36.189Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
23:12:37 [2021-06-24T23:12:37.198Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
23:12:37 [2021-06-24T23:12:37.198Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
23:12:37 [2021-06-24T23:12:37.198Z] === RUN   TestDockerSuite/TestRunInvalidReference
23:12:37 [2021-06-24T23:12:37.648Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
23:12:37 [2021-06-24T23:12:37.648Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:12:37 [2021-06-24T23:12:37.648Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
23:12:37 [2021-06-24T23:12:37.648Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
23:12:37 [2021-06-24T23:12:37.648Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
23:12:37 [2021-06-24T23:12:37.648Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:12:37 [2021-06-24T23:12:37.648Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
23:12:37 [2021-06-24T23:12:37.648Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:12:37 [2021-06-24T23:12:37.648Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
23:12:39 [2021-06-24T23:12:39.935Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
23:12:39 [2021-06-24T23:12:39.935Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:12:39 [2021-06-24T23:12:39.935Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
23:12:39 [2021-06-24T23:12:39.935Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:12:39 [2021-06-24T23:12:39.935Z] === RUN   TestDockerSuite/TestRunContainerNetwork
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
23:12:42 [2021-06-24T23:12:42.121Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
23:12:42 [2021-06-24T23:12:42.121Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
23:12:44 [2021-06-24T23:12:44.304Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
23:12:46 [2021-06-24T23:12:46.125Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
23:12:46 [2021-06-24T23:12:46.125Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
23:12:46 [2021-06-24T23:12:46.125Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
23:12:47 [2021-06-24T23:12:47.218Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
23:12:47 [2021-06-24T23:12:47.633Z] === RUN   TestDockerSuite/TestRunModeHostname
23:12:47 [2021-06-24T23:12:47.633Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:12:47 [2021-06-24T23:12:47.633Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
23:12:47 [2021-06-24T23:12:47.633Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
23:12:47 [2021-06-24T23:12:47.633Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
23:12:47 [2021-06-24T23:12:47.633Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
23:12:47 [2021-06-24T23:12:47.633Z] === RUN   TestDockerSuite/TestRunModeIpcHost
23:12:47 [2021-06-24T23:12:47.633Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
23:12:47 [2021-06-24T23:12:47.633Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
23:12:47 [2021-06-24T23:12:47.633Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunModePIDContainer
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunModeUTSHost
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunMount
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunMountOrdering
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
23:12:48 [2021-06-24T23:12:48.083Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
23:12:48 [2021-06-24T23:12:48.083Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
23:12:49 [2021-06-24T23:12:49.405Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
23:12:49 [2021-06-24T23:12:49.405Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:12:49 [2021-06-24T23:12:49.405Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
23:12:49 [2021-06-24T23:12:49.405Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:12:49 [2021-06-24T23:12:49.405Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
23:12:49 [2021-06-24T23:12:49.405Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
23:12:49 [2021-06-24T23:12:49.405Z] === RUN   TestDockerSuite/TestRunCreateVolume
23:12:52 [2021-06-24T23:12:52.323Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
23:12:52 [2021-06-24T23:12:52.323Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
23:12:52 [2021-06-24T23:12:52.323Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
23:12:52 [2021-06-24T23:12:52.323Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:12:52 [2021-06-24T23:12:52.323Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
23:12:52 [2021-06-24T23:12:52.323Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:12:52 [2021-06-24T23:12:52.323Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
23:12:52 [2021-06-24T23:12:52.323Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:12:52 [2021-06-24T23:12:52.323Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
23:12:54 [2021-06-24T23:12:54.508Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
23:12:55 [2021-06-24T23:12:55.073Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
23:12:55 [2021-06-24T23:12:55.073Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:12:55 [2021-06-24T23:12:55.073Z] === RUN   TestDockerSuite/TestRunNamedVolume
23:12:55 [2021-06-24T23:12:55.073Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
23:12:55 [2021-06-24T23:12:55.073Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
23:12:55 [2021-06-24T23:12:55.073Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:12:55 [2021-06-24T23:12:55.073Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
23:12:58 [2021-06-24T23:12:58.752Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDNSOptions
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
23:13:00 [2021-06-24T23:13:00.316Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:13:00 [2021-06-24T23:13:00.316Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetHost
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
23:13:02 [2021-06-24T23:13:02.433Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
23:13:02 [2021-06-24T23:13:02.433Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
23:13:02 [2021-06-24T23:13:02.512Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
23:13:02 [2021-06-24T23:13:02.512Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.512Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
23:13:02 [2021-06-24T23:13:02.512Z] === RUN   TestDockerSuite/TestRunDuplicateMount
23:13:02 [2021-06-24T23:13:02.512Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
23:13:02 [2021-06-24T23:13:02.512Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
23:13:03 [2021-06-24T23:13:03.944Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
23:13:05 [2021-06-24T23:13:05.424Z] === RUN   TestDockerSuite/TestRunEchoStdout
23:13:06 [2021-06-24T23:13:06.084Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
23:13:07 [2021-06-24T23:13:07.591Z] === RUN   TestDockerSuite/TestRunNonExistingImage
23:13:07 [2021-06-24T23:13:07.608Z] === RUN   TestDockerSuite/TestRunEmptyEnv
23:13:07 [2021-06-24T23:13:07.608Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
23:13:07 [2021-06-24T23:13:07.608Z] === RUN   TestDockerSuite/TestRunEntrypoint
23:13:09 [2021-06-24T23:13:09.101Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
23:13:10 [2021-06-24T23:13:10.519Z] === RUN   TestDockerSuite/TestRunEnvironment
23:13:10 [2021-06-24T23:13:10.520Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:13:10 [2021-06-24T23:13:10.520Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
23:13:10 [2021-06-24T23:13:10.520Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:13:10 [2021-06-24T23:13:10.520Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
23:13:10 [2021-06-24T23:13:10.520Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:13:10 [2021-06-24T23:13:10.520Z] === RUN   TestDockerSuite/TestRunExitCode
23:13:10 [2021-06-24T23:13:10.612Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunPortInUse
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
23:13:11 [2021-06-24T23:13:11.062Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:13:11 [2021-06-24T23:13:11.062Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
23:13:12 [2021-06-24T23:13:12.706Z] === RUN   TestDockerSuite/TestRunExitCodeOne
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunPublishPort
23:13:13 [2021-06-24T23:13:13.205Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
23:13:13 [2021-06-24T23:13:13.205Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunReadProcLatency
23:13:13 [2021-06-24T23:13:13.205Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunReadProcTimer
23:13:13 [2021-06-24T23:13:13.205Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
23:13:13 [2021-06-24T23:13:13.205Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:13:13 [2021-06-24T23:13:13.205Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
23:13:15 [2021-06-24T23:13:15.620Z] === RUN   TestDockerSuite/TestRunExitCodeZero
23:13:17 [2021-06-24T23:13:17.804Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
23:13:19 [2021-06-24T23:13:19.987Z] === RUN   TestDockerSuite/TestRunExposePort
23:13:20 [2021-06-24T23:13:20.192Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
23:13:20 [2021-06-24T23:13:20.192Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.192Z] === RUN   TestDockerSuite/TestRunRm
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunGroupAdd
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
23:13:20 [2021-06-24T23:13:20.447Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:13:20 [2021-06-24T23:13:20.447Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
23:13:22 [2021-06-24T23:13:22.334Z] === RUN   TestDockerSuite/TestRunRmAndWait
23:13:24 [2021-06-24T23:13:24.197Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
23:13:24 [2021-06-24T23:13:24.197Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunInvalidReference
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
23:13:24 [2021-06-24T23:13:24.657Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
23:13:24 [2021-06-24T23:13:24.657Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
23:13:24 [2021-06-24T23:13:24.657Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
23:13:24 [2021-06-24T23:13:24.657Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:13:24 [2021-06-24T23:13:24.657Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
23:13:28 [2021-06-24T23:13:28.063Z] === RUN   TestDockerSuite/TestRunRmPre125Api
23:13:29 [2021-06-24T23:13:29.572Z] === RUN   TestDockerSuite/TestRunRootWorkdir
23:13:31 [2021-06-24T23:13:31.710Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
23:13:33 [2021-06-24T23:13:33.220Z] === RUN   TestDockerSuite/TestRunSetMacAddress
23:13:33 [2021-06-24T23:13:33.240Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
23:13:33 [2021-06-24T23:13:33.240Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
23:13:33 [2021-06-24T23:13:33.240Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeHostname
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeIpcHost
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModePIDContainer
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunModeUTSHost
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunMount
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.214Z] === RUN   TestDockerSuite/TestRunMountOrdering
23:13:34 [2021-06-24T23:13:34.214Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.675Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
23:13:34 [2021-06-24T23:13:34.675Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.675Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
23:13:34 [2021-06-24T23:13:34.675Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
23:13:34 [2021-06-24T23:13:34.675Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
23:13:36 [2021-06-24T23:13:36.085Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
23:13:36 [2021-06-24T23:13:36.085Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
23:13:36 [2021-06-24T23:13:36.085Z] === RUN   TestDockerSuite/TestRunState
23:13:36 [2021-06-24T23:13:36.085Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:13:36 [2021-06-24T23:13:36.085Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
23:13:37 [2021-06-24T23:13:37.593Z] === RUN   TestDockerSuite/TestRunStdinPipe
23:13:37 [2021-06-24T23:13:37.593Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:13:37 [2021-06-24T23:13:37.593Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
23:13:39 [2021-06-24T23:13:39.735Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
23:13:39 [2021-06-24T23:13:39.735Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunTLSVerify
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
23:13:39 [2021-06-24T23:13:39.735Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:13:39 [2021-06-24T23:13:39.735Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
23:13:43 [2021-06-24T23:13:43.259Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
23:13:43 [2021-06-24T23:13:43.259Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:13:43 [2021-06-24T23:13:43.259Z] === RUN   TestDockerSuite/TestRunNamedVolume
23:13:43 [2021-06-24T23:13:43.259Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
23:13:43 [2021-06-24T23:13:43.259Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
23:13:43 [2021-06-24T23:13:43.259Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:13:43 [2021-06-24T23:13:43.259Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUnshareProc
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserByID
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserByIDBig
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserByIDZero
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserByName
23:13:44 [2021-06-24T23:13:44.365Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:13:44 [2021-06-24T23:13:44.365Z] === RUN   TestDockerSuite/TestRunUserDefaults
23:13:46 [2021-06-24T23:13:46.507Z] === RUN   TestDockerSuite/TestRunUserNotFound
23:13:46 [2021-06-24T23:13:46.507Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:13:46 [2021-06-24T23:13:46.507Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
23:13:48 [2021-06-24T23:13:48.649Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
23:13:48 [2021-06-24T23:13:48.649Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
23:13:48 [2021-06-24T23:13:48.649Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
23:13:48 [2021-06-24T23:13:48.649Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
23:13:48 [2021-06-24T23:13:48.649Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
23:13:49 [2021-06-24T23:13:49.065Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
23:13:51 [2021-06-24T23:13:51.505Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetHost
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
23:13:52 [2021-06-24T23:13:52.813Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
23:13:52 [2021-06-24T23:13:52.813Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
23:13:53 [2021-06-24T23:13:53.273Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
23:13:54 [2021-06-24T23:13:54.814Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
23:13:57 [2021-06-24T23:13:57.005Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
23:13:57 [2021-06-24T23:13:57.222Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
23:13:58 [2021-06-24T23:13:58.547Z] === RUN   TestDockerSuite/TestRunNonExistingImage
23:13:59 [2021-06-24T23:13:59.518Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
23:14:01 [2021-06-24T23:14:01.865Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunPortInUse
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
23:14:02 [2021-06-24T23:14:02.429Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:14:02 [2021-06-24T23:14:02.429Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
23:14:06 [2021-06-24T23:14:06.487Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
23:14:06 [2021-06-24T23:14:06.487Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:14:06 [2021-06-24T23:14:06.487Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
23:14:06 [2021-06-24T23:14:06.487Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunPublishPort
23:14:11 [2021-06-24T23:14:11.013Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
23:14:11 [2021-06-24T23:14:11.013Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunReadProcLatency
23:14:11 [2021-06-24T23:14:11.013Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunReadProcTimer
23:14:11 [2021-06-24T23:14:11.013Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
23:14:11 [2021-06-24T23:14:11.013Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:14:11 [2021-06-24T23:14:11.013Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
23:14:14 [2021-06-24T23:14:14.968Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
23:14:15 [2021-06-24T23:14:15.918Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithBadDevice
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithUlimits
23:14:18 [2021-06-24T23:14:18.062Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:14:18 [2021-06-24T23:14:18.062Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
23:14:19 [2021-06-24T23:14:19.598Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
23:14:19 [2021-06-24T23:14:19.598Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
23:14:19 [2021-06-24T23:14:19.598Z] === RUN   TestDockerSuite/TestRunRm
23:14:21 [2021-06-24T23:14:21.744Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
23:14:21 [2021-06-24T23:14:21.783Z] === RUN   TestDockerSuite/TestRunRmAndWait
23:14:23 [2021-06-24T23:14:23.252Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
23:14:25 [2021-06-24T23:14:25.391Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
23:14:27 [2021-06-24T23:14:27.586Z] === RUN   TestDockerSuite/TestRunRmPre125Api
23:14:30 [2021-06-24T23:14:30.012Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveCheckTimes
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveImageId
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveLoadParents
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveMultipleNames
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveSingleTag
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
23:14:30 [2021-06-24T23:14:30.013Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:14:30 [2021-06-24T23:14:30.013Z] === RUN   TestDockerSuite/TestSearchCmdOptions
23:14:30 [2021-06-24T23:14:30.502Z] === RUN   TestDockerSuite/TestRunRootWorkdir
23:14:32 [2021-06-24T23:14:32.047Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
23:14:32 [2021-06-24T23:14:32.157Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
23:14:32 [2021-06-24T23:14:32.608Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
23:14:32 [2021-06-24T23:14:32.608Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
23:14:33 [2021-06-24T23:14:33.058Z] === RUN   TestDockerSuite/TestSearchWithLimit
23:14:34 [2021-06-24T23:14:34.568Z] === RUN   TestDockerSuite/TestSlowStdinClosing
23:14:34 [2021-06-24T23:14:34.961Z] === RUN   TestDockerSuite/TestRunSetMacAddress
23:14:37 [2021-06-24T23:14:37.873Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
23:14:37 [2021-06-24T23:14:37.873Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
23:14:37 [2021-06-24T23:14:37.873Z] === RUN   TestDockerSuite/TestRunState
23:14:37 [2021-06-24T23:14:37.873Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:14:37 [2021-06-24T23:14:37.873Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
23:14:40 [2021-06-24T23:14:40.059Z] === RUN   TestDockerSuite/TestRunStdinPipe
23:14:40 [2021-06-24T23:14:40.059Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:14:40 [2021-06-24T23:14:40.059Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
23:14:41 [2021-06-24T23:14:41.559Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
23:14:41 [2021-06-24T23:14:41.559Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:14:41 [2021-06-24T23:14:41.559Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
23:14:42 [2021-06-24T23:14:42.245Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
23:14:42 [2021-06-24T23:14:42.245Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:14:42 [2021-06-24T23:14:42.245Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
23:14:42 [2021-06-24T23:14:42.245Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:14:42 [2021-06-24T23:14:42.245Z] === RUN   TestDockerSuite/TestRunTLSVerify
23:14:42 [2021-06-24T23:14:42.245Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
23:14:42 [2021-06-24T23:14:42.706Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
23:14:42 [2021-06-24T23:14:42.706Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:14:42 [2021-06-24T23:14:42.706Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUnshareProc
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserByID
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserByIDBig
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserByIDZero
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserByName
23:14:47 [2021-06-24T23:14:47.408Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:14:47 [2021-06-24T23:14:47.408Z] === RUN   TestDockerSuite/TestRunUserDefaults
23:14:48 [2021-06-24T23:14:48.552Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
23:14:48 [2021-06-24T23:14:48.552Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:14:48 [2021-06-24T23:14:48.552Z] === RUN   TestDockerSuite/TestStartAttachSilent
23:14:50 [2021-06-24T23:14:50.319Z] === RUN   TestDockerSuite/TestRunUserNotFound
23:14:50 [2021-06-24T23:14:50.319Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:14:50 [2021-06-24T23:14:50.319Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
23:14:51 [2021-06-24T23:14:51.409Z] === RUN   TestDockerSuite/TestStartAttachWithRename
23:14:51 [2021-06-24T23:14:51.409Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:14:51 [2021-06-24T23:14:51.409Z] === RUN   TestDockerSuite/TestStartMultipleContainers
23:14:51 [2021-06-24T23:14:51.409Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:14:51 [2021-06-24T23:14:51.409Z] === RUN   TestDockerSuite/TestStartPausedContainer
23:14:51 [2021-06-24T23:14:51.409Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
23:14:51 [2021-06-24T23:14:51.409Z] === RUN   TestDockerSuite/TestStartRecordError
23:14:51 [2021-06-24T23:14:51.409Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:14:51 [2021-06-24T23:14:51.409Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
23:14:53 [2021-06-24T23:14:53.237Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
23:14:53 [2021-06-24T23:14:53.237Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
23:14:53 [2021-06-24T23:14:53.237Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
23:14:53 [2021-06-24T23:14:53.237Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
23:14:53 [2021-06-24T23:14:53.237Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
23:14:56 [2021-06-24T23:14:56.977Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
23:14:57 [2021-06-24T23:14:57.131Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
23:14:57 [2021-06-24T23:14:57.131Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.131Z] === RUN   TestDockerSuite/TestStatsAllNoStream
23:14:57 [2021-06-24T23:14:57.131Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.132Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
23:14:57 [2021-06-24T23:14:57.132Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.132Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
23:14:57 [2021-06-24T23:14:57.132Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.132Z] === RUN   TestDockerSuite/TestStatsFormatAll
23:14:57 [2021-06-24T23:14:57.132Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.132Z] === RUN   TestDockerSuite/TestStatsNoStream
23:14:57 [2021-06-24T23:14:57.132Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:14:57 [2021-06-24T23:14:57.132Z] === RUN   TestDockerSuite/TestTopMultipleArgs
23:14:58 [2021-06-24T23:14:58.639Z] === RUN   TestDockerSuite/TestTopNonPrivileged
23:15:00 [2021-06-24T23:15:00.780Z] === RUN   TestDockerSuite/TestTopPrivileged
23:15:00 [2021-06-24T23:15:00.780Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:15:00 [2021-06-24T23:15:00.780Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
23:15:02 [2021-06-24T23:15:02.921Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:15:02 [2021-06-24T23:15:02.921Z] === RUN   TestDockerSuite/TestVolumeCLICreate
23:15:04 [2021-06-24T23:15:04.060Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
23:15:08 [2021-06-24T23:15:08.759Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
23:15:15 [2021-06-24T23:15:15.849Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
23:15:15 [2021-06-24T23:15:15.849Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:15:15 [2021-06-24T23:15:15.849Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
23:15:15 [2021-06-24T23:15:15.849Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
23:15:18 [2021-06-24T23:15:18.764Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
23:15:20 [2021-06-24T23:15:20.486Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
23:15:20 [2021-06-24T23:15:20.486Z] === RUN   TestDockerSuite/TestVolumeCLILs
23:15:20 [2021-06-24T23:15:20.960Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
23:15:21 [2021-06-24T23:15:21.436Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
23:15:21 [2021-06-24T23:15:21.436Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithBadDevice
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithUlimits
23:15:23 [2021-06-24T23:15:23.139Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:15:23 [2021-06-24T23:15:23.139Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
23:15:24 [2021-06-24T23:15:24.299Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
23:15:24 [2021-06-24T23:15:24.299Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
23:15:24 [2021-06-24T23:15:24.749Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
23:15:24 [2021-06-24T23:15:24.749Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
23:15:24 [2021-06-24T23:15:24.749Z] === RUN   TestDockerSuite/TestVolumeCLIRm
23:15:31 [2021-06-24T23:15:31.720Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
23:15:31 [2021-06-24T23:15:31.750Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
23:15:31 [2021-06-24T23:15:31.751Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:15:31 [2021-06-24T23:15:31.751Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
23:15:32 [2021-06-24T23:15:32.201Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
23:15:32 [2021-06-24T23:15:32.201Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
23:15:32 [2021-06-24T23:15:32.201Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:15:32 [2021-06-24T23:15:32.201Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
23:15:33 [2021-06-24T23:15:33.904Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
23:15:35 [2021-06-24T23:15:35.443Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
23:15:40 [2021-06-24T23:15:40.140Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
23:15:40 [2021-06-24T23:15:40.140Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
23:15:40 [2021-06-24T23:15:40.140Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
23:15:40 [2021-06-24T23:15:40.140Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.140Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
23:15:40 [2021-06-24T23:15:40.140Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.140Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
23:15:40 [2021-06-24T23:15:40.140Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveCheckTimes
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveImageId
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveLoadParents
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveMultipleNames
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveSingleTag
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
23:15:40 [2021-06-24T23:15:40.600Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:15:40 [2021-06-24T23:15:40.600Z] === RUN   TestDockerSuite/TestSearchCmdOptions
23:15:42 [2021-06-24T23:15:42.782Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
23:15:43 [2021-06-24T23:15:43.243Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
23:15:43 [2021-06-24T23:15:43.706Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
23:15:44 [2021-06-24T23:15:44.166Z] === RUN   TestDockerSuite/TestSearchWithLimit
23:15:45 [2021-06-24T23:15:45.712Z] === RUN   TestDockerSuite/TestSlowStdinClosing
23:15:49 [2021-06-24T23:15:49.773Z] === RUN   TestDockerSuite/TestVolumeLsFormat
23:15:49 [2021-06-24T23:15:49.773Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
23:15:49 [2021-06-24T23:15:49.773Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
23:15:54 [2021-06-24T23:15:54.289Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
23:15:54 [2021-06-24T23:15:54.289Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:15:54 [2021-06-24T23:15:54.289Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
23:15:56 [2021-06-24T23:15:56.772Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
23:15:56 [2021-06-24T23:15:56.772Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
23:15:56 [2021-06-24T23:15:56.772Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
23:15:57 [2021-06-24T23:15:57.725Z] --- PASS: TestDockerSuite (2302.13s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
23:15:57 [2021-06-24T23:15:57.725Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.21s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.60s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (121.36s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.83s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.08s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.77s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.99s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.92s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.08s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (92.78s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.98s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.40s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.40s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.63s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.94s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.26s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.98s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.14s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.51s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.14s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddTar (29.52s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.71s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.47s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.50s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.17s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.88s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.24s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.07s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.85s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.28s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.07s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.18s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.89s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.18s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.35s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.50s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.78s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.10s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.77s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.79s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.63s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.60s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.97s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.25s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.46s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.48s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.36s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.42s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.57s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.11s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.68s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (80.07s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.70s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (86.11s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.41s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.65s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.65s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.68s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (18.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.12s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.49s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.26s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (101.20s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.98s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.92s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.28s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.43s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.86s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.24s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.34s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.57s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFails (6.83s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.78s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.78s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildForceRm (5.72s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromGit (4.89s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.29s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.57s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.64s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.51s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.13s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildHistory (10.15s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.93s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.85s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.71s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.69s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.88s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.87s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.51s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.92s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.40s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.22s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.59s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.38s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.00s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.76s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.43s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.68s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.46s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.95s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.73s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.77s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.60s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.41s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.76s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.16s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.77s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.89s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (12.25s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.39s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (12.39s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.30s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.44s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.32s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.19s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.94s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.56s)
23:15:57 [2021-06-24T23:15:57.726Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.86s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildRm (11.17s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.93s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.24s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.05s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (3.75s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (13.23s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.61s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.60s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.20s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.26s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildStderr (3.76s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.85s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.14s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (3.90s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.64s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (3.58s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.54s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.97s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.76s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (7.41s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.60s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.31s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.53s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (3.74s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.32s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.94s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.09s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.80s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.96s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.72s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitChange (4.10s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (3.81s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitNewFile (5.77s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitTTY (11.27s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.83s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (10.60s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.86s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (6.80s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.00s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.13s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.29s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.97s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.94s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.09s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.04s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.80s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.25s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.44s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.59s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.63s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.11s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.90s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.77s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.79s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.85s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.40s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.36s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.36s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.46s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007d64f8_<nil>} (2.37s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1101657346_c:\foo_false__<nil>_<nil>_<nil>} (2.43s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1101657346_c:\foo_true__<nil>_<nil>_<nil>} (2.44s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
23:15:57 [2021-06-24T23:15:57.727Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.13s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.05s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpRelativePath (6.99s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToCaseA (3.92s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.28s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToCaseE (7.92s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToCaseH (7.66s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToDot (2.14s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.19s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.94s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.03s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.73s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateRM (0.30s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (11.56s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.17s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.88s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.14s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.05s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.14s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.10s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.51s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.39s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.95s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.72s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.30s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.94s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.84s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFilters (8.80s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.16s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsRename (2.20s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsResize (7.54s)
23:15:57 [2021-06-24T23:15:57.727Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.97s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.30s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.37s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.73s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.35s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.73s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.75s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.03s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.18s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.79s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.66s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.98s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.34s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.17s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.03s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.84s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.82s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.80s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.77s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.82s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.76s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.28s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.91s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.55s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.92s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.27s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.59s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.50s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.93s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.96s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.98s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.98s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.95s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectHistory (3.70s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectInt64 (1.97s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.91s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (6.85s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.98s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.95s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.35s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.80s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.95s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.93s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.95s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.90s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.93s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.74s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.72s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.45s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.18s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.20s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.22s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.14s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.43s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.30s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.16s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.12s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsSince (8.67s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsTail (2.41s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.27s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.05s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.87s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.39s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (8.23s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.15s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.42s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.28s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.82s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.12s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.48s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.32s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.61s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.64s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.60s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (6.94s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.71s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.29s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.67s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.80s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.57s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.75s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.62s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.50s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.63s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.57s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.29s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.51s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.72s)
23:15:57 [2021-06-24T23:15:57.728Z]     --- PASS: TestDockerSuite/TestRmiTag (0.59s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.25s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.74s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.25s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.80s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.95s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.47s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.99s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.99s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunBindMounts (3.94s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.90s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.77s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.08s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.95s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (1.98s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.65s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.66s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.10s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.99s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.00s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.95s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.38s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.98s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (1.98s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.99s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.65s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.60s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.32s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.24s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.62s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.30s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.98s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.94s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.16s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.77s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.25s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.83s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunRm (2.05s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.21s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.04s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.00s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.90s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.31s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.98s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.80s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.51s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.96s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.65s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.87s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.32s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.14s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (7.16s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.10s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.16s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.57s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s)
23:15:57 [2021-06-24T23:15:57.729Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.94s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.28s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (6.26s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.79s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.53s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.17s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.92s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.12s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.93s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.27s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.62s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (6.82s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (15.64s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.80s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:15:58 [2021-06-24T23:15:58.181Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.31s)
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
23:15:58 [2021-06-24T23:15:58.181Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.181Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistrySuite/TestV2Only
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerRegistrySuite (0.17s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerDaemonSuite
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerDaemonSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerSwarmSuite
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerSwarmSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginCreate
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginInspect
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerPluginSuite/TestPluginSet
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- PASS: TestDockerPluginSuite (0.02s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerExternalVolumeSuite
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerNetworkSuite
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- SKIP: TestDockerNetworkSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] === RUN   TestDockerHubPullSuite
23:15:58 [2021-06-24T23:15:58.182Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z] --- SKIP: TestDockerHubPullSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.182Z] PASS
23:15:58 [2021-06-24T23:15:58.182Z] ok  	github.com/docker/docker/integration-cli	2302.518s
23:15:58 [2021-06-24T23:15:58.182Z] 
23:15:58 [2021-06-24T23:15:58.182Z] === Skipped
23:15:58 [2021-06-24T23:15:58.182Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z] 
23:15:58 [2021-06-24T23:15:58.182Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z] 
23:15:58 [2021-06-24T23:15:58.182Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:15:58 [2021-06-24T23:15:58.182Z] 
23:15:58 [2021-06-24T23:15:58.182Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:15:58 [2021-06-24T23:15:58.182Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.182Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:15:58 [2021-06-24T23:15:58.182Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.40s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.54s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.183Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:15:58 [2021-06-24T23:15:58.183Z] 
23:15:58 [2021-06-24T23:15:58.183Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_sni_test.go:18: Flakey test
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.184Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.184Z] 
23:15:58 [2021-06-24T23:15:58.184Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.185Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:15:58 [2021-06-24T23:15:58.185Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.185Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.186Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
23:15:58 [2021-06-24T23:15:58.186Z] 
23:15:58 [2021-06-24T23:15:58.186Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
23:15:58 [2021-06-24T23:15:58.186Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.187Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z] 
23:15:58 [2021-06-24T23:15:58.187Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:15:58 [2021-06-24T23:15:58.187Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.639Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z] 
23:15:58 [2021-06-24T23:15:58.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.639Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.03s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.640Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:15:58 [2021-06-24T23:15:58.640Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.641Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.641Z] 
23:15:58 [2021-06-24T23:15:58.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.642Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:15:58 [2021-06-24T23:15:58.642Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
23:15:58 [2021-06-24T23:15:58.643Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:58 [2021-06-24T23:15:58.643Z] DONE 1092 tests, 546 skipped in 2310.477s
23:15:58 [2021-06-24T23:15:58.643Z] INFO: Integration tests ended at 06/24/2021 23:15:58. Duration:00:38:30.5826574
23:15:58 [2021-06-24T23:15:58.643Z] INFO: Docker info of the daemon under test at end of run
23:15:58 [2021-06-24T23:15:58.643Z] 
23:15:59 [2021-06-24T23:15:59.094Z] Containers: 2
23:15:59 [2021-06-24T23:15:59.094Z]  Running: 0
23:15:59 [2021-06-24T23:15:59.094Z]  Paused: 0
23:15:59 [2021-06-24T23:15:59.094Z]  Stopped: 2
23:15:59 [2021-06-24T23:15:59.094Z] Images: 18
23:15:59 [2021-06-24T23:15:59.094Z] Server Version: 0.0.0-dev
23:15:59 [2021-06-24T23:15:59.094Z] Storage Driver: windowsfilter
23:15:59 [2021-06-24T23:15:59.094Z]  Windows: 
23:15:59 [2021-06-24T23:15:59.094Z] Logging Driver: json-file
23:15:59 [2021-06-24T23:15:59.094Z] Plugins: 
23:15:59 [2021-06-24T23:15:59.094Z]  Volume: local
23:15:59 [2021-06-24T23:15:59.094Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:15:59 [2021-06-24T23:15:59.094Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:15:59 [2021-06-24T23:15:59.094Z] Swarm: inactive
23:15:59 [2021-06-24T23:15:59.094Z] Default Isolation: process
23:15:59 [2021-06-24T23:15:59.094Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
23:15:59 [2021-06-24T23:15:59.094Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879)
23:15:59 [2021-06-24T23:15:59.094Z] OSType: windows
23:15:59 [2021-06-24T23:15:59.094Z] Architecture: x86_64
23:15:59 [2021-06-24T23:15:59.094Z] CPUs: 4
23:15:59 [2021-06-24T23:15:59.094Z] Total Memory: 32GiB
23:15:59 [2021-06-24T23:15:59.094Z] Name: azwin-2-38c460
23:15:59 [2021-06-24T23:15:59.094Z] ID: HZ6J:I6XO:CRMH:W3RH:NVDP:Z64X:RTQW:EAY7:XNAA:7FUO:YQX7:J4DV
23:15:59 [2021-06-24T23:15:59.094Z] Docker Root Dir: D:\CI\PR-42450\33\daemon
23:15:59 [2021-06-24T23:15:59.094Z] Debug Mode (client): false
23:15:59 [2021-06-24T23:15:59.094Z] Debug Mode (server): true
23:15:59 [2021-06-24T23:15:59.094Z]  File Descriptors: -1
23:15:59 [2021-06-24T23:15:59.094Z]  Goroutines: 17
23:15:59 [2021-06-24T23:15:59.094Z]  System Time: 2021-06-24T23:15:58.6012308Z
23:15:59 [2021-06-24T23:15:59.094Z]  EventsListeners: 0
23:15:59 [2021-06-24T23:15:59.094Z] Registry: https://index.docker.io/v1/
23:15:59 [2021-06-24T23:15:59.094Z] Labels:
23:15:59 [2021-06-24T23:15:59.094Z] Experimental: false
23:15:59 [2021-06-24T23:15:59.094Z] Insecure Registries:
23:15:59 [2021-06-24T23:15:59.094Z]  127.0.0.0/8
23:15:59 [2021-06-24T23:15:59.094Z] Live Restore Enabled: false
23:15:59 [2021-06-24T23:15:59.094Z] 
23:15:59 [2021-06-24T23:15:59.094Z] 
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Stopping daemon under test
23:15:59 [2021-06-24T23:15:59.094Z] SUCCESS: The process with PID 4752 (child process of PID 2500) has been terminated.
23:15:59 [2021-06-24T23:15:59.094Z] SUCCESS: The process with PID 2500 (child process of PID 5860) has been terminated.
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Stop tailing logs of the daemon under tests
23:15:59 [2021-06-24T23:15:59.094Z] INFO: executeCI.ps1 Completed successfully at 06/24/2021 23:15:58.
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Tidying up at end of run
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Saving daemon under test log (d:\CI\PR-42450\33\dut.out) to bundles\CIDUT.out
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Saving daemon under test log (d:\CI\PR-42450\33\dut.err) to bundles\CIDUT.err
23:15:59 [2021-06-24T23:15:59.094Z] INFO: Nuke-Everything...
23:15:59 [2021-06-24T23:15:59.545Z] INFO: Container count on control daemon to delete is 2
23:15:59 [2021-06-24T23:15:59.545Z] d330af890128
23:15:59 [2021-06-24T23:15:59.546Z] adfd42fc710c
23:15:59 [2021-06-24T23:15:59.546Z] INFO: Non-base image count on control daemon to delete is 1
23:16:01 [2021-06-24T23:16:01.059Z] Deleted: sha256:d2dd9f682b7bbc7dfab31e16983470eeeb7c19599b44f8a6e28293dc24e1bd29
23:16:01 [2021-06-24T23:16:01.059Z] Deleted: sha256:693471766870699ba6be2784c025535b7f6aa946ed8df4db5caf3a2ef4e767ba
23:16:01 [2021-06-24T23:16:01.059Z] INFO: Tidying pidfile d:\CI\PR-42450\33\docker.pid
23:16:01 [2021-06-24T23:16:01.059Z] INFO: Nuking d:\CI
23:16:02 [2021-06-24T23:16:02.871Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
23:16:02 [2021-06-24T23:16:02.871Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:16:02 [2021-06-24T23:16:02.871Z] === RUN   TestDockerSuite/TestStartAttachSilent
23:16:07 [2021-06-24T23:16:07.566Z] === RUN   TestDockerSuite/TestStartAttachWithRename
23:16:07 [2021-06-24T23:16:07.566Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:16:07 [2021-06-24T23:16:07.566Z] === RUN   TestDockerSuite/TestStartMultipleContainers
23:16:07 [2021-06-24T23:16:07.566Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:16:07 [2021-06-24T23:16:07.566Z] === RUN   TestDockerSuite/TestStartPausedContainer
23:16:07 [2021-06-24T23:16:07.566Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
23:16:07 [2021-06-24T23:16:07.566Z] === RUN   TestDockerSuite/TestStartRecordError
23:16:07 [2021-06-24T23:16:07.566Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:16:07 [2021-06-24T23:16:07.566Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsAllNoStream
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsFormatAll
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestStatsNoStream
23:16:13 [2021-06-24T23:16:13.371Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:16:13 [2021-06-24T23:16:13.371Z] === RUN   TestDockerSuite/TestTopMultipleArgs
23:16:15 [2021-06-24T23:16:15.560Z] === RUN   TestDockerSuite/TestTopNonPrivileged
23:16:18 [2021-06-24T23:16:18.471Z] === RUN   TestDockerSuite/TestTopPrivileged
23:16:18 [2021-06-24T23:16:18.471Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:16:18 [2021-06-24T23:16:18.471Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
23:16:20 [2021-06-24T23:16:20.651Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:16:20 [2021-06-24T23:16:20.651Z] === RUN   TestDockerSuite/TestVolumeCLICreate
23:16:26 [2021-06-24T23:16:26.087Z] INFO: Zapped successfully
23:16:26 [2021-06-24T23:16:26.087Z] 
23:16:26 [2021-06-24T23:16:26.087Z] INFO: executeCI.ps1 exiting at Thu Jun 24 23:16:25 CUT 2021. Duration 01:10:13.9116704
23:16:26 [2021-06-24T23:16:26.087Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
23:16:26 [2021-06-24T23:16:26.322Z] Recording test results
23:16:26 [2021-06-24T23:16:26.651Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
23:16:28 [2021-06-24T23:16:28.109Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
23:16:29 [2021-06-24T23:16:29.825Z] Archiving artifacts
23:16:31 [2021-06-24T23:16:31.015Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:16:31 [2021-06-24T23:16:31.913Z] + make clean
23:16:32 [2021-06-24T23:16:32.364Z] docker volume rm -f docker-dev-cache
23:16:32 [2021-06-24T23:16:32.498Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
23:16:38 [2021-06-24T23:16:38.351Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
23:16:38 [2021-06-24T23:16:38.351Z] === RUN   TestDockerSuite/TestVolumeCLILs
23:16:40 [2021-06-24T23:16:40.531Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
23:16:40 [2021-06-24T23:16:40.531Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
23:16:43 [2021-06-24T23:16:43.446Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
23:16:43 [2021-06-24T23:16:43.907Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
23:16:44 [2021-06-24T23:16:44.367Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
23:16:44 [2021-06-24T23:16:44.367Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
23:16:44 [2021-06-24T23:16:44.367Z] === RUN   TestDockerSuite/TestVolumeCLIRm
23:16:54 [2021-06-24T23:16:54.700Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
23:16:54 [2021-06-24T23:16:54.700Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:16:54 [2021-06-24T23:16:54.700Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
23:16:54 [2021-06-24T23:16:54.700Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
23:16:54 [2021-06-24T23:16:54.700Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
23:16:54 [2021-06-24T23:16:54.700Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:16:54 [2021-06-24T23:16:54.700Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
23:17:01 [2021-06-24T23:17:01.789Z] === RUN   TestDockerSuite/TestVolumeLsFormat
23:17:01 [2021-06-24T23:17:01.789Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
23:17:02 [2021-06-24T23:17:02.248Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
23:17:12 [2021-06-24T23:17:12.584Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
23:17:12 [2021-06-24T23:17:12.584Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
23:17:12 [2021-06-24T23:17:12.584Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
23:17:13 [2021-06-24T23:17:13.555Z] --- PASS: TestDockerSuite (2384.98s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.12s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (59.85s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.73s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.52s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.26s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.81s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.18s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.68s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (70.55s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.19s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.46s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.35s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.64s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.10s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.59s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (5.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.08s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.31s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.77s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddTar (34.01s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.39s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.53s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.54s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s)
23:17:13 [2021-06-24T23:17:13.555Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.26s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.13s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.26s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.99s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.87s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.65s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (8.93s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.34s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.45s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.11s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.40s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.64s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.07s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.63s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.59s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.67s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.36s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.27s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.81s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.94s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.46s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.56s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.55s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.24s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.87s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.35s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.01s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.69s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.70s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.86s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.30s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.26s)
23:17:13 [2021-06-24T23:17:13.556Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (50.44s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (56.49s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.61s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.75s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.14s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.46s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.16s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.86s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.45s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.07s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (75.58s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.21s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (10.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (8.08s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.74s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.22s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFails (2.75s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.42s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.42s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.66s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.99s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.45s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.85s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.16s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildHistory (12.32s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.08s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.95s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.47s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.09s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.07s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.66s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.67s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.35s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.51s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.29s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.18s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.08s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.32s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.88s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.84s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.18s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.43s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.50s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.47s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (9.25s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.77s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.83s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.83s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (12.56s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.52s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.21s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.24s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.86s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.76s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.66s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildRm (21.22s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (8.17s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.47s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.52s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (15.15s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.71s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.80s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.30s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (9.06s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildStderr (8.75s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (36.76s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.51s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.29s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (8.84s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.80s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (8.45s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.61s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.19s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.69s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.84s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.53s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.35s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.51s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (8.80s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.48s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.33s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.98s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.13s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.90s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.63s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitChange (5.16s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.30s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitNewFile (7.36s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.89s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.87s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (7.23s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.59s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.69s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.79s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.75s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.38s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.26s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.27s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.46s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.74s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.78s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.35s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.42s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.64s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (4.16s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.19s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.92s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.77s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.28s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.58s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.18s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.85s)
23:17:14 [2021-06-24T23:17:14.017Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.44s)
23:17:14 [2021-06-24T23:17:14.017Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.65s)
23:17:14 [2021-06-24T23:17:14.017Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.64s)
23:17:14 [2021-06-24T23:17:14.017Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.62s)
23:17:14 [2021-06-24T23:17:14.017Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.64s)
23:17:14 [2021-06-24T23:17:14.017Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0005ae630_<nil>} (2.55s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1382968718_c:\foo_false__<nil>_<nil>_<nil>} (2.73s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1382968718_c:\foo_true__<nil>_<nil>_<nil>} (2.58s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
23:17:14 [2021-06-24T23:17:14.018Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.90s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.58s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.80s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToCaseA (5.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.88s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToCaseE (9.44s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToCaseH (9.69s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToDot (2.82s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.89s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.26s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.24s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.40s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.81s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.25s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateRM (0.50s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.26s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.49s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.40s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.45s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.78s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.73s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.51s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.80s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.85s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (8.28s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.42s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.56s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.67s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.83s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.43s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.83s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFormat (5.43s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.17s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsRename (2.52s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsResize (8.11s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.32s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.60s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (9.57s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.74s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.38s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.10s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.12s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.17s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.19s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.16s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.93s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.36s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.65s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.46s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.36s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.74s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.97s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.04s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.24s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.03s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.18s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.69s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.13s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.06s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.54s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.05s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.85s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.45s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.19s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.73s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.67s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.68s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.67s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.51s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.24s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.27s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.65s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.21s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectStatus (7.97s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.44s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.31s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.70s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.24s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.35s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.69s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.37s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
23:17:14 [2021-06-24T23:17:14.018Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.16s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.09s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.94s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.79s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.63s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.59s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.67s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.70s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.61s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.82s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.75s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsSince (9.35s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsTail (3.15s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.90s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.83s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.46s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.05s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.59s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (9.21s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.50s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.37s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.77s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.06s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.48s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.99s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.21s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.18s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.42s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.06s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.53s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.66s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.50s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.30s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.25s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.90s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.96s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.99s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.35s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.78s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.76s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.95s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (5.30s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.14s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.73s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiTag (0.66s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.78s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.92s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.67s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.52s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.23s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:17:14 [2021-06-24T23:17:14.019Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.95s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.66s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.74s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.79s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.68s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.65s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunBindMounts (5.05s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.70s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.66s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.52s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.74s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.64s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.73s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.93s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.27s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.73s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.67s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.14s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.71s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.74s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.31s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.22s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.73s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.10s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.54s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.18s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.76s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.03s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.52s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.19s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.49s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (7.77s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.11s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunRm (2.81s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.82s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.81s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.24s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.23s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.96s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.21s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.43s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.23s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.00s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.66s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.68s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.52s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.33s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.53s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.64s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.17s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.17s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.41s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.23s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (8.64s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.67s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.89s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.88s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s)
23:17:14 [2021-06-24T23:17:14.021Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.31s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.41s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.70s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (5.03s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.39s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.25s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.45s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.26s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.38s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.19s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.04s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.07s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.23s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (8.74s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.73s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.14s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.24s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.39s)
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistrySuite/TestV2Only
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] --- PASS: TestDockerRegistrySuite (0.14s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthTokenSuite
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
23:17:14 [2021-06-24T23:17:14.022Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.022Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerDaemonSuite
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- PASS: TestDockerDaemonSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerSwarmSuite
23:17:14 [2021-06-24T23:17:14.023Z] --- PASS: TestDockerSwarmSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginCreate
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginInspect
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerPluginSuite/TestPluginSet
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- PASS: TestDockerPluginSuite (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerExternalVolumeSuite
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerNetworkSuite
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- SKIP: TestDockerNetworkSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] === RUN   TestDockerHubPullSuite
23:17:14 [2021-06-24T23:17:14.023Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z] --- SKIP: TestDockerHubPullSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.023Z] PASS
23:17:14 [2021-06-24T23:17:14.023Z] ok  	github.com/docker/docker/integration-cli	2385.704s
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === Skipped
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_run_test.go:3155: unmatched requirement Apparmor
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_run_test.go:3133: unmatched requirement Apparmor
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.65s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.93s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.34s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.34s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.023Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z] 
23:17:14 [2021-06-24T23:17:14.023Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:17:14 [2021-06-24T23:17:14.023Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.36s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.485Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
23:17:14 [2021-06-24T23:17:14.485Z] 
23:17:14 [2021-06-24T23:17:14.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
23:17:14 [2021-06-24T23:17:14.485Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.32s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_sni_test.go:18: Flakey test
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.03s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.486Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
23:17:14 [2021-06-24T23:17:14.486Z] 
23:17:14 [2021-06-24T23:17:14.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.487Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z] 
23:17:14 [2021-06-24T23:17:14.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:17:14 [2021-06-24T23:17:14.487Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.488Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
23:17:14 [2021-06-24T23:17:14.488Z] 
23:17:14 [2021-06-24T23:17:14.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z]     docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.489Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
23:17:14 [2021-06-24T23:17:14.489Z] 
23:17:14 [2021-06-24T23:17:14.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2860: unmatched requirement Apparmor
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:2899: unmatched requirement Apparmor
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z]     docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.490Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
23:17:14 [2021-06-24T23:17:14.490Z] 
23:17:14 [2021-06-24T23:17:14.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3016: unmatched requirement Apparmor
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z]     docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.491Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.491Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.492Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.492Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:185: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:212: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:239: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:268: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.951Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z] 
23:17:14 [2021-06-24T23:17:14.951Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:17:14 [2021-06-24T23:17:14.951Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:302: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:407: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:128: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:134: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
23:17:14 [2021-06-24T23:17:14.952Z]     check_test.go:142: unmatched requirement DaemonIsLinux
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] DONE 1092 tests, 546 skipped in 2394.524s
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Integration tests ended at 06/24/2021 23:17:14. Duration:00:39:54.7930069
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Docker info of the daemon under test at end of run
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] Containers: 2
23:17:14 [2021-06-24T23:17:14.952Z]  Running: 0
23:17:14 [2021-06-24T23:17:14.952Z]  Paused: 0
23:17:14 [2021-06-24T23:17:14.952Z]  Stopped: 2
23:17:14 [2021-06-24T23:17:14.952Z] Images: 18
23:17:14 [2021-06-24T23:17:14.952Z] Server Version: 0.0.0-dev
23:17:14 [2021-06-24T23:17:14.952Z] Storage Driver: windowsfilter
23:17:14 [2021-06-24T23:17:14.952Z]  Windows: 
23:17:14 [2021-06-24T23:17:14.952Z] Logging Driver: json-file
23:17:14 [2021-06-24T23:17:14.952Z] Plugins: 
23:17:14 [2021-06-24T23:17:14.952Z]  Volume: local
23:17:14 [2021-06-24T23:17:14.952Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
23:17:14 [2021-06-24T23:17:14.952Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
23:17:14 [2021-06-24T23:17:14.952Z] Swarm: inactive
23:17:14 [2021-06-24T23:17:14.952Z] Default Isolation: process
23:17:14 [2021-06-24T23:17:14.952Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
23:17:14 [2021-06-24T23:17:14.952Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
23:17:14 [2021-06-24T23:17:14.952Z] OSType: windows
23:17:14 [2021-06-24T23:17:14.952Z] Architecture: x86_64
23:17:14 [2021-06-24T23:17:14.952Z] CPUs: 4
23:17:14 [2021-06-24T23:17:14.952Z] Total Memory: 32GiB
23:17:14 [2021-06-24T23:17:14.952Z] Name: azwin-2-45e6b0
23:17:14 [2021-06-24T23:17:14.952Z] ID: RM75:3S5V:DY2H:HPB2:ZKKK:FWTO:WSJY:54N2:V7CV:YAHG:V7KK:J4ES
23:17:14 [2021-06-24T23:17:14.952Z] Docker Root Dir: D:\CI\PR-42450\33\daemon
23:17:14 [2021-06-24T23:17:14.952Z] Debug Mode (client): false
23:17:14 [2021-06-24T23:17:14.952Z] Debug Mode (server): true
23:17:14 [2021-06-24T23:17:14.952Z]  File Descriptors: -1
23:17:14 [2021-06-24T23:17:14.952Z]  Goroutines: 17
23:17:14 [2021-06-24T23:17:14.952Z]  System Time: 2021-06-24T23:17:14.6876546Z
23:17:14 [2021-06-24T23:17:14.952Z]  EventsListeners: 0
23:17:14 [2021-06-24T23:17:14.952Z] Registry: https://index.docker.io/v1/
23:17:14 [2021-06-24T23:17:14.952Z] Labels:
23:17:14 [2021-06-24T23:17:14.952Z] Experimental: false
23:17:14 [2021-06-24T23:17:14.952Z] Insecure Registries:
23:17:14 [2021-06-24T23:17:14.952Z]  127.0.0.0/8
23:17:14 [2021-06-24T23:17:14.952Z] Live Restore Enabled: false
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] 
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Stopping daemon under test
23:17:14 [2021-06-24T23:17:14.952Z] SUCCESS: The process with PID 5904 (child process of PID 4516) has been terminated.
23:17:14 [2021-06-24T23:17:14.952Z] SUCCESS: The process with PID 4516 (child process of PID 9172) has been terminated.
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Stop tailing logs of the daemon under tests
23:17:14 [2021-06-24T23:17:14.952Z] INFO: executeCI.ps1 Completed successfully at 06/24/2021 23:17:14.
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Tidying up at end of run
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Saving daemon under test log (d:\CI\PR-42450\33\dut.out) to bundles\CIDUT.out
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Saving daemon under test log (d:\CI\PR-42450\33\dut.err) to bundles\CIDUT.err
23:17:14 [2021-06-24T23:17:14.952Z] INFO: Nuke-Everything...
23:17:15 [2021-06-24T23:17:15.411Z] INFO: Container count on control daemon to delete is 2
23:17:15 [2021-06-24T23:17:15.870Z] 89c8aca5f82f
23:17:15 [2021-06-24T23:17:15.871Z] 76bda5f6aba5
23:17:16 [2021-06-24T23:17:16.330Z] INFO: Non-base image count on control daemon to delete is 1
23:17:18 [2021-06-24T23:17:18.514Z] Deleted: sha256:fba1bde05447a57cb593779fb314d4f597107876722c68c5e6e411b8cad542ff
23:17:18 [2021-06-24T23:17:18.514Z] Deleted: sha256:7fc1fc38ea153598a0414f0640a1b940af504ad02b429a8e79d9532eabc9aa92
23:17:18 [2021-06-24T23:17:18.514Z] INFO: Tidying pidfile d:\CI\PR-42450\33\docker.pid
23:17:18 [2021-06-24T23:17:18.514Z] INFO: Nuking d:\CI
23:17:33 [2021-06-24T23:17:33.403Z] INFO: Zapped successfully
23:17:33 [2021-06-24T23:17:33.403Z] 
23:17:33 [2021-06-24T23:17:33.403Z] INFO: executeCI.ps1 exiting at Thu Jun 24 23:17:32 CUT 2021. Duration 01:11:25.6352582
23:17:33 [2021-06-24T23:17:33.403Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
23:17:33 [2021-06-24T23:17:33.644Z] Recording test results
23:17:34 [2021-06-24T23:17:34.120Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
23:17:35 [2021-06-24T23:17:35.619Z] Creating win-2022-integration-bundles.zip
[Pipeline] archiveArtifacts
23:17:36 [2021-06-24T23:17:36.808Z] Archiving artifacts
23:17:37 [2021-06-24T23:17:37.966Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42450/33/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
23:17:38 [2021-06-24T23:17:38.897Z] + make clean
23:17:39 [2021-06-24T23:17:39.869Z] docker volume rm -f docker-dev-cache
23:17:39 [2021-06-24T23:17:39.869Z] 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